Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b72012d7f | |||
| eab360e574 | |||
| 97dad609d0 | |||
| ddf0869499 |
@@ -1053,6 +1053,9 @@ QGroupBox::title#SIMULATION {
|
|||||||
*#Controller[notActOnBeam="true"] {
|
*#Controller[notActOnBeam="true"] {
|
||||||
background-color: rgba(160, 160, 160, 255);
|
background-color: rgba(160, 160, 160, 255);
|
||||||
color:black;
|
color:black;
|
||||||
|
font-size: 10pt;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
*#Controller10pt,
|
*#Controller10pt,
|
||||||
@@ -1285,6 +1288,36 @@ QComboBox::down-arrow#Controller {
|
|||||||
image: url(:/down_arrow.png);
|
image: url(:/down_arrow.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
QInputDialog{
|
||||||
|
background-color: lightblue;
|
||||||
|
color: black;
|
||||||
|
font-size: 13px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 500;
|
||||||
|
font-family: "Sans serif";
|
||||||
|
border: 2px solid gray;
|
||||||
|
border-radius: 5px;
|
||||||
|
padding: 2px 2px 2px 5px;
|
||||||
|
margin: 5px;
|
||||||
|
qproperty-alignment: AlignLeft;
|
||||||
|
}
|
||||||
|
|
||||||
|
QInputDialog#Password {
|
||||||
|
background-color: lightblue;
|
||||||
|
color: black;
|
||||||
|
font-size: 13px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 500;
|
||||||
|
font-family: "Sans serif";
|
||||||
|
border: 2px solid gray;
|
||||||
|
border-radius: 5px;
|
||||||
|
padding: 2px 2px 2px 5px;
|
||||||
|
margin: 5px;
|
||||||
|
qproperty-alignment: AlignLeft;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
QLabel#Elog {
|
QLabel#Elog {
|
||||||
background-color: lightblue;
|
background-color: lightblue;
|
||||||
color: black;
|
color: black;
|
||||||
@@ -1439,10 +1472,29 @@ QTextEdit#hdf {
|
|||||||
margin: 5px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QPushButton#related
|
||||||
|
{
|
||||||
|
background-color: rgb(183, 157, 92);
|
||||||
|
color:black;
|
||||||
|
font-size: 16px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 500;
|
||||||
|
font-family: "Sans serif";
|
||||||
|
border-style: outset;
|
||||||
|
border-color: gray;
|
||||||
|
border-width: 6px;
|
||||||
|
border-radius: 5px;
|
||||||
|
padding-left: 5px;
|
||||||
|
margin-left: 2px;
|
||||||
|
margin-right: 2px;
|
||||||
|
margin-top: 2px;
|
||||||
|
margin-bottom: 2px;
|
||||||
|
text-align: AlignCenter;
|
||||||
|
}
|
||||||
|
|
||||||
QPushButton#hdf
|
QPushButton#hdf
|
||||||
{
|
{
|
||||||
background-color: rgb(0, 171, 102, 20);;
|
background-color: rgb(0, 171, 102, 20);
|
||||||
color:black;
|
color:black;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|||||||
@@ -48,5 +48,17 @@
|
|||||||
"Machine" : {
|
"Machine" : {
|
||||||
"color" : "gray",
|
"color" : "gray",
|
||||||
"qlingrad": "qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 gray , stop: 1 #ffffff)"
|
"qlingrad": "qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 gray , stop: 1 #ffffff)"
|
||||||
}
|
},
|
||||||
|
"statusStyleSheet":{
|
||||||
|
"awake-background-color": "#ffe87c;",
|
||||||
|
"awake-color": "#000000",
|
||||||
|
"awake-text": " Awake ",
|
||||||
|
"awake-qgroupbox": "QGroupBox {background-color:#ffe87c; color:#000000; font-weight: bold;}",
|
||||||
|
"awake-qlabel": "QLabel {background-color:#ffe87c; color:#000000; font-weight: bold;}",
|
||||||
|
"standby-background-color": "#546bab",
|
||||||
|
"standby-color": "#ffffff",
|
||||||
|
"standby-text": " HUSH! ",
|
||||||
|
"standby-qgroupbox": "QGroupBox {background-color:#546bab; color:#ffffff; font-weight: bold;}",
|
||||||
|
"standby-qlabel": "QLabel {background-color:#546bab; color:#ffffff; font-weight: bold;}"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user