Calculator app using QML Declarative State Machine
-
If you want to see a reasonably complex example that uses the Declarative State Machine Framework in QML, I created a calculator application (like a desktop or pocket calculator) that is available on Github at https://github.com/pkobrien/calculator-qml. It also shows how well the DSM Framework pairs up with the unit testing module.