I'm working in a QT Application with dock widgets. But I can't do the desired distribution, my current distribution is this:
But i want this other distribution:
Any ideas?
You can set the corner on QMainWindow.
setCorner(Qt::Corner::BottomRightCorner, Qt::DockWidgetArea::RightDockWidgetArea);