Loading external QML files as a state.
-
wrote on 8 Oct 2011, 00:55 last edited by
Like if I'm making a simple game menu, how can I make it so that the clicking the play button would load an external qml file instead of a state?
-
wrote on 8 Oct 2011, 02:54 last edited by
You can use "Loader":http://doc.qt.nokia.com/4.7-snapshot/qml-loader.html and when button is clicked set source property to file you want.
1/2