-
-
Notifications
You must be signed in to change notification settings - Fork 102
-
I have been evaluating this package for a day or so. Is there currently a way to create compound state machines? If not, is there a plan to do so? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments
-
Hi @swrpug , how are you?
I do have a plan / desire to support compound states. I've worked on a PR to try out a proposal for the syntax, but it's being idle for a while: #329
Nice that you have interest in this feature. Feel free to contribute.
Beta Was this translation helpful? Give feedback.
All reactions
-
It would be great to have compound/parallel states, sure! Ideal would be to be able to digest scxml files like QScxmlStateMachine.fromfile(). The library xmltodict is very handy to parse automatically the xml file to get a dictionary with the description data, and it could be not be too difficult to create automatically a state machine from it. Using a graphical tool like QtCreator is definitely more user friendly to design a complex machine than in-line coding...
Beta Was this translation helpful? Give feedback.
All reactions
-
❤️ 1