![]() |
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 | The QUiLoader class allows standalone applications dynamically create user interfaces at run-time using the information stored in .ui files or specified plugin paths. |
---|
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 © 2007 Trolltech | Trademarks | Qt 4.3.0beta |