Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. How to create SwipeView gallery with prev/next pages visible?
Forum Updated to NodeBB v4.3 + New Features

How to create SwipeView gallery with prev/next pages visible?

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 165 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    patrickkidd
    wrote on last edited by
    #1

    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 clip set to false. See screenshot:

    alt text

    This actually works OK by setting a smaller width and turning clip off, 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.

    https://alaskafamilysystems.com/

    1 Reply Last reply
    0
    • maratoriyM Offline
      maratoriyM Offline
      maratoriy
      wrote on last edited by maratoriy
      #2

      I think you should use PathView instead of SwipeView, since the first one is originally intended for your purposes.

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved