from PyQt5 import QtCore, QtWidgets class MainForm(QtWidgets.QMainWindow): def __init__(self): super().__init__() self.
確定! 回上一頁