![]() |
Home · All Classes · All Functions · Overviews |
The Qt Declarative module provides a declarative framework for building highly dynamic, custom user interfaces. More...
| QDeclarativeComponent | Encapsulates a QML component description |
|---|---|
| QDeclarativeContext | Defines a context within a QML engine |
| QDeclarativeEngine | Environment for instantiating QML components |
| QDeclarativeError | Encapsulates a QML error |
| QDeclarativeExpression | Evaluates JavaScript in a QML context |
| QDeclarativeExtensionPlugin | Abstract base for custom QML extension plugins |
| QDeclarativeImageProvider | Interface for threaded image requests |
| QDeclarativeItem | The most basic of all visual items in QML |
| QDeclarativeListProperty | Allows applications to explose list-like properties to QML |
| QDeclarativeListReference | Allows the manipulation of QDeclarativeListProperty properties |
| QDeclarativeNetworkAccessManagerFactory | Factory for QNetworkAccessManager |
| QDeclarativeParserStatus | Updates on the parser state |
| QDeclarativeProperty | Abstracts accessing properties on objects created from QML |
| QDeclarativePropertyMap | Allows you to set key-value pairs that can be used in bindings |
| QDeclarativeScriptString | Encapsulates a script and its context |
| QDeclarativeView | Widget for displaying a Qt Declarative user interface |
To include the definitions of the module's classes, use the following directive:
#include <QtDeclarative>
To link against the module, add this line to your qmake .pro file:
QT += declarative
For more information on the Qt Declarative module, see the Declarative UI documentation.
| Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt 4.7.0 |