QtWidgets import QApplication, QButtonGroup, QLabel, QMessageBox class Window: def __init__(self): super(Window, self).__init__() # 从ui文件中加载UI定义 ...
確定! 回上一頁