Qt 6.11 is out! See what's new in the release
blog
The best way to make WP like Panorama views in Qt Quick
QML and Qt Quick
2
Posts
2
Posters
1.8k
Views
1
Watching
-
There is an App called Lyrics on Nokia store showing some good example of how to implement Windows Phone style Panorama view (when content horizontal list view moves the upper listview containing the title of content section moves accordingly). Is there a demo example of such a code?
I tried to play around with syncing listviews currentIndexes, but that only works partially as I want since one of the views waits the index to actually change before moving, while the index really changes only when I release Mouse.
http://store.ovi.com/content/112611
[EDIT: fixed link, Volker]