Model of listview
QML and Qt Quick
2
Posts
2
Posters
1.0k
Views
1
Watching
-
yep, I've successfully implemented this with getModel returning a standard ListModel element. I assume you mean
@listview
{
model:getModel(currnetindex);
}@I don't know if having currentIndex as a the parameter for the getModel method will work the way you want though. What functionality are you looking for?