Undock, dock & drag using tabs Just like in a browsers
Unsolved
General and Desktop
-
Hi,
In my application, I am adding the QDockWidgets using addDockWidgets(...) to my QMainWindow.
I am able to dock or undock these widgets only by using the TitleWidget of the DockWidget.
This seems to be the standard behavior.
Is there a way to dock & undock the dockwidgets using the tab itself?
Basically I would like to acheive the behavior of docking & undocking present in browsers ( ex. In chrome, you can dock & undock by dragging the particular TAB itself ).Thanks.
-
@Rizwan94
https://www.kdab.com/kddockwidgets/
GPL licensed though -