Qt QML C++ Classes

The C++ API provided by the Qt QML module. More...

Namespaces

QtQml

Provides functions for producing logging messages for QML types

Classes

QQmlListProperty

Allows applications to expose list-like properties of QObject-derived classes to QML

Detailed Description

To 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, see the Qt QML module documentation.