[Qt4-preview-feedback] QMdiArea: Can resize maximized windows
Bjoern Erik Nilsen
bnilsen at trolltech.com
Mon Feb 9 10:11:55 CET 2009
Hi Axel,
Axel Jäger wrote:
> Hi,
> I modified the examples/mainwindow/mdi so the mdiArea shows tabs
> instead of subwindows by adding these two lines to the constructor of
> the mainwindow:
>
> mdiArea = new QMdiArea;
> mdiArea->setHorizontalScrollBarPolicy(Qt::ScrollBarAsNeeded);
> mdiArea->setVerticalScrollBarPolicy(Qt::ScrollBarAsNeeded);
> + mdiArea->setViewMode(QMdiArea::TabbedView);
> + mdiArea->setDocumentMode(true);
>
> When I create some docs now, I still have the resize handle of the
> maximized document window so I can shrink the front most document
> window and see child windows again. (See screenshot, notice the two
> resize handles in the bottom right corner).
We are aware of the issue (task 198715) and will look into fixing it for
a future release.
Thanks for reporting,
--
Bjørn Erik Nilsen
Software Engineer
Nokia, Qt Software
More information about the Qt4-feedback
mailing list