利用pyside2-uic 工具把ui文件转化为python类在命令行执行如下命令:pyside2-uic ... ReadOnly) loader = QUiLoader() window = loader.load(ui_file) window.show() ...
確定! 回上一頁