Hi everybody

I was asked to program a GUI with docking panels as the ones of Visual Studio.
After some researches I found that the QDockWidget is a good starting point.
Unfortunately it doesn't provide the auto hide-show feature. It's an important
feature because it allows you to save space on the screen, and it's a must for my boss.
I'm a bit surprised that that feature is not already implemented in Qt.

I guess that some classes must be overridden.
Does anybody know how to do it ?

Any help is much appreciated.
Thanks