-1

I'm working in a QT Application with dock widgets. But I can't do the desired distribution, my current distribution is this:

enter image description here

But i want this other distribution:

enter image description here

Any ideas?

deW1
  • 5,562
  • 10
  • 38
  • 54

1 Answers1

0

You can set the corner on QMainWindow.

setCorner(Qt::Corner::BottomRightCorner, Qt::DockWidgetArea::RightDockWidgetArea);

http://doc.qt.io/qt-4.8/qmainwindow.html#setCorner