PDA

View Full Version : Programmatically undocking groups of tabbed QDockWidgets



nakinci
9th February 2018, 01:56
When the GroupedDragging option is enabled for QMainWindow, is there any way to programmatically drag the dock widgets as groups out of the main window? Calling QDockWidget::setFloating(bool) just undocks the current dock widget. I can achieve this by modifying Qt, but I prefer other ways if there are any. Thanks!