PDA

View Full Version : how to drag the child window out of the main window?



weixj2003ld
31st March 2012, 02:43
In the MDI example,as you know,user can create many child windows in the main window,
Now,I want to drag the child window out of the main window,how to do?

wysota
2nd April 2012, 14:09
Drag it where? If you want to make it a floating window then just take it out of QMdiSubWindow and set the parent to 0.