ui/edger2.ui

changeset 1164
eabcd749759a
parent 1163
6562cd40565e
child 1165
e6974c4d9e55
equal deleted inserted replaced
1163:6562cd40565e 1164:eabcd749759a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>Edger2Dialog</class>
4 <widget class="QDialog" name="Edger2Dialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>357</width>
10 <height>257</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Edger 2</string>
15 </property>
16 <property name="windowOpacity">
17 <double>1.000000000000000</double>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout_3">
20 <item>
21 <layout class="QVBoxLayout" name="verticalLayout_4">
22 <item>
23 <layout class="QFormLayout" name="formLayout">
24 <item row="0" column="0">
25 <widget class="QLabel" name="label">
26 <property name="text">
27 <string>Precision</string>
28 </property>
29 </widget>
30 </item>
31 <item row="0" column="1">
32 <widget class="QDoubleSpinBox" name="precision">
33 <property name="suffix">
34 <string/>
35 </property>
36 <property name="decimals">
37 <number>4</number>
38 </property>
39 <property name="value">
40 <double>0.001000000000000</double>
41 </property>
42 </widget>
43 </item>
44 <item row="1" column="1">
45 <widget class="QDoubleSpinBox" name="flatAngle">
46 <property name="suffix">
47 <string>°</string>
48 </property>
49 <property name="decimals">
50 <number>4</number>
51 </property>
52 <property name="minimum">
53 <double>0.000000000000000</double>
54 </property>
55 <property name="maximum">
56 <double>360.000000000000000</double>
57 </property>
58 <property name="singleStep">
59 <double>0.100000000000000</double>
60 </property>
61 <property name="value">
62 <double>0.100000000000000</double>
63 </property>
64 </widget>
65 </item>
66 <item row="1" column="0">
67 <widget class="QLabel" name="label_3">
68 <property name="text">
69 <string>Flat angle</string>
70 </property>
71 </widget>
72 </item>
73 <item row="2" column="0">
74 <widget class="QLabel" name="label_2">
75 <property name="text">
76 <string>Conditional line angle</string>
77 </property>
78 </widget>
79 </item>
80 <item row="2" column="1">
81 <widget class="QDoubleSpinBox" name="condAngle">
82 <property name="suffix">
83 <string>°</string>
84 </property>
85 <property name="decimals">
86 <number>4</number>
87 </property>
88 <property name="maximum">
89 <double>360.000000000000000</double>
90 </property>
91 <property name="singleStep">
92 <double>0.100000000000000</double>
93 </property>
94 <property name="value">
95 <double>60.000000000000000</double>
96 </property>
97 </widget>
98 </item>
99 <item row="3" column="1">
100 <widget class="QDoubleSpinBox" name="edgeAngle">
101 <property name="suffix">
102 <string>°</string>
103 </property>
104 <property name="decimals">
105 <number>4</number>
106 </property>
107 <property name="maximum">
108 <double>360.000000000000000</double>
109 </property>
110 <property name="singleStep">
111 <double>0.100000000000000</double>
112 </property>
113 <property name="value">
114 <double>60.000000000000000</double>
115 </property>
116 </widget>
117 </item>
118 <item row="3" column="0">
119 <widget class="QLabel" name="label_4">
120 <property name="text">
121 <string>Edge line angle</string>
122 </property>
123 </widget>
124 </item>
125 <item row="4" column="1">
126 <widget class="QComboBox" name="unmatched">
127 <property name="currentIndex">
128 <number>1</number>
129 </property>
130 <item>
131 <property name="text">
132 <string>Only</string>
133 </property>
134 </item>
135 <item>
136 <property name="text">
137 <string>Normally</string>
138 </property>
139 </item>
140 <item>
141 <property name="text">
142 <string>Never</string>
143 </property>
144 </item>
145 </widget>
146 </item>
147 <item row="4" column="0">
148 <widget class="QLabel" name="label_5">
149 <property name="text">
150 <string>Create unmatched edges</string>
151 </property>
152 </widget>
153 </item>
154 </layout>
155 </item>
156 <item>
157 <layout class="QHBoxLayout" name="horizontalLayout">
158 <item>
159 <layout class="QVBoxLayout" name="verticalLayout_5">
160 <item>
161 <widget class="QCheckBox" name="colored">
162 <property name="text">
163 <string>Color-coded result</string>
164 </property>
165 </widget>
166 </item>
167 <item>
168 <widget class="QCheckBox" name="delLines">
169 <property name="text">
170 <string>Delete existing lines</string>
171 </property>
172 </widget>
173 </item>
174 <item>
175 <widget class="QCheckBox" name="delCondLines">
176 <property name="text">
177 <string>Delete existing cond. lines</string>
178 </property>
179 </widget>
180 </item>
181 </layout>
182 </item>
183 <item>
184 <layout class="QVBoxLayout" name="verticalLayout_6">
185 <item>
186 <widget class="QCheckBox" name="bfc">
187 <property name="text">
188 <string>File is BFCd</string>
189 </property>
190 </widget>
191 </item>
192 <item>
193 <widget class="QCheckBox" name="convex">
194 <property name="enabled">
195 <bool>false</bool>
196 </property>
197 <property name="text">
198 <string>Convex cond. lines only</string>
199 </property>
200 </widget>
201 </item>
202 <item>
203 <widget class="QCheckBox" name="concave">
204 <property name="enabled">
205 <bool>false</bool>
206 </property>
207 <property name="text">
208 <string>Concave cond. lines only</string>
209 </property>
210 </widget>
211 </item>
212 </layout>
213 </item>
214 </layout>
215 </item>
216 </layout>
217 </item>
218 <item>
219 <widget class="QDialogButtonBox" name="buttonBox">
220 <property name="orientation">
221 <enum>Qt::Horizontal</enum>
222 </property>
223 <property name="standardButtons">
224 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
225 </property>
226 </widget>
227 </item>
228 </layout>
229 </widget>
230 <resources/>
231 <connections>
232 <connection>
233 <sender>buttonBox</sender>
234 <signal>accepted()</signal>
235 <receiver>Edger2Dialog</receiver>
236 <slot>accept()</slot>
237 <hints>
238 <hint type="sourcelabel">
239 <x>254</x>
240 <y>250</y>
241 </hint>
242 <hint type="destinationlabel">
243 <x>157</x>
244 <y>256</y>
245 </hint>
246 </hints>
247 </connection>
248 <connection>
249 <sender>buttonBox</sender>
250 <signal>rejected()</signal>
251 <receiver>Edger2Dialog</receiver>
252 <slot>reject()</slot>
253 <hints>
254 <hint type="sourcelabel">
255 <x>322</x>
256 <y>250</y>
257 </hint>
258 <hint type="destinationlabel">
259 <x>286</x>
260 <y>256</y>
261 </hint>
262 </hints>
263 </connection>
264 <connection>
265 <sender>bfc</sender>
266 <signal>clicked(bool)</signal>
267 <receiver>convex</receiver>
268 <slot>setEnabled(bool)</slot>
269 <hints>
270 <hint type="sourcelabel">
271 <x>249</x>
272 <y>157</y>
273 </hint>
274 <hint type="destinationlabel">
275 <x>248</x>
276 <y>185</y>
277 </hint>
278 </hints>
279 </connection>
280 <connection>
281 <sender>bfc</sender>
282 <signal>clicked(bool)</signal>
283 <receiver>concave</receiver>
284 <slot>setEnabled(bool)</slot>
285 <hints>
286 <hint type="sourcelabel">
287 <x>283</x>
288 <y>154</y>
289 </hint>
290 <hint type="destinationlabel">
291 <x>283</x>
292 <y>205</y>
293 </hint>
294 </hints>
295 </connection>
296 </connections>
297 </ui>

mercurial