more layout

This commit is contained in:
2019-08-03 17:38:43 +02:00
parent f9fc4e56af
commit 112d3f4006
3 changed files with 562 additions and 26 deletions

View File

@@ -26,6 +26,28 @@ QPushButton:hover {
border: 1px solid #edf2f4;
}
QRadioButton {
color: #edf2f4;
background-color: #404040;
}
QSpinBox {
color: #edf2f4;
background-color: #404040;
}
QSpinBox::up-button {
color: #404040;
}
QSpinBox::down-button {
color: #404040;
}
QSpinBox:hover {
border: 1px solid #0077fd;
}
QLineEdit {
background-color: #404040;
color: #edf2f4;
@@ -33,7 +55,6 @@ QLineEdit {
}
QLineEdit:hover {
border: 1px solid #edf2f4;
}
QLabel {