|
|
|
@ -17,6 +17,7 @@ QComboBox#tbcombox{
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
|
|
|
|
|
margin-left: -10px;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -340,7 +341,7 @@ QPushButton#tbparameBtn:checked{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QPushButton#startActionBtn:hover{
|
|
|
|
|
QPushButton#startActionBtn:hover, QPushButton#refreshButton:hover{
|
|
|
|
|
|
|
|
|
|
font: bold;
|
|
|
|
|
|
|
|
|
@ -352,7 +353,7 @@ QPushButton#startActionBtn:hover{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QPushButton#startActionBtn:pressed{
|
|
|
|
|
QPushButton#startActionBtn:pressed, QPushButton#refreshButton:pressed{
|
|
|
|
|
|
|
|
|
|
font: bold;
|
|
|
|
|
|
|
|
|
@ -364,6 +365,12 @@ QPushButton#startActionBtn:pressed{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QPushButton#refreshButton{
|
|
|
|
|
|
|
|
|
|
border: none;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|