import sys; from PyQt5.QtWidgets import QApplication, QWidget; if __name__ == '__main__': # Qt GUI 需要唯一一個QApplication 負責管理,可傳 ...
確定! 回上一頁