Version 2.0

60min: Qt SCXML

state charts in Qt

Event_large

Qt 5.7 comes with a new module, Qt SCXML. The talk will give an introduction and some hands-on examples about what you can do with it.

State Chart XML (SCXML) is a common format to specify state machines. It has been standardized by the W3C and there are many applications that produce or process it. State charts provide a graphical way of modeling how a system reacts to stimuli. This is done by defining the possible states that the system can be in, and how the system can move from one state to another. State charts
offer a very concise representation of business logic, and limit the potential for unexpected behavior.

Qt 5.7 comes with a technical preview of Qt SCXML, a module to integrate state charts specified in SCXML into your application, and execute them in accordance to the W3C specification. This way a Qt application can be driven from a state chart, rather than from business logic expressed in C++ or QML.

With Qt SCXML, SCXML documents can be compiled into C++, which can then be readily integrated into any Qt application. Alternately, SCXML documents can also be
dynamically loaded and interpreted at run time. In both cases, states are exposed via Qt properties, so that QML properties can effortlessly be bound to them. It is thus very easy to attach a Qt Quick UI to an existing, or newly written, state machine.

The talk will show the full workflow of creating a state machine in a visual design tool, integrating it into a project with Qt Creator, adding a custom data model, and attaching a user interface to it, using QML and Qt Quick.

Info

Day: 2016-09-04
Start time: 11:15
Duration: 00:10
Track: In depth

Links

Files

Feedback

Click here to let us know how you liked this event.