I am having a bit of trouble creating a PyQt interface that has tear off tabs (like those of most internet browsers today). The problem I am running into is having nested QDockWidgets (as this is the easiest way I can think of to make tabs that can be torn away). I want the widget under the tear off tabs to also have dock widgets for toolbars, viewing areas, etc. Is there any way that I can do this? The simple answer is just to not have a nested scheme like this, but I would like the interface flexibility it provides.
Thanks.