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.
107 lines
1.2 KiB
Plaintext
107 lines
1.2 KiB
Plaintext
QComboBox#dataTypeCombox, QComboBox#orderCombox{
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
|
|
QTabBar::close-button {
|
|
|
|
image: url(Static/close.png);
|
|
|
|
subcontrol-origin: padding;
|
|
|
|
}
|
|
|
|
QTabBar::close-button:hover {
|
|
|
|
background-color: #cccccc;
|
|
}
|
|
|
|
|
|
|
|
|
|
QDockWidget{
|
|
|
|
font: 18px;
|
|
|
|
font: bold;
|
|
|
|
font-family: ".SFNSDisplay-Regular";
|
|
|
|
/* border: 1px solid black;*/
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
QWidget#deviceWidget{
|
|
|
|
background-color: white;
|
|
|
|
border: 1px solid gray;
|
|
|
|
|
|
}
|
|
|
|
|
|
QTabWidget{
|
|
|
|
border: none;
|
|
|
|
background-color: white;
|
|
|
|
} |