Qt 6.11 is out! See what's new in the release
blog
SwipeView: when scrolling multiple indices away, don't show intermediates
-
Say I have a swipeview layed out like this:
MainPage ---- SubPage1 ---- SubPage2 ---- SubPage3Say that all of these subpages are independent, such that if I e.g. click a button, it will go to page 1, 2, 3, etc.
As it stands, if I go to 2, it will scroll all the way to 2, showing page 1 in the progress, and if I go to page 3, it'll show page 1 and 2 briefly.
How do I go about preventing this?