Model View issue
Unsolved
QML and Qt Quick
-
Hi,
I have a list model with list elements i have to set this model to 2 list view. It is quite simple am able to do that but i want to set 1st index of model to 1 list view and remaining to another list view how can i achieve this?
Manohar
-
You can set the same model to two views. Since you are looking for some customisation, you can create filtermodel over the existing model and assign the same to another view. Essential you need to have two models to achieve the same.