Qt Designer C++ Classes
Provides classes to create your own custom widget plugins for Qt Designer and classes to access Qt Designer components. More...
Detailed Description
In addition, the QFormBuilder class provides the possibility of constructing user interfaces from UI files at run-time.
To include the definitions of the module classes, use the following directive:
#include <QtDesigner>
To link against the module, add this line to your qmake
.pro file:
CONFIG += designer