The Listmodel is not efficient enough
QML and Qt Quick
3
Posts
2
Posters
878
Views
1
Watching
-
I need a list with such feature
- The data background should be dynamic increase from from the bottom
- The items in view should be grouped by category
- The group title item could be expanded/collapsed to show/disappear the items
- The highlighted item could be adjust when expanded/collapsed occurs
I used javascript code to be the engine to update the data model of ListModel object.
It could be very fast at the very beginning, however when the data about exceed 600, it always costs about 1 second on my device(An CortexA8 device).
At that period, I nearly could not move my mouse at all.