Hi,

I try to implement QMdiSubWindow::moveEvent so that user can grab QMdiSubWindow and move it in and out of QMdiArea, much the same way as Google's chrome does.

However can I achieve that while QMdiArea::subWindowList still keeps the list even though the QMdiSubWindow is moved out?

Thanks