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.

188 lines
1.9 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;
}
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: 18px;
font: bold;
font-family: ".SFNSDisplay-Regular";
border: none;
}
QDockWidget::title{
font-size: 20px;
background-color: #2084F6;
color: white;
text-align: center;
}
QPushButton#startProtocolBtn, QPushButton#switchBtn{
font-size: 20px;
border: none;
background-color: white;
}
QPushButton#startProtocolBtn:hover, QPushButton#switchBtn:hover{
font-size: 20px;
font: bold;
border: none;
margin-bottom: -2px;
background-color: white;
}
QPushButton#startProtocolBtn:checked, QPushButton#switchBtn:checked{
font-size: 20px;
border: none;
}
QWidget#MainWindow{
background-color: white;
border: none;
}
QWidget#deviceWidget{
background-color: white;
}
QTabWidget#areaTabWidget{
border: none;
background-color: white;
}
QLabel#batteryLabel{
font-size: 20px;
font: bold;
border: none;
}
QProgressBar {
border: 2px solid grey;
border-radius: 5px;
text-align: center;
color: white;
}
QProgressBar::chunk {
background-color: green;
width: 20px;
}