initial commit
This commit is contained in:
2212
config/acc.qss
Normal file
2212
config/acc.qss
Normal file
File diff suppressed because it is too large
Load Diff
2098
config/acc.qss-
Normal file
2098
config/acc.qss-
Normal file
File diff suppressed because it is too large
Load Diff
2182
config/acc.qss~
Normal file
2182
config/acc.qss~
Normal file
File diff suppressed because it is too large
Load Diff
52
config/style.json
Normal file
52
config/style.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"menuFlags":{
|
||||
"hasFile": 1,
|
||||
"loadInitFile": 1,
|
||||
"hasDaq": 1,
|
||||
"hasH5" : 1,
|
||||
"hasEpics" : 1
|
||||
},
|
||||
"MsgSeverity": {
|
||||
"fatal": "#ee0011",
|
||||
"error": "#990033",
|
||||
"warn": "#cc6600",
|
||||
"info": "#0040ff",
|
||||
"debug": "#11aaee"
|
||||
},
|
||||
"stdlog": {
|
||||
"destination": "/afs/psi.ch/intranet/Controls/tmp/bdbase/stdlog/"
|
||||
},
|
||||
"screenshot": {
|
||||
"destination": "/afs/psi.ch/intranet/Controls/tmp/bdbase/screenshot/"
|
||||
},
|
||||
"StyleGuide":{
|
||||
"widgetHeight": 25,
|
||||
"extraGroupHeight": 30,
|
||||
"fgAlarmInvalid": "#ffffff",
|
||||
"fgAlarmMajor": "#ff0000",
|
||||
"fgAlarmMinor": "#fbfb04",
|
||||
"fgAlarmNoAlarm": "#00cd00",
|
||||
"fgNormalText": "#000000",
|
||||
"fgCurveHor": "#2a63e4",
|
||||
"fgCurveVer": "#8b1a96",
|
||||
"fgCurveLong": "#cd6100",
|
||||
"bgTitleOperation": "#dadada",
|
||||
"bgTitleExpert": "#646464",
|
||||
"bgTitleSimulation":"#8b1a96",
|
||||
"bgMain": "#ececec",
|
||||
"bgReadbackAlarm": "#c8c8c8",
|
||||
"bgReadback" : "#ffffe0",
|
||||
"bgPVSetBeam": "#d4db9d",
|
||||
"bgPVSet": "#a0a0a0",
|
||||
"bgButtonWindow": "#b79d5c",
|
||||
"bgGroupContainers":"#e1e1e1",
|
||||
"bgErrorLogFile" : "#f0f0f8",
|
||||
"machine_color": "#2e5894",
|
||||
"machine_qlingrad": "qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 gray , stop: 1 #ffffff)"
|
||||
|
||||
},
|
||||
"Machine" : {
|
||||
"color" : "gray",
|
||||
"qlingrad": "qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 gray , stop: 1 #ffffff)"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user