I have a custom container class. Basically its a Qframe within a QFrame. The first Qframe has three child widgets. The left side of the widget is a handle that supports click and drag. The bottom is a widget that contains min, max and close buttons. These have css custom graphics. So now we get to the problem, the rest of the widget is another QFrame that we want the child widgets to go into.

I think the problem is that with the current Qwidget plugin example setup designer puts child widgets in the outer QFrame not the internal one. One problem with this that it already contains a layout hence none of the valid Designer layout toolbar options are available ( set, break, ..). My question would be how would i be able to have designer only access the internal QFrame and the outer is just for show.