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. QML StateMachine
Forum Updated to NodeBB v4.3 + New Features

QML StateMachine

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 644 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.
  • B Offline
    B Offline
    Bertrand Boichon
    wrote on last edited by
    #1

    Hi!
    I have 2 parallel states A and B, composed of several child sequential states, say [A1, A2, A3] and [B1, B2, B3]. I would like to activate directly A3 from an external signal S1 without touching the current active state in B.... How can I do that in QML ? in C++ ?

    Right now, I tried transitionType:internal and even try to use an history state (in B) , but it necessitates to use the property 'targetStates' (plural) which does not seem to work in QML...

    Should I go with SCXML or directky with QStateMachine in c++ ?

    Thanks!

    1 Reply Last reply
    0
    • T Offline
      T Offline
      Tikani
      wrote on last edited by
      #2

      By the way, is there a way to use native pushdown automaton i.e state machine with stack memory? Transitions between states in my app do not depend on signals entirely, it also takes into account previous states of machine.

      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