Normally you can use the qmlviewer application to launch your qml scenes. Another way is to use the C++ class QmlView to load and show the scene. In this post, we write our own QmlViewer application.
Normally you can use the qmlviewer application to launch your qml scenes. Another way is to use the C++ class QmlView to load and show the scene. In this post, we write our own QmlViewer application.