Qt Declarative Module
The Qt Declarative module provides a declarative framework for building highly dynamic, custom user interfaces. More...
Detailed Description
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 Qt Quick documentation.