QtWidgets import ( QApplication, QCheckBox, QLabel, QMainWindow, QStatusBar, QToolBar, ) class MainWindow(QMainWindow): def __init__(self): ...
確定! 回上一頁