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!
Asked
Active
Viewed 155 times
3
-
Any solution you found to this? I am stuck on something that got me to your question here. I also found your QT ticket, but no answer there either. – namezero Oct 13 '19 at 12:22