PyQt 加载.ui文件的四种方法静态加载前提条件把.ui文件转换成.py文件文件目录为: ... __init__() # PySide2 self.ui=QUiLoader().load('ui/test.ui') # 这里与静态载入 ...
確定! 回上一頁