forked from ctrl_packages/epics_launcher
87 lines
2.5 KiB
JSON
87 lines
2.5 KiB
JSON
{
|
|
"menu-title": {
|
|
"text": "This is menu title",
|
|
"theme": "green",
|
|
"style": "color: #000000"
|
|
},
|
|
"file-choice": [
|
|
{
|
|
"text": "SUB-MENU2",
|
|
"file": "../menus2/menu_example.json"
|
|
},
|
|
{
|
|
"text": "SUB-MENU",
|
|
"file": "menu_2.json"
|
|
}
|
|
],
|
|
"menu": [
|
|
{
|
|
"type": "title",
|
|
"text": "Title 1 - default style"
|
|
},
|
|
{
|
|
"type": "cmd",
|
|
"text": "This is command-default style",
|
|
"command": "xeyes",
|
|
"tip": "Opens xeyes."
|
|
},
|
|
{
|
|
"type": "separator"
|
|
},
|
|
{
|
|
"type": "title",
|
|
"text": "Title 2 - changed style",
|
|
"style": "color: #ff0000"
|
|
},
|
|
{
|
|
"type": "caqtdm",
|
|
"text": "This is caQtDM screen - changed style",
|
|
"panel": "MY-SCREEN.ui",
|
|
"macros": "MACRO1=M1,MACRO2=M2",
|
|
"param": "-attach -dg +250+250",
|
|
"help-link": "http://www.link.com/to/help",
|
|
"theme": "green",
|
|
"style": "color: #333333"
|
|
},
|
|
{
|
|
"type": "caqtdm",
|
|
"text": "T&S racks",
|
|
"param": "-stylefile sfop.qss",
|
|
"macros": "GROUP=TS,ALIAS=ALIAS,TITLE=TS-racks",
|
|
"panel": "S_GUDE_DisplayGroup.ui"
|
|
},
|
|
{
|
|
"type": "caqtdm",
|
|
"text": "T&S racks",
|
|
"param": "-stylefile sfop.qss",
|
|
"macros": "GROUP=TS,ALIAS=ALIAS,TITLE=T&S-racks",
|
|
"panel": "S_GUDE_DisplayGroup.ui"
|
|
},
|
|
{
|
|
"type": "medm",
|
|
"text": "This is medm screen - changed style",
|
|
"panel": "MY-SCREEN.adl",
|
|
"macros": "MACRO1=M1,MACRO2=M2",
|
|
"param": "-attach -dg +250+400",
|
|
"help-link": "http://www.link.com/to/help",
|
|
"theme": "green",
|
|
"style": "color: #333333"
|
|
},
|
|
{
|
|
"type": "pep",
|
|
"text": "This is pep panel from .prc file",
|
|
"panel": "MY-PEP.prc",
|
|
"help-link": "http://www.link.com/to/help",
|
|
"theme": "green",
|
|
"style": "color: #333333"
|
|
},
|
|
{
|
|
"type": "pep",
|
|
"text": "This is pep panel defined in shell",
|
|
"param": "-ws TEST-PV1 -fr TEST-PV2",
|
|
"help-link": "http://www.link.com/to/help",
|
|
"theme": "green",
|
|
"style": "color: #333333"
|
|
}
|
|
]
|
|
} |