Array of ListModel
Unsolved
QML and Qt Quick
-
wrote on 31 Jan 2020, 08:04 last edited by
I need to store 100 ListModels as such into an array and need to retrieve it in a loop. Is their any ListModel container in QML or is there any work around for this
-
wrote on 31 Jan 2020, 08:15 last edited by
If data at that models is uniform it is better to have 1 model and change its data. Anyway, JS arrays can be used as models too, so you can have array of arrays.
1/2