QDeclarativeListView
General and Desktop
2
Posts
2
Posters
2.2k
Views
1
Watching
-
Hi,
I have to manage many qml listviews (create list, edit properties, ...) and I would like to do it in C++, so I want to store a C++ pointer upon qml listview but there is no "QDeclarativeListView" available in C++.
Is there a way to handle this or must I manage qml elements in the qml only ?Regards
-