How to add menu in MenuBar
Unsolved
QML and Qt Quick
-
wrote on 1 May 2016, 09:07 last edited by
Is there way to add Menu in MenuBar from C++ code (ie dynamically, on fly)?
Or the only way to achieve this is to hard code all menus in qml file? -
Is there way to add Menu in MenuBar from C++ code (ie dynamically, on fly)?
Or the only way to achieve this is to hard code all menus in qml file?wrote on 1 May 2016, 19:46 last edited by@e53871eb35312d29ea3b6478e9489038
Maybe you can consider the possibility to create Menu dynamically from qml? For example createComponent.
1/2