refs #335, GUI finetuning

* combo boxes, size model changed - fixes the issue with the settings exceeding the boundaries
* main window can be minimized
* renaming the main page
* style sheet
This commit is contained in:
Klaus Basan
2014-10-18 15:46:47 +02:00
committed by Roland Winklmeier
parent 216b9f170d
commit 6f8d85e864
10 changed files with 149 additions and 22 deletions

View File

@@ -74,6 +74,7 @@ QAbstractScrollArea #pg_StatusPageConsole { background-color: black; }
border-radius:3px;
color: yellow;
padding: 3px;
margin-right: 5px;
}
#wi_MainKeypadArea QPushButton {
@@ -96,16 +97,21 @@ QAbstractScrollArea #pg_StatusPageConsole { background-color: black; }
border-radius:3px;
border-width: 0px;
border-color: blue;
color: lightblue;
color: yellow;
padding: 1px;
margin: 2px;
}
/** fixes scroll area for audio setup and inner background **/
#sa_AudioSetup { background-color: black; }
#saAudioSetupInner {
background-image: url(:/textures/icons/textures/texture-inner.jpg);
background-color: black;
#sa_AudioComponentInner {
background-image: url(:/textures/icons/textures/texture-inner.jpg);
background-color: black;
}
/** volume buttons **/
#wi_AudioSoundButtons QPushButton {
background-color: transparent;
}
/** COM panel **/
@@ -127,7 +133,7 @@ QAbstractScrollArea #pg_StatusPageConsole { background-color: black; }
QProgressBar {
border: 1px solid green;
border-radius: 5px;
background-color: black;
background-color: black;
text-align: center;
padding: 0px;
height: 16px;
@@ -252,6 +258,13 @@ QDoubleSpinBox {
background: transparent;
}
QSpinBox {
border: 1px solid green;
border-radius: 5px;
padding: 1px;
background: transparent;
}
QMenuBar {
background-image: url(:/textures/icons/textures/texture-outer.jpg);
background-color: darkslategray;
@@ -343,7 +356,8 @@ QScrollBar::sub-line:vertical {
QHeaderView::section {
border: 1px solid black;
background-color: darkslategray;
padding: 1px;
color: white; /** font **/
padding: 1px;
margin: 0px;
}