forked from epics_driver_modules/motorBase
745 lines
24 KiB
XML
745 lines
24 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>MainWindow</class>
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>128</width>
|
|
<height>105</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string>
|
|
|
|
QWidget#centralWidget {background: rgba(200, 200, 200, 255);}
|
|
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
|
|
|
caTable {
|
|
font: 10pt;
|
|
background: cornsilk;
|
|
alternate-background-color: wheat;
|
|
}
|
|
|
|
caLineEdit {
|
|
border-radius: 1px;
|
|
background: lightyellow;
|
|
color: black;
|
|
}
|
|
|
|
caTextEntry {
|
|
color: rgb(127, 0, 63);
|
|
background-color: cornsilk;
|
|
selection-color: #0a214c;
|
|
selection-background-color: wheat;
|
|
border: 1px groove black;
|
|
border-radius: 1px;
|
|
padding: 1px;
|
|
}
|
|
|
|
caTextEntry:focus {
|
|
padding: 0px;
|
|
border: 2px groove darkred;
|
|
border-radius: 1px;
|
|
}
|
|
|
|
QPushButton {
|
|
border-color: #00b;
|
|
border-radius: 2px;
|
|
padding: 3px;
|
|
border-width: 1px;
|
|
|
|
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
|
stop:0 rgba(224, 239, 255, 255),
|
|
stop:0.5 rgba(199, 215, 230, 255),
|
|
stop:1 rgba(184, 214, 236, 255));
|
|
}
|
|
QPushButton:hover {
|
|
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
|
stop:0 rgba(201, 226, 255, 255),
|
|
stop:0.5 rgba(177, 204, 230, 255),
|
|
stop:1 rgba(163, 205, 236, 255));
|
|
}
|
|
QPushButton:pressed {
|
|
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
|
stop:0 rgba(174, 219, 255, 255),
|
|
stop:0.5 rgba(165, 199, 230, 255),
|
|
stop:1 rgba(134, 188, 236, 255));
|
|
}
|
|
|
|
QPushButton:disabled {
|
|
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
|
stop:0 rgba(174, 219, 255, 255),
|
|
stop:0.5 rgba(165, 199, 230, 255),
|
|
stop:1 rgba(134, 188, 236, 255));
|
|
}
|
|
|
|
caChoice {
|
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
|
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
|
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
|
}
|
|
|
|
caChoice > QPushButton {
|
|
text-align: left;
|
|
padding: 1px;
|
|
}
|
|
|
|
caSlider::groove:horizontal {
|
|
border: 1px solid #bbb;
|
|
background: lightgrey;
|
|
height: 20px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
caSlider::handle:horizontal {
|
|
background: red;
|
|
border: 1px solid #777;
|
|
width: 13px;
|
|
margin-top: -2px;
|
|
margin-bottom: -2px;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
|
|
|
|
</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralWidget">
|
|
<widget class="caGraphics" name="caRectangle_0">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>11</x>
|
|
<y>51</y>
|
|
<width>104</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="lineSize">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>115</red>
|
|
<green>255</green>
|
|
<blue>107</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>115</red>
|
|
<green>255</green>
|
|
<blue>107</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)$(M).DMOV</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_1">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>11</x>
|
|
<y>51</y>
|
|
<width>104</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="lineSize">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>251</red>
|
|
<green>243</green>
|
|
<blue>74</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>251</red>
|
|
<green>243</green>
|
|
<blue>74</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)$(M).LVIO</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caTextEntry" name="caTextEntry_0">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>14</x>
|
|
<y>54</y>
|
|
<width>98</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="fontScaleMode">
|
|
<enum>caLineEdit::WidthAndHeight</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)$(M).VAL</string>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="255">
|
|
<red>115</red>
|
|
<green>223</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</property>
|
|
<property name="colorMode">
|
|
<enum>caLineEdit::Static</enum>
|
|
</property>
|
|
<property name="formatType">
|
|
<enum>decimal</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_2">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>12</x>
|
|
<y>28</y>
|
|
<width>102</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="lineSize">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="0">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)$(M).SET</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_3">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>14</x>
|
|
<y>30</y>
|
|
<width>98</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="lineSize">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>251</red>
|
|
<green>243</green>
|
|
<blue>74</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="0">
|
|
<red>251</red>
|
|
<green>243</green>
|
|
<blue>74</blue>
|
|
</color>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>251</red>
|
|
<green>243</green>
|
|
<blue>74</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::Calc</enum>
|
|
</property>
|
|
<property name="visibilityCalc">
|
|
<string>A!=0||B==7</string>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)$(M).SET</string>
|
|
</property>
|
|
<property name="channelB">
|
|
<string>$(P)$(M).STAT</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_4">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>5</x>
|
|
<y>33</y>
|
|
<width>6</width>
|
|
<height>47</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)$(M).LLS</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_5">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>115</x>
|
|
<y>33</y>
|
|
<width>7</width>
|
|
<height>47</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)$(M).HLS</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caLineEdit" name="caLineEdit_0">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>16</x>
|
|
<y>32</y>
|
|
<width>94</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="fontScaleMode">
|
|
<enum>caLineEdit::WidthAndHeight</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)$(M).RBV</string>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>10</red>
|
|
<green>0</green>
|
|
<blue>184</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="255">
|
|
<red>200</red>
|
|
<green>200</green>
|
|
<blue>200</blue>
|
|
</color>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignAbsolute|Qt::AlignHCenter|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="formatType">
|
|
<enum>decimal</enum>
|
|
</property>
|
|
<property name="colorMode">
|
|
<enum>caLineEdit::Static</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caRelatedDisplay" name="caRelatedDisplay_0">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>5</x>
|
|
<y>82</y>
|
|
<width>40</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>255</red>
|
|
<green>255</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="255">
|
|
<red>51</red>
|
|
<green>153</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="label">
|
|
<string>-More</string>
|
|
</property>
|
|
<property name="stackingMode">
|
|
<enum>Menu</enum>
|
|
</property>
|
|
<property name="labels">
|
|
<string>$(M) (Small);$(M) (Medium);$(M) (Setup);Scan Parameters;$(M) (Debug)</string>
|
|
</property>
|
|
<property name="files">
|
|
<string>motorx.adl;motorx_more.adl;motorx_setup.adl;scanParms.adl;motorx_all.adl</string>
|
|
</property>
|
|
<property name="args">
|
|
<string>P=$(P),M=$(M);P=$(P),M=$(M);P=$(P),M=$(M);P=$(P),Q=$(M),PV=$(M);P=$(P),M=$(M)</string>
|
|
</property>
|
|
<property name="removeParent">
|
|
<string>false;false;false;false;false</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caMessageButton" name="caMessageButton_0">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>82</y>
|
|
<width>53</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="fontScaleMode">
|
|
<enum>EPushButton::WidthAndHeight</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)$(M).STOP</string>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>249</red>
|
|
<green>218</green>
|
|
<blue>60</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="label">
|
|
<string>STOP</string>
|
|
</property>
|
|
<property name="pressMessage">
|
|
<string>1</string>
|
|
</property>
|
|
<property name="colorMode">
|
|
<enum>caMessageButton::Static</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_6">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>11</x>
|
|
<y>51</y>
|
|
<width>104</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="lineSize">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)$(M)_able.VAL</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caGraphics" name="caRectangle_7">
|
|
<property name="form">
|
|
<enum>caGraphics::Rectangle</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>11</x>
|
|
<y>51</y>
|
|
<width>104</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="lineSize">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="0">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>253</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Dash</enum>
|
|
</property>
|
|
<property name="visibility">
|
|
<enum>caGraphics::IfNotZero</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)$(M)_able.VAL</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caLineEdit" name="caLineEdit_1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>128</width>
|
|
<height>14</height>
|
|
</rect>
|
|
</property>
|
|
<property name="fontScaleMode">
|
|
<enum>caLineEdit::WidthAndHeight</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)$(M).DESC</string>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>10</red>
|
|
<green>0</green>
|
|
<blue>184</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="255">
|
|
<red>255</red>
|
|
<green>255</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignAbsolute|Qt::AlignHCenter|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="formatType">
|
|
<enum>decimal</enum>
|
|
</property>
|
|
<property name="colorMode">
|
|
<enum>caLineEdit::Static</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="caPolyLine" name="caPolyLine_0">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>14</y>
|
|
<width>127</width>
|
|
<height>3</height>
|
|
</rect>
|
|
</property>
|
|
<property name="lineSize">
|
|
<number>3</number>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>10</red>
|
|
<green>0</green>
|
|
<blue>184</blue>
|
|
</color>
|
|
</property>
|
|
<property name="fillstyle">
|
|
<enum>Filled</enum>
|
|
</property>
|
|
<property name="lineColor">
|
|
<color alpha="255">
|
|
<red>10</red>
|
|
<green>0</green>
|
|
<blue>184</blue>
|
|
</color>
|
|
</property>
|
|
<property name="linestyle">
|
|
<enum>Solid</enum>
|
|
</property>
|
|
<property name="xyPairs">
|
|
<string>1,1;125,1;</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="caLineEdit" name="caLineEdit_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>18</y>
|
|
<width>128</width>
|
|
<height>10</height>
|
|
</rect>
|
|
</property>
|
|
<property name="fontScaleMode">
|
|
<enum>caLineEdit::WidthAndHeight</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(P)$(M).EGU</string>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>10</red>
|
|
<green>0</green>
|
|
<blue>184</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="255">
|
|
<red>200</red>
|
|
<green>200</green>
|
|
<blue>200</blue>
|
|
</color>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignAbsolute|Qt::AlignHCenter|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="formatType">
|
|
<enum>decimal</enum>
|
|
</property>
|
|
<property name="colorMode">
|
|
<enum>caLineEdit::Static</enum>
|
|
</property>
|
|
</widget>
|
|
<zorder>caRectangle_0</zorder>
|
|
<zorder>caRectangle_1</zorder>
|
|
<zorder>caRectangle_2</zorder>
|
|
<zorder>caRectangle_3</zorder>
|
|
<zorder>caRectangle_4</zorder>
|
|
<zorder>caRectangle_5</zorder>
|
|
<zorder>caRectangle_6</zorder>
|
|
<zorder>caRectangle_7</zorder>
|
|
<zorder>caPolyLine_0</zorder>
|
|
<zorder>caTextEntry_0</zorder>
|
|
<zorder>caLineEdit_0</zorder>
|
|
<zorder>caRelatedDisplay_0</zorder>
|
|
<zorder>caMessageButton_0</zorder>
|
|
<zorder>caLineEdit_1</zorder>
|
|
<zorder>caLineEdit_2</zorder>
|
|
</widget>
|
|
</widget>
|
|
</ui> |