C

Object Class

class Qul::Object

Provides abstract implementation for all items or objects used in Qt Quick Ultralite. More...

Header: #include <qul/object.h>
Since: Qt Quick Ultralite 1.0
Instantiated By: QtObject
Inherited By:

Qul::ListModel, Qul::PaintedItemDelegate, and Qul::Singleton

Detailed Description

When a class inherits from Object and the header file is registered in QmlProject with the InterfaceFiles.files property then qmlinterfacegenerator will create a .qml file for it, which allows it to be used from QML.

The Qul::Object class is exported to QML as QtObject.

Available under certain Qt licenses.
Find out more.