C

对象类

class Qul::Object

为 Qt Quick Ultralite 中使用的所有项或对象提供抽象实现。 更多信息...

头文件 #include <qul/object.h>
Qt Quick Ultralite 1.0
实例化 QtObject
继承

Qul::ListModel, Qul::PaintedItemDelegate, 和 Qul::Singleton

详细描述

当类从 Object 继承,并且头文件在 QmlProject 中注册,并用 InterfaceFiles.files 属性时,qmlinterfacegenerator将为它创建一个 .qml 文件,这样就可以在 QML 中使用它。

Qul::Object 类作为 QtObject 导出到 QML 中。

在特定 Qt 许可证下可用。
了解更多。