PDA

View Full Version : layout in a QMdiArea



babu198649
30th June 2008, 08:25
hi
i need to manage all the subwindows(QWidgets) inside QMdiArea by the layout,So that whenever a window is deleted(or minimised) the space is used by other widgets.Any suggestions are greatly appreciated.

jpn
6th July 2008, 18:59
What did you try so far?

babu198649
10th July 2008, 09:11
I have created a layout and set it to QMdiArea . The widgets( QMdiSubWindow) are added to the layout.
The problem with this method is ,if i minimize the subwindows ,i cant retrieve it back ,because the subwindows disappear out of QMdiArea ,instead of displaying at the bottom of the QMdiArea as expected.