PDA

View Full Version : How to set QMdiArea::WindowOrder ?



akobor
10th January 2008, 07:53
Hello,

I'd like to set QMdiArea::WindowOrder to QMdiArea::StackingOrder , so when i close the active MdiSubWindow the one underneath get activated (this is not the default behavior)

Thanks for your help,

akobor
10th January 2008, 15:04
I've found it in Qt4.4 : setActivationOrder(QMdiArea::StackingOrder)
but i'm still working with 4.3 so if anybody knows...