Qt Quick C++ Classes
The Qt Quick module provides classes for embedding Qt Quick in Qt/C++ applications. More...
Classes
Used as a unique type token in combination with QSGMaterial |
Detailed Description
To include the definitions of the module's classes, use the following directive:
#include <QtQuick>
To link against the module, add this line to your qmake .pro
file:
QT += quick
For more information on the Qt Quick module, see the Qt Quick module documentation.