PDA

View Full Version : QMenuBar hover/click clears QStatusBar in QMainWindow



killerwookie99
16th November 2009, 15:09
I am not sure why the default behavior for QMenuBar for hover/click events is to clear QMainWindow::statusBar(), but that's exactly what it's doing.
Anyone know how to disable QMenuBar from overwriting text in QStatusBar, it seems stupid to have to grab the hover/click events and keep resetting text for something that doesn't change frequently, at least in my app.

-KW