Hey Guys,

I am wondering if it is possible to hide a QMainWindow object but keep its taskbar icon?

I am implementing a new view with minimal screen footprint. When the user enters this new view I would like to hide the main client and render a new child Widget to represent a toolbar for the user. As soon as I hide my QMainWindow, the taskbar icon is removed, even if I have child widget visible.

Is there any way around this?