https://github.com/rchamberlin/QmlStateMachine
Sample Qt project to show how to use a C++ state machine with QML for UI
https://github.com/rchamberlin/QmlStateMachine
Last synced: 14 days ago
JSON representation
Sample Qt project to show how to use a C++ state machine with QML for UI
- Host: GitHub
- URL: https://github.com/rchamberlin/QmlStateMachine
- Owner: rchamberlin
- Created: 2014-07-09T14:22:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-20T19:38:46.000Z (almost 10 years ago)
- Last Synced: 2024-06-16T05:36:20.022Z (over 1 year ago)
- Language: C++
- Size: 8.79 KB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-qt-qml - QmlStateMachine - Sample Qt project to show how to use a C++ state machine with QML for UI. (Misc)
README
QmlStateMachine
===============
Sample Qt project to show how to use a C++ state machine with QML for UI
This project is something I kind of hacked together learning based on the following two posts/presentations:
http://blog.codeimproved.net/posts/devdays-lessons.html
https://www.youtube.com/watch?v=ttWKcIox4Yo