mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-12-26 08:01:32 +08:00
sets object name of container widget for tabs.
This commit is contained in:
parent
4c65bde599
commit
65d1454c8c
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user