QDockWidget and QMainWindow
Solved
General and Desktop
-
I want to know how to manage the size for a docked widget area in a QMainWindow. I want to set the dimensions of this area to get more room left for the Central Widget.
-
Hi,
One way to do it would be to set the minimal size of your central widget or the maximal width of the QDockWidget contained widget.
Hope it helps.