1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>PolylineEquidistantOptions</class>
4 <widget class="QWidget" name="PolylineEquidistantOptions">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>180</width>
10    <height>24</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>120</width>
22    <height>22</height>
23   </size>
24  </property>
25  <property name="maximumSize">
26   <size>
27    <width>180</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" name="horizontalLayout">
35   <property name="spacing">
36    <number>1</number>
37   </property>
38   <property name="leftMargin">
39    <number>1</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="lLength">
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="text">
59      <string>Spacing:</string>
60     </property>
61     <property name="alignment">
62      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
63     </property>
64     <property name="wordWrap">
65      <bool>false</bool>
66     </property>
67    </widget>
68   </item>
69   <item>
70    <widget class="QLineEdit" name="leDist">
71     <property name="sizePolicy">
72      <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
73       <horstretch>0</horstretch>
74       <verstretch>0</verstretch>
75      </sizepolicy>
76     </property>
77     <property name="maximumSize">
78      <size>
79       <width>40</width>
80       <height>16777215</height>
81      </size>
82     </property>
83     <property name="toolTip">
84      <string>Distance from original polyline</string>
85     </property>
86    </widget>
87   </item>
88   <item>
89    <widget class="QLabel" name="lNumber">
90     <property name="sizePolicy">
91      <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
92       <horstretch>0</horstretch>
93       <verstretch>0</verstretch>
94      </sizepolicy>
95     </property>
96     <property name="text">
97      <string>Copies:</string>
98     </property>
99     <property name="alignment">
100      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
101     </property>
102     <property name="wordWrap">
103      <bool>false</bool>
104     </property>
105    </widget>
106   </item>
107   <item>
108    <widget class="QLineEdit" name="leNumber">
109     <property name="sizePolicy">
110      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
111       <horstretch>0</horstretch>
112       <verstretch>0</verstretch>
113      </sizepolicy>
114     </property>
115     <property name="maximumSize">
116      <size>
117       <width>24</width>
118       <height>16777215</height>
119      </size>
120     </property>
121     <property name="toolTip">
122      <string>Distance from original polyline</string>
123     </property>
124    </widget>
125   </item>
126   <item>
127    <widget class="Line" name="sep1">
128     <property name="sizePolicy">
129      <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
130       <horstretch>0</horstretch>
131       <verstretch>0</verstretch>
132      </sizepolicy>
133     </property>
134     <property name="frameShape">
135      <enum>QFrame::VLine</enum>
136     </property>
137     <property name="frameShadow">
138      <enum>QFrame::Sunken</enum>
139     </property>
140    </widget>
141   </item>
142  </layout>
143 </widget>
144 <layoutdefault spacing="6" margin="11"/>
145 <resources/>
146 <connections>
147  <connection>
148   <sender>leDist</sender>
149   <signal>editingFinished()</signal>
150   <receiver>PolylineEquidistantOptions</receiver>
151   <slot>updateDist()</slot>
152   <hints>
153    <hint type="sourcelabel">
154     <x>20</x>
155     <y>20</y>
156    </hint>
157    <hint type="destinationlabel">
158     <x>20</x>
159     <y>20</y>
160    </hint>
161   </hints>
162  </connection>
163  <connection>
164   <sender>leNumber</sender>
165   <signal>editingFinished()</signal>
166   <receiver>PolylineEquidistantOptions</receiver>
167   <slot>updateNumber()</slot>
168   <hints>
169    <hint type="sourcelabel">
170     <x>20</x>
171     <y>20</y>
172    </hint>
173    <hint type="destinationlabel">
174     <x>20</x>
175     <y>20</y>
176    </hint>
177   </hints>
178  </connection>
179 </connections>
180</ui>
181