Grid view search problem
-
wrote on 27 Sept 2012, 06:54 last edited by
i am trying to make a grid view from a data model and that data model contains some text. I have a search box by which i want to hide data and show with proper indexing so that UI looks in proper manner .. is there any property of grid view or qml.
-
wrote on 27 Sept 2012, 09:15 last edited by
I guess , you should develop your model in C++ and register it with qml.
Doing complex things like searching and sorting in qml could cost you performance.
1/2