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:
Qt Code:
  1. +-------------------------------------------+
  2. | +-------+|
  3. | | ||
  4. | | ||
  5. | | ||
  6. | +-------+|
  7. |+-----------------------------------------+|
  8. || ||
  9. |+-----------------------------------------+|
  10. +-------------------------------------------+
To copy to clipboard, switch view to plain text mode 

but I would prefer this layout:
Qt Code:
  1. +-------------------------------------------+
  2. | +-------+|
  3. | | ||
  4. | | ||
  5. | | ||
  6. | | ||
  7. |+--------------------------------+| ||
  8. || || ||
  9. |+--------------------------------++-------+|
  10. +-------------------------------------------+
To copy to clipboard, switch view to plain text mode 

any ideas?
Thanks