Qt Designer is a capable graphical user interface designer that lets you create and configure forms without writing code. GUIs created with Qt Designer can be compiled into an application or created at run-time.
The following examples illustrate how to create and use Qt Designer forms and how to create Qt Designer custom widget plugins.
计算器构建者范例 | Creating a user interface from a Qt Designer form at run-time. |
Calculator Form Example | Using a form created with Qt Designer in an application. |
容器扩展范例 | Creating a custom multi-page plugin for Qt Designer. |
自定义 Widget 插件范例 | Creating a custom widget plugin for Qt Designer. |
Task Menu Extension Example | Creating a custom widget plugin for Qt Designer and providing custom task menu entries that are associated with the plugin. |
世界时间时钟构建者范例 | Creating forms with Qt Designer that contain custom widgets that can be dynamically generated at run-time. |
World Time Clock Plugin Example | Creating a custom widget plugin for Qt Designer that uses signals and slots. |