![]() |
Home · Examples |
[Previous: QtDesigner Module][Qt's Modules][Next: QtHelp Module]
QUiLoader |
CONFIG += uitoolsA form loader object, provided by the QUiLoader class, is used to construct the user interface. This user interface can be retrieved from any QIODevice; for example, a QFile object can be used to obtain a form stored in a project's resources. The QUiLoader::load() function takes the user interface description contained in the file and constructs the form widget.
To include the definitions of the module's classes, use the following directive:
#include <QtUiTools>Note: These classes are part of the Qt Open Source Edition and Qt Full Framework Edition for commercial users.
Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt Jambi 4.5.2_01 |