QtObject QML Type

The QtObject element is the most basic element in QML. More...

Import Statement: import .
Since: Qt 4.7

Detailed Description

The QtObject element is a non-visual element which contains only the objectName property.

It can be useful to create a QtObject if you need an extremely lightweight element to enclose a set of custom properties:


It can also be useful for C++ integration, as it is just a plain QObject. See the QObject documentation for further details.