PDA

View Full Version : Alignment of QDockWidget



pospiech
4th December 2008, 07:54
I want a DockWidget to be placed at the bottom, but not below the Right-side DockWidgets, but beside them.

How can such an Alignment be achieved?

wysota
4th December 2008, 10:41
I'm not sure if I understand what you mean, but I think you want to call QMainWindow::setCorner() and specify that the bottom right corner is to be occupied by the right dock widget area.

pospiech
4th December 2008, 13:59
Thanks, exactly what I was looking for!