added stylesheet for hush and awake labels

This commit is contained in:
2025-04-18 16:33:36 +02:00
parent 33ead359e6
commit 5ffec1fd1c
5 changed files with 39825 additions and 39779 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -54,7 +54,7 @@
"archiver" : "https://data-ui.psi.ch/preselect?c1=proscan-archive/"
},
"Shift":{
"type" :"XPROSCAN:OPERATION:STATUS"
"type" :"PRO-HUSH:SHIFT-TYPE"
},
"headerMagnetSector" : ["G1","SH","G2","O2","PIF","G3"],
"header" : ["COMET","BMA1","G1","SH","G2","O2","PIF","G3","MASTER"],
@@ -197,5 +197,17 @@
},
"hdfGroups": {
"General":["Created","Author","Application","Comment","Filepath","Process","UID","User"]
},
"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;}"
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff