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?
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?
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.
Bookmarks