How to add menu in MenuBar
Unsolved
QML and Qt Quick
-
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? -
@e53871eb35312d29ea3b6478e9489038
Maybe you can consider the possibility to create Menu dynamically from qml? For example createComponent.