refs #901, use CSingleApplicationUi for UI settings

plus stylesheet update to notice disabled component
This commit is contained in:
Klaus Basan
2017-03-07 04:57:47 +01:00
committed by Mathew Sutcliffe
parent 57ede8b04c
commit b392992944
3 changed files with 8 additions and 1 deletions

View File

@@ -282,6 +282,10 @@ QGroupBox {
background-image: url(:/textures/icons/textures/texture-inner.jpg);
}
QGroupBox::disabled {
background: rgba(4, 105, 105, 105);
}
QGroupBox::title {
top: 2px;
left: 5px;