G'Day all,

I have a small problem with getting an MDI to cascade the subwindows. Everything else in the program works except the cascading of the subwindows.

Here is the relevant code I have used:

Qt Code:
  1. workspace = new QMdiArea;
  2. setCentralWidget(workspace);
  3. workspace->setActivationOrder(QMdiArea::StackingOrder);
  4. workspace->cascadeSubWindows();
To copy to clipboard, switch view to plain text mode 

Any thoughts would be greatly appreciated,

Regards, B1.