On this page
Qt Designer
In addition, the QFormBuilder class provides the possibility of constructing user interfaces from UI files at run-time.
Getting Started
To use Qt Designer classes,add this directive into the C++ files:
#include <QtDesigner>
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.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.9/qtdesigner-index.html