[Solved] QML state onload
-
wrote on 25 Apr 2011, 03:16 last edited by
Hi,
How can i run a state action onload ?
-
wrote on 25 Apr 2011, 03:36 last edited by
"Component.onCompleted:":http://doc.qt.nokia.com/4.7-snapshot/qml-component.html#onCompleted-signal is possibly what you're looking for.
-
wrote on 25 Apr 2011, 04:15 last edited by
Component.onCompleted: master.state= "rotationImage"
working perfect
Thanks a lotanother question, how can i make the state run more than once?
1/4