1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Ui_LineAngleOptions</class>
4 <widget class="QWidget" name="Ui_LineAngleOptions">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>400</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>300</width>
22    <height>22</height>
23   </size>
24  </property>
25  <property name="maximumSize">
26   <size>
27    <width>400</width>
28    <height>22</height>
29   </size>
30  </property>
31  <property name="windowTitle">
32   <string>Line Angle Options</string>
33  </property>
34  <layout class="QHBoxLayout">
35   <property name="spacing">
36    <number>1</number>
37   </property>
38   <property name="leftMargin">
39    <number>0</number>
40   </property>
41   <property name="topMargin">
42    <number>0</number>
43   </property>
44   <property name="rightMargin">
45    <number>0</number>
46   </property>
47   <property name="bottomMargin">
48    <number>0</number>
49   </property>
50   <item>
51    <widget class="QLabel" name="lAngle">
52     <property name="sizePolicy">
53      <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
54       <horstretch>0</horstretch>
55       <verstretch>0</verstretch>
56      </sizepolicy>
57     </property>
58     <property name="maximumSize">
59      <size>
60       <width>45</width>
61       <height>16777215</height>
62      </size>
63     </property>
64     <property name="text">
65      <string>Angle:</string>
66     </property>
67     <property name="alignment">
68      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
69     </property>
70     <property name="wordWrap">
71      <bool>false</bool>
72     </property>
73    </widget>
74   </item>
75   <item>
76    <widget class="QLineEdit" name="leAngle">
77     <property name="sizePolicy">
78      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
79       <horstretch>0</horstretch>
80       <verstretch>0</verstretch>
81      </sizepolicy>
82     </property>
83     <property name="maximumSize">
84      <size>
85       <width>50</width>
86       <height>32</height>
87      </size>
88     </property>
89     <property name="toolTip">
90      <string>Line angle</string>
91     </property>
92    </widget>
93   </item>
94   <item>
95    <widget class="QLabel" name="lLength">
96     <property name="sizePolicy">
97      <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
98       <horstretch>0</horstretch>
99       <verstretch>0</verstretch>
100      </sizepolicy>
101     </property>
102     <property name="maximumSize">
103      <size>
104       <width>50</width>
105       <height>16777215</height>
106      </size>
107     </property>
108     <property name="text">
109      <string>Length:</string>
110     </property>
111     <property name="alignment">
112      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
113     </property>
114     <property name="wordWrap">
115      <bool>false</bool>
116     </property>
117    </widget>
118   </item>
119   <item>
120    <widget class="QLineEdit" name="leLength">
121     <property name="sizePolicy">
122      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
123       <horstretch>0</horstretch>
124       <verstretch>0</verstretch>
125      </sizepolicy>
126     </property>
127     <property name="maximumSize">
128      <size>
129       <width>50</width>
130       <height>32</height>
131      </size>
132     </property>
133     <property name="toolTip">
134      <string>Length of line</string>
135     </property>
136    </widget>
137   </item>
138   <item>
139    <widget class="QLabel" name="lSnapPoint">
140     <property name="text">
141      <string>Snap Point:</string>
142     </property>
143     <property name="alignment">
144      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
145     </property>
146     <property name="wordWrap">
147      <bool>false</bool>
148     </property>
149    </widget>
150   </item>
151   <item>
152    <widget class="QComboBox" name="cbSnapPoint">
153     <property name="font">
154      <font/>
155     </property>
156     <item>
157      <property name="text">
158       <string>Start</string>
159      </property>
160     </item>
161     <item>
162      <property name="text">
163       <string>Middle</string>
164      </property>
165     </item>
166     <item>
167      <property name="text">
168       <string>End</string>
169      </property>
170     </item>
171    </widget>
172   </item>
173   <item>
174    <widget class="Line" name="sep1">
175     <property name="sizePolicy">
176      <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
177       <horstretch>0</horstretch>
178       <verstretch>0</verstretch>
179      </sizepolicy>
180     </property>
181     <property name="frameShape">
182      <enum>QFrame::VLine</enum>
183     </property>
184     <property name="frameShadow">
185      <enum>QFrame::Sunken</enum>
186     </property>
187    </widget>
188   </item>
189  </layout>
190 </widget>
191 <layoutdefault spacing="6" margin="0"/>
192 <resources/>
193 <connections>
194  <connection>
195   <sender>leAngle</sender>
196   <signal>textChanged(QString)</signal>
197   <receiver>Ui_LineAngleOptions</receiver>
198   <slot>updateAngle(QString)</slot>
199   <hints>
200    <hint type="sourcelabel">
201     <x>20</x>
202     <y>20</y>
203    </hint>
204    <hint type="destinationlabel">
205     <x>20</x>
206     <y>20</y>
207    </hint>
208   </hints>
209  </connection>
210  <connection>
211   <sender>leLength</sender>
212   <signal>textChanged(QString)</signal>
213   <receiver>Ui_LineAngleOptions</receiver>
214   <slot>updateLength(QString)</slot>
215   <hints>
216    <hint type="sourcelabel">
217     <x>20</x>
218     <y>20</y>
219    </hint>
220    <hint type="destinationlabel">
221     <x>20</x>
222     <y>20</y>
223    </hint>
224   </hints>
225  </connection>
226  <connection>
227   <sender>cbSnapPoint</sender>
228   <signal>activated(int)</signal>
229   <receiver>Ui_LineAngleOptions</receiver>
230   <slot>updateSnapPoint(int)</slot>
231   <hints>
232    <hint type="sourcelabel">
233     <x>20</x>
234     <y>20</y>
235    </hint>
236    <hint type="destinationlabel">
237     <x>20</x>
238     <y>20</y>
239    </hint>
240   </hints>
241  </connection>
242 </connections>
243</ui>
244