In my app i have a QMDIArea (Page1), i add a QMdiSubWindow (pWidgetMdiSubWindow) to the page(1). --> QMdiArea::addSubWindow(pWidgetMdiSubWindow);
my question, how to make the pWidgetMdiSubWindow outside the page1? how to dock the QMdiSubWindow?. the QMdiSubWindow must be movable in page1.
Thanks.