153 lines
3.8 KiB
XML
153 lines
3.8 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>725</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout" stretch="5,3,4,0,0,3">
|
|
<property name="spacing">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>1</number>
|
|
</property>
|
|
<item>
|
|
<widget class="caLineEdit" name="ca_DESC_1">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="channel" stdset="0">
|
|
<string notr="true">$(P):$(M).DESC</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="caTextEntry" name="ca_VAL_1">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="channel" stdset="0">
|
|
<string notr="true">$(P):$(M).VAL</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="caLineEdit" name="ca_RBV_1">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="channel" stdset="0">
|
|
<string notr="true">$(P):$(M).RBV</string>
|
|
</property>
|
|
<property name="unitsEnabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="caLed" name="caled">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>25</width>
|
|
<height>4</height>
|
|
</size>
|
|
</property>
|
|
<property name="channel" stdset="0">
|
|
<string notr="true">$(P):$(M).LLS</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="caLed" name="caled_2">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>25</width>
|
|
<height>4</height>
|
|
</size>
|
|
</property>
|
|
<property name="channel" stdset="0">
|
|
<string notr="true">$(P):$(M).HLS</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="caRelatedDisplay" name="carelateddisplay">
|
|
<property name="background">
|
|
<color>
|
|
<red>128</red>
|
|
<green>136</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</property>
|
|
<property name="labels">
|
|
<string>$(M)</string>
|
|
</property>
|
|
<property name="files">
|
|
<string>motorx_all.ui</string>
|
|
</property>
|
|
<property name="args">
|
|
<string>P=$(P):,M=$(M)</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>caRelatedDisplay</class>
|
|
<extends>QWidget</extends>
|
|
<header>caRelatedDisplay</header>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>caTextEntry</class>
|
|
<extends>caLineEdit</extends>
|
|
<header>caTextEntry</header>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>caLed</class>
|
|
<extends>QWidget</extends>
|
|
<header>caLed</header>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>caLineEdit</class>
|
|
<extends>QLineEdit</extends>
|
|
<header>caLineEdit</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|