Home · All Classes · Main Classes · Grouped Classes · Modules · Functions

[Previous: QtDesigner Module] [Qt's Modules] [Next: QtAssistant Module]

QtUiTools Module

The QtUiTools module provides classes to handle forms created with Qt Designer. More...

Classes

QUiLoaderAllows standalone applications dynamically create user interfaces at run-time using the information stored in .ui files or specified plugin paths

Detailed Description

The QtUiTools module provides classes to handle forms created with Qt Designer.

Configuring the Build Process

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 © 2006 Trolltech Trademarks
Qt 4.1.3