How to hide Menubar in Qt Quick Controls on Android?
-
Hello everyone,
I have a problem:
The default
MenuBar
inApplicationWindow
shows on the top of the screen on Android as the example. I want to hide it and can still use menus. How can I do that?