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

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

QtForm Module

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

Namespaces

QFormClasses that are used to handle forms created with Qt Designer

Classes

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

Detailed Description

The QtForm 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 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