PDA

View Full Version : [OS X] How to disable auto-hiding of my QMainWindow if I switch application



Markus
18th February 2011, 20:08
Hello All,

Since 4.7 I noticed that whenever I have a floating QDockWidget in my QMainWindow the QMainwindow will be auto-hidden if I switch to another application. But If all QDockWidget are docked this is not the case.

So, how do I disable the auto-hiding of my QMainWindow?

Thanks
Markus

edychang
13th June 2013, 10:43
Have you resolved this issue? Because I kinda trapped in a similar issue now. :(

While my Qt-made application lost focus (by clicking its outside area), it's hide, instead of just lost focus but still visible.

For more than 2 years and nobody has answerred this question? sigh...