src/ui/edger2.ui

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

mercurial