0

All methods known to me for arranging dock widgets allow them to be combined according to the grid pattern. But I would like to arrange them as in the schematic example below: enter image description here

I tryed to use Qt.DockWidgetArea flags and also splitDockWidget method of QMainWindow

Somnus
  • 3
  • 4
  • See the [`QMainWindow.setCorner()`](https://doc.qt.io/qt-5/qmainwindow.html#setCorner) documentation: `mainWindow.setCorner(Qt.BottomRightCorner, Qt.RightDockWidgetArea)`. – musicamante Jul 18 '23 at 07:32

0 Answers0