Model of listview
-
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?