Qt Quick C++ Classes

The Qt Quick module provides classes for embedding Qt Quick in Qt/C++ applications. More...

Classes

QSGMaterialType

Used as a unique type token in combination with QSGMaterial

QSGSimpleMaterial

Template generated class used to store the state used with a QSGSimpleMateralShader

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.