![]() |
Home · All Classes · Main Classes · Grouped Classes · Modules · Functions | ![]() |
[Previous: QtDesigner Module] [Qt's Modules] [Next: QtAssistant Module]
The QtForm module provides classes to handle forms created with Qt Designer. More...
QForm | Classes that are used to handle forms created with Qt Designer |
QForm::Loader | Allows standalone applications dynamically create user interfaces at run-time using the information stored in .ui files or specified plugin paths |
The QtForm 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 QtForm module. The following declaration in a qmake project file ensures that an application is compiled and linked appropriately:
CONFIG += form
To include the definitions of the module's classes, use the following directive:
#include <QtForm>
[Previous: QtDesigner Module] [Qt's Modules] [Next: QtAssistant Module]
Copyright © 2005 Trolltech | Trademarks | Qt 4.1.0-rc1 |