QDockWidget priority
-
Hi,
I have three QDockWidgets: one docked on the left edge, one on the right and the last on the bottom.
The bottom one takes the whole width of the QMainWindow, while the two on both sides and placed "on top" of it. I mean the bottom edge of them is over the top edge of the bottom one.I want the opposite! The side widgets should take the whole height of the window, while the one docked at bottom should stay in between of them.
I cannot find a suitable property to achieve this!
-
Hi,
I have three QDockWidgets: one docked on the left edge, one on the right and the last on the bottom.
The bottom one takes the whole width of the QMainWindow, while the two on both sides and placed "on top" of it. I mean the bottom edge of them is over the top edge of the bottom one.I want the opposite! The side widgets should take the whole height of the window, while the one docked at bottom should stay in between of them.
I cannot find a suitable property to achieve this!
Hi,
Maybe a little late, but here is a potential solution:
http://www.qtcentre.org/threads/31604-Vertical-and-horizontal-QDockWidget-priority
http://doc.qt.io/qt-5/qmainwindow.html#setCorner