Qt SCXML Examples
The Qt SCXML example applications demonstrate the functionality provided by the Qt SCXML module.
There are multiple versions of the Invoke, Media Player, and Traffic Light example applications. Each application has some common files that are stored in a common folder, in addition to the files stored in the example version folder.
All versions of an example application have the same appearance and fuctionality. They demonstrate the different options for creating user interfaces (using Qt Widgets or Qt Quick) and for loading the SCXML dynamically versus first compiling it to a C++ class (the static versions).
In addition, the Media Player example versions demonstrate how to access the C++ and ECMAScript data models.
A Qt Quick application that implements the Calculator example presented in the SCXML Specification. | |
A widget-based application that implements the Calculator example presented in the SCXML Specification. | |
Invokes a dynamically loaded nested state machine. | |
Invokes a compiled nested state machine. | |
Sends data to and receives it from a C++ data model. | |
A Qt Quick application that sends data to and receives it from a dynamically loaded ECMAScript data model. | |
A Qt Quick application that sends data to and receives it from a compiled ECMAScript data model. | |
A widget-based application that sends data to and receives it from a dynamically loaded ECMAScript data model. | |
A widget-based application that sends data to and receives it from a compiled ECMAScript data model. | |
Encapsulates the internal logic of an application in an SCXML file. | |
A Qt Quick application that uses a dynamically loaded state machine to implement a traffic light. | |
A Qt Quick application that uses a compiled state machine to implement a traffic light. | |
A widget-based application that uses a dynamically loaded state machine to implement a traffic light. | |
A widget-based application that uses a compiled state machine to implement a traffic light. |