Hi,
I'm having troubles moving the position of a sub window in a QMdiArea. When I am in the class that manages the QMdiSubWindow I attempt to move it via:
Qt Code:
  1. this->move(200,100);
To copy to clipboard, switch view to plain text mode 
However it doesnt work.

For an example, look at the Mdi example in the Qt Folder\examples\mainwindows\mdi. In the file mdichild.cpp, add the above code to line 55.