Skip to content
Snippets Groups Projects
Commit a52cb6d7 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

shorter name GroupBoxTitleWidget

parent befee52f
No related branches found
No related tags found
1 merge request!2055GUI cleanup while reading towards detector editor
...@@ -109,7 +109,7 @@ GroupBoxCollapser::GroupBoxCollapser(QGroupBox* groupBox) ...@@ -109,7 +109,7 @@ GroupBoxCollapser::GroupBoxCollapser(QGroupBox* groupBox)
m_titleLayout->addWidget(m_toggleButton); m_titleLayout->addWidget(m_toggleButton);
m_titleWidget = new QWidget(groupBox); m_titleWidget = new QWidget(groupBox);
m_titleWidget->setObjectName("GroupBoxTogglerTitleWidget"); m_titleWidget->setObjectName("GroupBoxTitleWidget");
m_titleWidget->setAttribute(Qt::WA_StyledBackground, true); m_titleWidget->setAttribute(Qt::WA_StyledBackground, true);
m_titleWidget->setLayout(m_titleLayout); m_titleWidget->setLayout(m_titleLayout);
......
...@@ -14,7 +14,7 @@ QCheckBox::focus, QRadioButton::focus{border: 0px solid transparent;} ...@@ -14,7 +14,7 @@ QCheckBox::focus, QRadioButton::focus{border: 0px solid transparent;}
/* Exception: transparent background for box model, in particular for LayerForm children. */ /* Exception: transparent background for box model, in particular for LayerForm children. */
QRadioButton, QCheckBox, QLabel, QRadioButton, QCheckBox, QLabel,
QWidget#ContentArea, QWidget#GroupBoxTogglerTitleWidget, QWidget#GroupBoxToggler, QWidget#ContentArea, QWidget#GroupBoxTitleWidget, QWidget#GroupBoxToggler,
QWidget#ContentArea .QWidget, QScrollArea .QWidget,QTreeView::item .QWidget,QListView::item .QWidget QWidget#ContentArea .QWidget, QScrollArea .QWidget,QTreeView::item .QWidget,QListView::item .QWidget
{ background-color: transparent;} { background-color: transparent;}
...@@ -421,10 +421,10 @@ QToolButton#ViewSelectionButton:disabled ...@@ -421,10 +421,10 @@ QToolButton#ViewSelectionButton:disabled
} }
QWidget#GroupBoxTogglerTitleWidget,QWidget#GroupBoxToggler{ QWidget#GroupBoxTitleWidget,QWidget#GroupBoxToggler{
background-color: rgba(100,100,100,10%); background-color: rgba(100,100,100,10%);
border-radius: 3px; border-radius: 3px;
} }
QWidget#GroupBoxTogglerTitleWidget:hover{ QWidget#GroupBoxTitleWidget:hover{
background-color: rgba(100,100,100,25%); background-color: rgba(100,100,100,25%);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment