Files
ecmc_plugin_safety/qt/ecmc_plugin_safety_main.ui

177 lines
3.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>315</width>
<height>143</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="caLed" name="caled">
<property name="geometry">
<rect>
<x>20</x>
<y>98</y>
<width>30</width>
<height>30</height>
</rect>
</property>
<property name="channel" stdset="0">
<string notr="true">$(IOC):SS1-$(SAFETY_GRP)-AxsStndStllAct</string>
</property>
<property name="falseColor">
<color>
<red>255</red>
<green>0</green>
<blue>0</blue>
</color>
</property>
<property name="trueColor">
<color>
<red>0</red>
<green>85</green>
<blue>0</blue>
</color>
</property>
</widget>
<widget class="caLabel" name="calabel_4">
<property name="geometry">
<rect>
<x>55</x>
<y>100</y>
<width>251</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>Axis at rest</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="caLabel" name="calabel_5">
<property name="geometry">
<rect>
<x>55</x>
<y>40</y>
<width>246</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>Rampdown cmd active (E-STOP)</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="caLed" name="caled_2">
<property name="geometry">
<rect>
<x>20</x>
<y>40</y>
<width>30</width>
<height>30</height>
</rect>
</property>
<property name="channel" stdset="0">
<string notr="true">$(IOC):SS1-$(SAFETY_GRP)-RmpDwnCmdAct</string>
</property>
<property name="falseColor">
<color>
<red>0</red>
<green>85</green>
<blue>0</blue>
</color>
</property>
<property name="trueColor">
<color>
<red>255</red>
<green>0</green>
<blue>0</blue>
</color>
</property>
</widget>
<widget class="caLabel" name="calabel_6">
<property name="geometry">
<rect>
<x>55</x>
<y>70</y>
<width>206</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>Reduced velo cmd active</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="caLed" name="caled_3">
<property name="geometry">
<rect>
<x>20</x>
<y>70</y>
<width>30</width>
<height>30</height>
</rect>
</property>
<property name="channel" stdset="0">
<string notr="true">$(IOC):SS1-$(SAFETY_GRP)-RedVeloCmdAct</string>
</property>
<property name="falseColor">
<color>
<red>0</red>
<green>85</green>
<blue>0</blue>
</color>
</property>
<property name="trueColor">
<color>
<red>255</red>
<green>0</green>
<blue>0</blue>
</color>
</property>
</widget>
<widget class="caLabel" name="calabel">
<property name="geometry">
<rect>
<x>50</x>
<y>10</y>
<width>221</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>SS1 group: $(SAFETY_GRP=)</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</widget>
<customwidgets>
<customwidget>
<class>caLabel</class>
<extends>QLabel</extends>
<header>caLabel</header>
</customwidget>
<customwidget>
<class>caLed</class>
<extends>QWidget</extends>
<header>caLed</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>