Home · All Classes · Main Classes · Grouped Classes · Modules · Functions |
[Previous: QtDesigner Module] [Qt's Modules] [Next: QtAssistant Module]
The QtUiTools module provides classes to handle forms created with Qt Designer. More...
QUiLoader | Allows standalone applications dynamically create user interfaces at run-time using the information stored in .ui files or specified plugin paths |
The QtUiTools module provides classes to handle forms created with Qt Designer.
Applications that use the form handling classes need to be configured to be built against the QtUiTools module. The following declaration in a qmake project file ensures that an application is compiled and linked appropriately:
CONFIG += uitools
To include the definitions of the module's classes, use the following directive:
#include <QtUiTools>
[Previous: QtDesigner Module] [Qt's Modules] [Next: QtAssistant Module]
Copyright © 2005 Trolltech | Trademarks | Qt 4.1.0 |