QMenuBar Hidden Problem under Android
Unsolved
Mobile and Embedded
-
In the Android application developed by QWidget, the QMenuBar of the main window is hidden ineffectively. As long as the focus is placed in the input box, a drop-down menu will appear at the top. How can I hide QMenuBar?
-
Hi @LiaoXuewei
Can you please share your code, i couldn't understand the problem definition.If possible could you share the expected behaviour & current behavior.
As per my understanding the QMenuBar will be closed on completing the Action or on changing it focus .
-