VoltAir
|
Helper class which creates QQmlListProperty objects directly on QList members fields. More...
Static Public Member Functions | |
static QQmlListProperty< TData > | createList (TObject *owner) |
Create and return a QQmlListProperty<TData>. More... | |
Helper class which creates QQmlListProperty objects directly on QList members fields.
The location of the member field is declared as a template parameter. The location of the change signal is passed as the QQmlListProperty's user data. It may be null.
|
inlinestatic |
Create and return a QQmlListProperty<TData>.