Qt SCXML Examples
The Qt SCXML example applications demonstrate the functionality provided by the Qt SCXML module.
There are multiple versions of the Traffic Light example application. The application has shared common files, and in addition specific files for each version of the application, under their respective folders. 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).
An application that implements the Calculator example presented in the SCXML Specification. | |
Implements a simple FTP client using a state machine. | |
Invokes a compiled nested state machine. | |
Sends data to and receives it from a C++ data model. | |
Demonstrates the use of separate javascript file with SCXML. | |
A Qt Quick application that uses a dynamically loaded state machine to implement a traffic light. | |
A widget-based 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 simplified traffic light. | |
A Qt Quick application that uses a compiled state machine to implement a traffic light. | |
A widget-based application that uses a compiled state machine to implement a traffic light. |