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.
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.
Bookmarks