Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Loading external QML files as a state.
-
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?
-
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.