Hi,

I am just starting the layout of my application, and I would like the user to be able to configure multiple sub-windows on the main window as they choose. The QDockWidgets do this rather nicely, but they don't seem to work too intuitively (or well) without a central widget. The problems I am having include:

Two dock widgets on top, one on the bottom, the handle in the middle seems buggy (leaves a trail of copies of itself, for one thing).

When all widgets get on one side, it seems to be impossible to drop a widget onto the opposite side.

I have about 9 different types of displays the user can choose from, sometimes they want to look at most or all of them at once, most times they are only interested in one or two at a time- so it would be easiest if I could allow them to customize the display to their choosing.

Any information / help on this topic would be appreciated.