Qt5 动态载入 *.ui 文件,及使用其图元对象(基于pyqt5描述)
参考:《 PyQt5:uic 官方教程 》 工具 pyuic5 的使用 如果没有安装,则可以通过以下指令安装 pyuic5: sudo apt-get install pyqt5-dev-tools Usage: pyuic5 [options] <ui-file> Options: -p, --preview show a preview of the UI instead of generating code -o FILE write generated code to FILE instead of stdout -x, --execute generate extra code to test and display the class -d, --debug show debug output --from-imports generate imports relative to '.' --resource-suffix=SUFFIX append SUFFIX to the basename of resource files [default: _rc] 动态载入UI文件及图元对象 import 模块 import PyQt5.uic 其内容如下: PACKAGE CONTENTS Compiler (package)