16 QQmlListProperty<QObject>
model();
22 static void append (QQmlListProperty<QObject>* qmlListProperty, QObject* value);
23 static qsizetype count (QQmlListProperty<QObject>* qmlListProperty);
24 static QObject* at (QQmlListProperty<QObject>*, qsizetype index);
25 static void clear (QQmlListProperty<QObject>* qmlListProperty);
27 QList<QObject*> _objectList;