Menu persistence
Solved
General and Desktop
-
QT 5.12.5 on Fedora 30 x86-64
Am using the supplied menu bar from QMainWindow. As intended, my mouse movement causes a widget W (QLabel) to appear, even when accessing the menus. Unfortunately, when W is set to visible, the menu goes away. I have set W to not have focus (through both the window flags and setFocusPolicy).
What can I do so that the menu stays visible, even when W appears?
-
Hi,
Can you share the code you use ?