setCentralWidget (label) # 创建应用实例,通过sys.argv 传入命令行参数 app = QApplication(sys.argv) # 创建窗口实例 window = MainWindow() # 显示 ...
確定! 回上一頁