Is it possible to make a dock like the one shown below? I managed to get a dockbar to dock within the main window but what about on the outside of the main window?
![]()
Is it possible to make a dock like the one shown below? I managed to get a dockbar to dock within the main window but what about on the outside of the main window?
![]()
You can. See the floating parameter of QDockWidget. Or you can simple show a second QWidget beside your main window.
Bookmarks