ostinato/common/dot3.ui

87 lines
1.9 KiB
XML

<ui version="4.0" >
<class>dot3</class>
<widget class="QWidget" name="dot3" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>181</width>
<height>98</height>
</rect>
</property>
<property name="windowTitle" >
<string>Form</string>
</property>
<layout class="QGridLayout" >
<item row="0" column="0" >
<widget class="QGroupBox" name="groupBox" >
<property name="title" >
<string>802.3</string>
</property>
<layout class="QHBoxLayout" >
<item>
<widget class="QCheckBox" name="cbOverrideLength" >
<property name="text" >
<string>Length</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="leLength" >
<property name="enabled" >
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="0" column="1" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>16</width>
<height>54</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="0" >
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>cbOverrideLength</sender>
<signal>toggled(bool)</signal>
<receiver>leLength</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>55</x>
<y>39</y>
</hint>
<hint type="destinationlabel" >
<x>84</x>
<y>43</y>
</hint>
</hints>
</connection>
</connections>
</ui>