QPushButton("Button 1", self) # アプリの実行と終了app = QtWidgets.QApplication() window = MainWindow() window.show() app.exec_() ...
確定! 回上一頁