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