I have an QMainWindow that has no central widget. Based on suggestions here I've setDockNestingEnable(true) and set the dock widgets to allow Qt::AllDockWidgetAreas. For the most part this is working as desired. However, I'd like to line my dock widgets up 3 across.

i.e.

DockWidgetA DockWidgetB DockWidgetC

Is this possible?