Qt Designer 手册

Qt Designer is Qt's tool for designing and building graphical user interfaces (GUIs) from Qt components. You can compose and customize your widgets or dialogs in a what-you-see-is-what-you-get (WYSIWYG) manner, and test them using different styles and resolutions.

Widget 和表单的创建采用 Qt Designer integrated seamlessly with programmed code, using Qt's signals and slots mechanism, that lets you easily assign behavior to graphical elements. All properties set in Qt Designer 可以在代码内动态改变。此外,像 Widget 改进和自定义插件等特征允许使用您自己的组件采用 Qt Designer .

若您是新手对于 Qt Designer ,可以查看 了解 Qt Designer 文档。快速教程关于如何使用 Qt Designer ,参考 Qt Designer 快速入门 .

For more information on using Qt Designer , you can take a look at the following links:

For advanced usage of Qt Designer , you can refer to these links:

Some source code in Qt Designer is licensed under specific highly permissive licenses from the original authors. The Qt team gratefully acknowledges these contributions to Qt Designer and all uses of Qt Designer should also acknowledge these contributions and quote the following license statements in an appendix to the documentation.