1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Ui_LineRelAngleOptions</class>
4 <widget class="QWidget" name="Ui_LineRelAngleOptions">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>280</width>
10    <height>24</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="minimumSize">
20   <size>
21    <width>200</width>
22    <height>22</height>
23   </size>
24  </property>
25  <property name="maximumSize">
26   <size>
27    <width>280</width>
28    <height>32767</height>
29   </size>
30  </property>
31  <property name="windowTitle">
32   <string>Line Relative Angle 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="lAngle">
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>Angle:</string>
57     </property>
58     <property name="wordWrap">
59      <bool>false</bool>
60     </property>
61    </widget>
62   </item>
63   <item>
64    <widget class="QLineEdit" name="leAngle">
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>Line angle</string>
73     </property>
74    </widget>
75   </item>
76   <item>
77    <widget class="QLabel" name="lLength">
78     <property name="sizePolicy">
79      <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
80       <horstretch>0</horstretch>
81       <verstretch>0</verstretch>
82      </sizepolicy>
83     </property>
84     <property name="text">
85      <string>Length:</string>
86     </property>
87     <property name="wordWrap">
88      <bool>false</bool>
89     </property>
90    </widget>
91   </item>
92   <item>
93    <widget class="QLineEdit" name="leLength">
94     <property name="sizePolicy">
95      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
96       <horstretch>0</horstretch>
97       <verstretch>0</verstretch>
98      </sizepolicy>
99     </property>
100     <property name="toolTip">
101      <string>Length of line</string>
102     </property>
103    </widget>
104   </item>
105   <item>
106    <widget class="Line" name="sep1">
107     <property name="sizePolicy">
108      <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
109       <horstretch>0</horstretch>
110       <verstretch>0</verstretch>
111      </sizepolicy>
112     </property>
113     <property name="frameShape">
114      <enum>QFrame::VLine</enum>
115     </property>
116     <property name="frameShadow">
117      <enum>QFrame::Sunken</enum>
118     </property>
119    </widget>
120   </item>
121  </layout>
122 </widget>
123 <layoutdefault spacing="6" margin="11"/>
124 <resources/>
125 <connections>
126  <connection>
127   <sender>leAngle</sender>
128   <signal>textChanged(QString)</signal>
129   <receiver>Ui_LineRelAngleOptions</receiver>
130   <slot>updateAngle(QString)</slot>
131   <hints>
132    <hint type="sourcelabel">
133     <x>20</x>
134     <y>20</y>
135    </hint>
136    <hint type="destinationlabel">
137     <x>20</x>
138     <y>20</y>
139    </hint>
140   </hints>
141  </connection>
142  <connection>
143   <sender>leLength</sender>
144   <signal>textChanged(QString)</signal>
145   <receiver>Ui_LineRelAngleOptions</receiver>
146   <slot>updateLength(QString)</slot>
147   <hints>
148    <hint type="sourcelabel">
149     <x>20</x>
150     <y>20</y>
151    </hint>
152    <hint type="destinationlabel">
153     <x>20</x>
154     <y>20</y>
155    </hint>
156   </hints>
157  </connection>
158 </connections>
159</ui>
160