Gui: [skip ci] set object name to tabbar of MDI area

This commit is contained in:
wmayer
2023-02-15 18:05:18 +01:00
committed by wwmayer
parent 194fbf1efe
commit ca946aabcb

View File

@@ -280,6 +280,7 @@ MainWindow::MainWindow(QWidget * parent, Qt::WindowFlags f)
tab->setTabsClosable(true);
// The tabs might be very wide
tab->setExpanding(false);
tab->setObjectName(QString::fromLatin1("mdiAreaTabBar"));
}
d->mdiArea->setVerticalScrollBarPolicy(Qt::ScrollBarAsNeeded);
d->mdiArea->setHorizontalScrollBarPolicy(Qt::ScrollBarAsNeeded);