1.利用pyside2-uic 工具把ui文件转化为python类在命令行执行如下命令:pyside2-uic mainwindow.ui > ui_mainwindow.py使用时直接导入:from ui_mainwindow import ...
確定! 回上一頁