sets object name of container widget for tabs.

This commit is contained in:
mfreiholz 2016-05-23 08:25:52 +02:00
parent 4c65bde599
commit 65d1454c8c

View File

@ -53,6 +53,7 @@ SectionWidget::SectionWidget(ContainerWidget* parent) :
_topLayout->addWidget(_tabsScrollArea, 1); _topLayout->addWidget(_tabsScrollArea, 1);
_tabsContainerWidget = new QWidget(); _tabsContainerWidget = new QWidget();
_tabsContainerWidget->setObjectName("tabsContainerWidget");
_tabsScrollArea->setWidget(_tabsContainerWidget); _tabsScrollArea->setWidget(_tabsContainerWidget);
_tabsLayout = new QBoxLayout(QBoxLayout::LeftToRight); _tabsLayout = new QBoxLayout(QBoxLayout::LeftToRight);