uic (用户界面编译器)

此页面文档 uic (用户界面编译器) Qt Widgets 模块。 uic 读取 XML 格式的用户界面定义 ( .ui ) 文件如生成通过 Qt Designer and creates a corresponding C++ header file or Python source file.

用法:

uic [options] <uifile>
					

选项

下表列出的命令行选项识别通过 uic .

选项 描述
-h, --help 显示命令行选项的帮助。
-help-all Displays help including Qt specific options.
-v, --version 显示版本信息。
-d, --dependencies 显示依赖。
-o, --output <file> Place the output into <file>
-a, --no-autoconnection Do not generate a call to QObject::connectSlotsByName().
-p, --no-protection Disable header protection.
-n, --no-implicit-includes Disable generation of #include-directives.
--postfix <postfix> Postfix to add to all generated classnames.
--tr, --translate <function> Use <function> for i18n.
--include <include-file> Add #include <include-file> to <file>.
-g, --generator <python|cpp> 选择生成器。
-c, --connections <pmf|string> Connection syntax.
--idbased Use id based function for i18n
--from-imports Python: generate imports relative to '.'
--absolute-imports Python: generate absolute imports
--rc-prefix Python: Generate "rc_file" instead of "file_rc" import
--star-imports Python: Use * imports
--python-paths <pathlist> Python paths for –absolute-imports.

用法

在 C++ 应用程序使用 Designer UI 文件 or 在 Qt for Python 应用程序使用 Designer UI 文件 .