from PyQt5.QtWidgets import * import sys def main(self): app = QApplication(sys.argv) main = self() main.show() exit(app.exec_()) class ...
確定! 回上一頁