Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

Change Item in ListView in a time interval

$
0
0
currentIndex should work if your listView ID is correct!? weird but I guess you need that inside of the delegate of the ListView? then you should use the attached property isCurrentItem [qt-project.org] anyways. Also you can use listView.incrementCurrentIndex() [qt-project.org] instead of “listView.currentIndex = currentIndex + 1”. :)

Viewing all articles
Browse latest Browse all 4972

Trending Articles