Android menu in Qt 5.2
-
I am developing a cross-platform application using Qt. The main platform is Windows, so the main window of the program has a menu and a toolbar. In Qt 5.1 there was a menu button in the lower right corner of the screen. In 5.2, there is a large title bar (action bar?) at the top of the screen with the menu button on the right, program title on the left and nothing else. It occupies a lot of space and is completely useless. Can it be used for placing tool buttons instead of the toolbar, which is now below it? If not, can it be disabled and hidden? Is there another way to show a menu on Android in Qt 5.2?