Global instance of a ApplicationWindow
Unsolved
QML and Qt Quick
-
wrote on 1 Nov 2017, 12:57 last edited by
Is there a way to have a global instance of a AplicationWindow to be able to access inner propertie such as a custom toolBar?
-
wrote on 1 Nov 2017, 17:32 last edited by
Hi! You can use a JS library to share state across your QML modules, see: http://doc.qt.io/qt-5/qtqml-javascript-resources.html
-
Hi! You can use a JS library to share state across your QML modules, see: http://doc.qt.io/qt-5/qtqml-javascript-resources.html
wrote on 3 Nov 2017, 09:27 last edited by@Wieland thank you I will try it.
3/3