qt - Custom attached properties in QML -


i'm creating custom qml component (a specialization of listview allows multiple selection). i'd provide attached properties objects provided component. see how create attached properties using c++. however, cannot find information on adding custom properties in pure qml. possible using qml?

is possible using qml?

no.


Comments