Abdelrazak Younes wrote:
Pavel Sanda wrote:
Why not just using hide()/show() intead of filling/emptying the
menubar?
hide method hides ... i was searching for it in docs and havent
found, now i
see they are inherited. next time i drop reading manuals and try hide()
directly in code ;)
I see :-)
A good advice is to read first and foremost the documentation for
QWidget from which all GUI components inherit.
There's usually a "show all inherited methods" link in the online
documentation. My strategy is usually to hit that first thing.
rh