Hi,

I would like to set a margin between the borders of a QMainWindow and QDockWidgets - if QMainWindow would support the box model, I'd use the padding property. But it doesn't. Is there any other way to achieve this?

I had the idea to insert a second QMainWindow which contains the DockWidgets. Then I could set the contents margins on the layout. Is there an easier way to achieve this, maybe with stylesheets?

thanks in advance!
Felix