Qt Designer 范例

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.

计算器表单

Using a form created with Qt Designer in an application.

Calculator Form/Multiple Inheritance

Using a form created with Qt Designer in an application.

Container Extension Example

Creating a custom multi-page plugin for Qt Designer.

Custom Widget Plugin

Creating a custom widget plugin for Qt Designer.

任务菜单扩展

Creating a custom widget plugin for Qt Designer and providing custom task menu entries that are associated with the plugin.