Qt QML ModuleThe Qt QML module provides a declarative framework for building highly dynamic, custom user interfaces. More... Classes
Detailed DescriptionTo include the definitions of the module's classes, use the following directive: #include <QtQml>
To link against the module, add this line to your qmake .pro file: QT += qml For more information on the Qt QML module (including the visual elements which are implemented on top of the Qt QML module) see the Qt Quick documentation. |