I'm trying to use a ListView with a VisualItemModel

The ListView is horizontal and displays three "first time" help screens. The 
user can swipe left/right between them. Only one is ever on the screen at once.
The user is also provided forward/back buttons.

highlightFollowCurrentItem: true
snapMode: ListView.SnapToItem

The buttons work. And the swiping works visually, but the buttons and swiping 
cannot be used in combination because the 
onCurrentItemChanged/onCurrentIndexChanged never fires.

How can I know what screen the user has swiped to?

Thanks.

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to