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
_______________________________________________
Qt4-preview-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback

Reply via email to