2
0
forked from Ivasoft/DSView
This commit is contained in:
DreamSourceLab
2014-06-29 19:27:43 +08:00
parent a6a3024de0
commit 95f2bf8964
70 changed files with 7233 additions and 58648 deletions

View File

@@ -1,6 +1,6 @@
palette {
background: rgb(17, 133, 209, 255);
disabled: rgb(232, 232, 230, 255);
disabled: rgb(200, 200, 200, 255);
}
QMainWindow {
@@ -77,7 +77,7 @@ QSpinBox {
QLineEdit:disabled,
QComboBox:disabled,
QSpinBox:disabled {
background-color: rgb(232, 232, 230, 255);
background-color: rgb(200, 200, 200, 255);
}
QComboBox:!editable {
@@ -163,7 +163,7 @@ QGroupBox::title
}
QGroupBox:disabled
{
color: rgb(232, 232, 230, 255);
color: rgb(200, 200, 200, 255);
}
QDockWidget > QWidget > QTabWidget::pane{
@@ -175,7 +175,7 @@ QDockWidget > QWidget > QTabWidget::pane{
}
QDockWidget > QWidget > QTabWidget::pane:disabled{
border: 1px solid rgb(232, 232, 230, 255);
border: 1px solid rgb(200, 200, 200, 255);
border-right-color: rgb(17, 133, 209, 255); /* same as the pane color */
}
@@ -203,7 +203,7 @@ QDockWidget > QWidget > QTabWidget > QTabBar::tab:selected
}
QDockWidget > QWidget > QTabWidget > QTabBar::tab:disabled
{
color: rgb(232, 232, 230, 50);
color: rgb(200, 200, 200, 50);
border: 1px solid rgb(232, 232, 230, 255);
background: transparent;
border-left-color: rgb(17, 133, 209, 255); /* same as the pane color */
@@ -213,25 +213,29 @@ QCheckBox,
QRadioButton,
QLabel {
border: none;
color: white;
min-height: 20px;
}
QCheckBox::checked,
QRadioButton::checked {
color: black;
}
QLabel,
QCheckBox::unchecked,
QRadioButton::unchecked {
color: white;
}
QCheckBox,
QLabel {
padding: 1px 1px 1px 1px;
margin: 0px;
}
QCheckBox::indicator:checked {
image: url(:icons/checkbox.png);
}
QRadioButton::indicator:checked {
image: url(:icons/radiobutton.png);
}
QLabel:disabled {
color: rgb(232, 232, 230, 255);
color: rgb(200, 200, 200, 255);
}
QSlider::groove:horizontal {