How to make QWidgets overlapping?
-
In fact i want to create a special menubar for my QMainWindow instance.
Menubar should be shown when mouse moving on his header and should be hidden when mouse cursor leaves it. I cannot use hide() method of the internal QMenuBar widget, because other widgets automatically are moved above. I want other widgets to be at the same place.