Quote Originally Posted by Alundra View Post
Can you explain how? I always saw only dock with titlebar possible, not like the example shown here.
Just launch Qt Designer and start dragging the tabs around.

In code I think this is controlled via QMainWindow::dockOptions property (and friends). MainWindow::AllowTabbedDocks is the flag that should be set to enable tabbing.