Qt Designer
In addition, the QFormBuilder class provides the possibility of constructing user interfaces from UI files at run-time.
Note: This documentation covers the tool Qt Designer and classes related to building graphical user interfaces for Qt Widgets. Qt Design Studio is a UI composition tool that covers all steps of UI design and implementation for Qt Quick user interfaces.
Getting Started
To link against the Qt Designer module, add this line to the project file:
CONFIG += designer
Articles and Guides
These articles contain information about Qt Designer.
- Creating and Using Components for Qt Designer - Creating and using custom widget plugins
- Qt Designer Manual - Using Qt Designer
API Reference
These are links to the API reference material.