QDockingWindow
QDockingWindow is the control to use for an advanced UserInterface experience. It is similar to the way Microsoft presents the toolwindows in Visual Studio .Net., but we have added some special features.

You can dock toolwindows on eachother, on bars at the side of the MainForm or on every other dockable position on the MainForm. You can set it in a tabbed appearance and let the windows slide in and out. That is all the Visual Studio .Net toolwindows do. Next to that you can fully customize their colors, borders, gradients, fonts and so forth.


A docked window on the left side and two floating tabbed QDockingWindows


A docked slided-out window on the left side and two QDockingWindows on the right side


A more complex example showing different docking styles combined