State machine && QML
-
Hi all,
I need help in starting using QStateMachine with QML to set up a GUI .I found a wiki that is empty: "State_Machines_and_QML_GUIs":http://developer.qt.nokia.com/wiki/State_Machines_and_QML_GUIs .
Can you tell me where to find a good example...?
-
Yeah, there was a "blog post":http://blog.qt.nokia.com/2011/10/26/nokia-canonical-cnn-the-qt-project-and-much-more-at-qt-developer-days/ saying videos and presentation files will be made public after SF DevDays. Quoting from the blog:
[quote]The enthusiasm was high as we kicked off the tech track and Qt in Use sessions, with developers already asking us when they can have another look at the presentation slides online! (The answer is that we expect to begin adding them after the San Francisco event BTW)[/quote]
-
So where will I find the video?
Will it be in "videos":http://developer.qt.nokia.com/videos section?
-
You can start from "here":http://doc.qt.nokia.com/latest/declarative-animation-states.html
and "here":http://doc.qt.nokia.com/latest/qdeclarativeexamples.html all examples, maybe you will find something useful
[Edit] Sorry, this examples are all about states in QML. Not about QStateMachine. -
[quote author="Andre" date="1321427145"]@rokemoon:
Those examples do not use the QStateMachine framework, as was requested by Luca. The states system in QML is very poor compared to the QStateMachine framework. [/quote]
Sorry, overlooked, just saw StateMachine in QML. My fault :-(