[OS X] How to disable auto-hiding of my QMainWindow if I switch application
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
Re: [OS X] How to disable auto-hiding of my QMainWindow if I switch application
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...