![]() |
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>
Copyright © 2008 Nokia | Trademarks | Qt Jambi 4.4.3_01 |