Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.2.0
-
None
Description
When using a QTabBar / QMdiArea Mac::TabbedView and adding more tabs then can be shown under windows a paging control is added:
on the Mac, this wont appear:
Easy to reproduce - I just added the following lines in MainWindow::MainWindow() of the mdi sample
mdiArea->setViewMode(QMdiArea::TabbedView);
mdiArea->setTabsClosable(true);
mdiArea->setTabsMovable(true);
mdiArea->setDocumentMode(true);