Upgrading from qt quick ui
-
I have created big application in qml, w/o c++ (I use qmlscene).
I have C++ plugin, and I liked to develop that way, but now i need some functionality from QGuiApplication(I need to override cursor and etc.)
Is there a way to do that in plugin, or do i need to do application with c++ and qml, if so how do i take all the qml i have already done and put it in that application?
What is the best way to do profesionall application with qml? (by that i mean app with internationalization, database, etc.) Is it C++ and qml app w/ C++ plugin?