You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

166 lines
2.7 KiB
Plaintext

2 years ago
QMainWindow#MainWindow{
2 years ago
background-image: url(:/Static/background.png);
2 years ago
background-color: rgba(0, 0, 0, 128);
}
2 years ago
QWidget#MonitorTag{
background-color: #374065;
2 years ago
border-radius: 5px;
2 years ago
border: 3px solid;
border-color: #1E6C92;
}
2 years ago
QWidget#filterWidget{
background-color: #1B2838;
border-radius: 10px;
border: 3px solid;
border-color: #1C526A;
}
2 years ago
QWidget#scrollArea, QWidget#fillWidget{
background-color: transparent;
border: none;
}
2 years ago
QLabel{
2 years ago
color: #DDDDE9;
2 years ago
font-family: Microsoft YaHei;
font-weight: bold;
}
QComboBox{
font-family: Microsoft YaHei;
font-weight: bold;
border: none;
background-color: transparent;
}
QComboBox::drop-down{
2 years ago
2 years ago
subcontrol-origin: padding;
subcontrol-position: top right;
width: 25px;
border:none;
image: url(:/Static/down.png)
2 years ago
}
2 years ago
2 years ago
QPushButton#ClearanceButton, QPushButton#FlangeButton, QPushButton#GyroscopeButton, QPushButton#minButton, QPushButton#closeButton{
2 years ago
2 years ago
border: none;
font-family: Microsoft YaHei;
font-weight: bold;
2 years ago
}
2 years ago
QPushButton#monitorButton, QPushButton#flangeButton, QPushButton#clearanceButton, QPushButton#gyroscopeButton{
color: white;
2 years ago
background-color: rgba(16,68,105, 80%);
2 years ago
border-radius: 5px;
border: 3px solid;
border-color: #115C8E;
2 years ago
height: 30px;
font-family: Microsoft YaHei;
font-weight: bold;
font-size: 20px;
2 years ago
}
QPushButton#normalButton, QPushButton#standbyButton, QPushButton#hutdownButton, QPushButton#failureButton, QPushButton#runButton, QPushButton#interruptedButton{
2 years ago
background-color: rgba(16,68,105, 80%);
2 years ago
color: white;
2 years ago
height: 35px;
2 years ago
border: none;
2 years ago
border-radius: 5px;
font-family: Microsoft YaHei;
font-weight: bold;
font-size: 20px;
2 years ago
}
QListView#deviceList, QListView#flangeList{
border: 3px solid;
background-color: #214055;
color: white;
border-radius: 10px;
border-color: #175E88;
}
2 years ago
QGridLayout#monitorLayout{
background-color: #214055;
}
QScrollBar::vertical{
width:10px;
background:rgba(37,85,105,100%);
padding-top:9px;
padding-bottom:9px;
}
QScrollBar::handle:vertical{
width:20px;
2 years ago
border-image:url(:/Static/scrollBar.png);
2 years ago
margin:0px,0px,0px,0px;
}
QScrollBar::handle:vertical:hover{
width:18px;
background:rgba(69, 178, 255,100%);
border-radius:4px;
min-height:20;
}
QScrollBar::add-line:vertical{
height:0px;
width:18px;
subcontrol-position:bottom;
background:rgba(69, 178, 255,100%);
}
QScrollBar::sub-line:vertical{
height:0px;
width:18px;
subcontrol-position:top;
background:rgba(69, 178, 255,100%);
}
QScrollBar::add-page:vertical,QScrollBar::sub-page:vertical{
background:rgba(37,85,105,100%);
}