different arrangement of QDockWidget than default
Hi forum,
I have a QMainWindow with two QDockWidgets. One shall be at the right side and the other at the bottom.
The default shows it like:
Code:
+-------------------------------------------+
| +-------+|
| | ||
| | ||
| | ||
| +-------+|
|+-----------------------------------------+|
|| ||
|+-----------------------------------------+|
+-------------------------------------------+
but I would prefer this layout:
Code:
+-------------------------------------------+
| +-------+|
| | ||
| | ||
| | ||
| | ||
|+--------------------------------+| ||
|| || ||
|+--------------------------------++-------+|
+-------------------------------------------+
any ideas?
Thanks
Re: different arrangement of QDockWidget than default
Re: different arrangement of QDockWidget than default
Re: different arrangement of QDockWidget than default
Quote:
Originally Posted by jacek
Damn! Somehow I missed that. I did some experiments with setCorner, but it seems that ... hmm ... maybe I muddled up left and right :crying: