Qt Widgets Designer Examples

Qt Widgets Designer is a capable graphical user interface designer that lets you create and configure forms without writing code. GUIs created with Qt Widgets Designer can be compiled into an application or created at run-time.

The following examples illustrate how to create and use Qt Widgets Designer forms and how to create Qt Widgets Designer custom widget plugins.

計算器構建器

Creating a user interface from a Qt Widgets Designer form at run-time.

計算器錶單

Using a form created with Qt Widgets Designer in an application.

計算器錶單/多繼承

Using a form created with Qt Widgets Designer in an application.

容器擴展範例

Creating a custom multi-page plugin for Qt Widgets Designer.

自定義 Widget 插件

Creating a custom widget plugin for Qt Widgets Designer.

任務菜單擴展

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