I have a Qt application with some QDockWidgets
, which can be docked and undocked with these features:
DockWidgetFloatable
DockWidgetMovable
DockWidgetVerticalTitleBar
DockWidgetClosable
I would like to use the window layout manager of Windows (like using a split screen of the docked widgets and the main application). But it's not possible now because the docked widgets are still child windows of the main application.
Is there a flag I can set to make them as separate windows?