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.

337 lines
3.8 KiB
Plaintext

QComboBox#dataTypeCombox, QComboBox#orderCombox{
font-size: 20px;
}
QTabBar::close-button {
image: url(Static/close.png);
subcontrol-origin: padding;
border: none;
}
QTabBar::close-button:hover {
background-color: #cccccc;
}
QTabBar{
background-color: #D3E3FD;
font:28px;
}
QTabBar#areaTabBar::tab{
background: #D3E3FD;
width: 100px;
height: 35px;
font: 20px;
margin-left: 2px;
font-family: ".SFNSDisplay-Regular";
}
QTabBar#areaTabBar::tab:hover {
background-color: #A8C7FA;
font: bold;
border-radius: 5px;
}
QTabBar#areaTabBar::tab:selected {
background-color: #A8C7FA;
font: bold;
border-radius: 5px;
}
QDockWidget{
font: 28px;
font: bold;
font-family: ".SFNSDisplay-Regular";
border: none;
color: white;
}
QDockWidget::title{
font-size: 20px;
background-color: #2084F6;
color: white;
text-align: center;
}
QPushButton#startProtocolBtn, QPushButton#switchBtn, QPushButton#switchTouchBtn{
font-size: 25px;
border: none;
background-color: white;
}
QPushButton#startProtocolBtn:hover, QPushButton#switchBtn:hover, QPushButton#switchTouchBtn::hover{
font-size: 25px;
font: bold;
border: none;
margin-bottom: -2px;
background-color: white;
}
QPushButton#startProtocolBtn:checked, QPushButton#switchBtn:checked, QPushButton#switchTouchBtn:checked{
font-size: 25px;
border: none;
}
QPushButton#okButton{
width: 54.75px;
height: 40px;
background-color: #09F738;
border-radius: 5px;
color: #FFFFFF;
font-family: ".SFNSDisplay-Medium";
font-size: 20px;
font-weight: 520;
}
QPushButton#cancelButton{
width: 54.75px;
height: 40px;
background-color: #EE1169;
border-radius: 5px;
color: white;
font-family: ".SFNSDisplay-Medium";
font-size: 20px;
font-weight: 520;
}
QPushButton#okButton:hover, QPushButton#cancelButton:hover{
font: bold;
border: none;
margin-bottom: -1px;
}
QPushButton#closeButton, QPushButton#minButton{
border: none;
}
QPushButton#confirmButton, QPushButton#exitButton{
width: 54.75px;
height: 40px;
background-color: #5b8cff;
border-radius: 5px;
color: #FFFFFF;
font-family: ".SFNSDisplay-Medium";
font-size: 17px;
font-weight: 520;
}
QWidget#MainWindow{
background-color: white;
border: none;
font: 20px;
}
QWidget#deviceWidget{
background-color: white;
}
QDialog#deviceDialog{
background-color: #FFFFFF;
}
QTabWidget#areaTabWidget{
border: none;
background-color: white;
}
QLabel#batteryLabel{
font-size: 23px;
font: bold;
border: none;
}
QProgressBar {
border: 2px solid grey;
border-radius: 5px;
text-align: center;
color: white;
}
QProgressBar::chunk {
background-color: green;
width: 20px;
}
QRadioButton#valueRadio{
color: black;
font-size: 25px;
font-family: ".SFNSDisplay-Regular";
font: bold;
}
QRadioButton#valueRadio::indicator:enabled:checked{
image: url(Static/radioOn.png);
}
QRadioButton#valueRadio::indicator:enabled:unchecked{
image: url(Static/radioOff.png);
}
QRadioButton#valueRadio::indicator:disabled:unchecked{
image: url(Static/radioDisableOff.png);
}
QRadioButton#valueRadio::indicator:disabled:checked{
image: url(Static/radioDisableOn.png);
}
QLineEdit#deviceMesEdit{
background-color: #f5f8f9;
border: none;
width: 239px;
height: 40px;
border-radius: 5px;
padding-left : 10px;
color: #889399;
font-family: ".SFNSDisplay-Regular";
font-size: 20px;
font-weight: 520;
}