Qt 6.11 is out! See what's new in the release
blog
How to create SwipeView gallery with prev/next pages visible?
-
I am trying to create a 2D gallery with SwipeView where you can see that there are items ("pages") before and after the current one, like with
clipset tofalse. See screenshot:
This actually works OK by setting a smaller
widthand turningclipoff, except that the inactive pages are hidden at some point, and re-shown when they are activated. I want them to stay visible all the time.Any ideas? I am not married to SwipeView but it does behave nicely except this hiding behavior.