-
QQmlListProperty(Class<T> elementType,
O o,
BiConsumer<O,T> appendFunction,
ToLongFunction<O> countFunction,
QQmlListProperty.AtFunction<O,T> atFunction,
Consumer<O> clearFunction,
QQmlListProperty.ReplaceFunction<O,T> replaceFunction,
Consumer<O> removeLastFunction)
This constructor creates a writable QQmlListProperty with given access methods.