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. QtQuick.Controls StackView: clear-and-push with transition?
Forum Update on Monday, May 27th 2025

QtQuick.Controls StackView: clear-and-push with transition?

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 948 Views
  • 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.
  • T Offline
    T Offline
    theoriginalgri
    wrote on 3 Dec 2013, 16:13 last edited by
    #1

    Hello,

    the documentation of StackView lists a bunch of cases how you can push and animage pages with the StackView.

    It seems it is not possible to reorder items with a transition.

    For example if I have [A, B, C] on my stack and want to have [D], currently the only choice is to clear() and push() which results in no transition. Is there any way to insert pages in front so that I could trick my way by pushing D to front [D, A, B, C] and then pop(D), so that I get a transition from C to D?

    Thank you

    1 Reply Last reply
    0

    1/1

    3 Dec 2013, 16:13

    • Login

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