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. Property changes undo order

Property changes undo order

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 1.6k Views 1 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.
  • I Offline
    I Offline
    ixSci
    wrote on last edited by
    #1

    Hi!

    In today's qml I observe the following case:
    e.g. we have some state with some changes:
    @State{
    name: "something'
    PropertyChanges{...}//1
    ParentChange{...}//2
    }@

    And when item transits into that state those changes will be applied in 1->2 fashion and will be undoed(in the case of transition into the default state) n the reverse(2->1) fashion. I have not found any documentation about that order.
    And my question is: Can I expect this behavior in the next versions or it is a subject to change?

    1 Reply Last reply
    0

    • Login

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