QDockWidget more like Visual Studio
Solved
General and Desktop
-
-
Hi and welcome to devnet,
You can simply not set any central widget and use only QDockWidgets.
-
Not totally sure Samuel's solution will work. I would actually suggest to set another
QMainWindow
as central widget so you can have more dock areas even inside but you'll need to do some magic to reparent the dock to the innerQMainWindow
-
Thank you both for your answers.
I found this repo on github and i think this is what im going to use for my porject.
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System
3/4