1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Ui_ModifyOffsetOptions</class>
4 <widget class="QWidget" name="Ui_ModifyOffsetOptions">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>112</width>
10    <height>22</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="minimumSize">
20   <size>
21    <width>100</width>
22    <height>22</height>
23   </size>
24  </property>
25  <property name="maximumSize">
26   <size>
27    <width>140</width>
28    <height>26</height>
29   </size>
30  </property>
31  <property name="windowTitle">
32   <string>Modify Offset Options</string>
33  </property>
34  <layout class="QHBoxLayout">
35   <property name="leftMargin">
36    <number>1</number>
37   </property>
38   <property name="topMargin">
39    <number>1</number>
40   </property>
41   <property name="rightMargin">
42    <number>1</number>
43   </property>
44   <property name="bottomMargin">
45    <number>1</number>
46   </property>
47   <item>
48    <widget class="QLabel" name="lDist">
49     <property name="sizePolicy">
50      <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
51       <horstretch>0</horstretch>
52       <verstretch>0</verstretch>
53      </sizepolicy>
54     </property>
55     <property name="text">
56      <string>Distance:</string>
57     </property>
58     <property name="wordWrap">
59      <bool>false</bool>
60     </property>
61    </widget>
62   </item>
63   <item>
64    <widget class="QLineEdit" name="leDist">
65     <property name="sizePolicy">
66      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
67       <horstretch>0</horstretch>
68       <verstretch>0</verstretch>
69      </sizepolicy>
70     </property>
71     <property name="toolTip">
72      <string>Offset from original entity</string>
73     </property>
74    </widget>
75   </item>
76   <item>
77    <widget class="Line" name="sep1">
78     <property name="sizePolicy">
79      <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
80       <horstretch>0</horstretch>
81       <verstretch>0</verstretch>
82      </sizepolicy>
83     </property>
84     <property name="frameShape">
85      <enum>QFrame::VLine</enum>
86     </property>
87     <property name="frameShadow">
88      <enum>QFrame::Sunken</enum>
89     </property>
90    </widget>
91   </item>
92  </layout>
93 </widget>
94 <layoutdefault spacing="6" margin="11"/>
95 <resources/>
96 <connections>
97  <connection>
98   <sender>leDist</sender>
99   <signal>textChanged(QString)</signal>
100   <receiver>Ui_ModifyOffsetOptions</receiver>
101   <slot>updateDist(QString)</slot>
102   <hints>
103    <hint type="sourcelabel">
104     <x>20</x>
105     <y>20</y>
106    </hint>
107    <hint type="destinationlabel">
108     <x>55</x>
109     <y>10</y>
110    </hint>
111   </hints>
112  </connection>
113 </connections>
114</ui>
115