1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>ConfigUI</class> |
|
4 <widget class="QDialog" name="ConfigUI"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>648</width> |
|
10 <height>370</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Settings</string> |
|
15 </property> |
|
16 <property name="windowIcon"> |
|
17 <iconset resource="../ldforge.qrc"> |
|
18 <normaloff>:/icons/settings.png</normaloff>:/icons/settings.png</iconset> |
|
19 </property> |
|
20 <layout class="QVBoxLayout" name="verticalLayout"> |
|
21 <item> |
|
22 <layout class="QHBoxLayout" name="horizontalLayout_7" stretch="0,0"> |
|
23 <item> |
|
24 <widget class="QListWidget" name="m_pagelist"> |
|
25 <property name="minimumSize"> |
|
26 <size> |
|
27 <width>144</width> |
|
28 <height>0</height> |
|
29 </size> |
|
30 </property> |
|
31 <property name="maximumSize"> |
|
32 <size> |
|
33 <width>144</width> |
|
34 <height>16777215</height> |
|
35 </size> |
|
36 </property> |
|
37 <item> |
|
38 <property name="text"> |
|
39 <string>Interface</string> |
|
40 </property> |
|
41 </item> |
|
42 <item> |
|
43 <property name="text"> |
|
44 <string>Editing tools</string> |
|
45 </property> |
|
46 </item> |
|
47 <item> |
|
48 <property name="text"> |
|
49 <string>Profile</string> |
|
50 </property> |
|
51 </item> |
|
52 <item> |
|
53 <property name="text"> |
|
54 <string>Shortcuts</string> |
|
55 </property> |
|
56 </item> |
|
57 <item> |
|
58 <property name="text"> |
|
59 <string>Color Toolbar</string> |
|
60 </property> |
|
61 </item> |
|
62 <item> |
|
63 <property name="text"> |
|
64 <string>Grids</string> |
|
65 </property> |
|
66 </item> |
|
67 <item> |
|
68 <property name="text"> |
|
69 <string>External Programs</string> |
|
70 </property> |
|
71 </item> |
|
72 <item> |
|
73 <property name="text"> |
|
74 <string>Downloads</string> |
|
75 </property> |
|
76 </item> |
|
77 </widget> |
|
78 </item> |
|
79 <item> |
|
80 <widget class="QStackedWidget" name="m_pages"> |
|
81 <property name="currentIndex"> |
|
82 <number>0</number> |
|
83 </property> |
|
84 <widget class="QWidget" name="page_3"> |
|
85 <layout class="QVBoxLayout" name="verticalLayout_13"> |
|
86 <item> |
|
87 <widget class="QGroupBox" name="groupBox"> |
|
88 <property name="title"> |
|
89 <string>Interface</string> |
|
90 </property> |
|
91 <layout class="QVBoxLayout" name="verticalLayout_10"> |
|
92 <item> |
|
93 <layout class="QVBoxLayout" name="verticalLayout_3"> |
|
94 <item> |
|
95 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
96 <item> |
|
97 <spacer name="horizontalSpacer_2"> |
|
98 <property name="orientation"> |
|
99 <enum>Qt::Horizontal</enum> |
|
100 </property> |
|
101 <property name="sizeHint" stdset="0"> |
|
102 <size> |
|
103 <width>40</width> |
|
104 <height>20</height> |
|
105 </size> |
|
106 </property> |
|
107 </spacer> |
|
108 </item> |
|
109 <item> |
|
110 <layout class="QFormLayout" name="formLayout"> |
|
111 <item row="0" column="0"> |
|
112 <widget class="QLabel" name="label_2"> |
|
113 <property name="whatsThis"> |
|
114 <string/> |
|
115 </property> |
|
116 <property name="text"> |
|
117 <string>Background color</string> |
|
118 </property> |
|
119 </widget> |
|
120 </item> |
|
121 <item row="0" column="1"> |
|
122 <widget class="QPushButton" name="configBackgroundColor"> |
|
123 <property name="whatsThis"> |
|
124 <string>This is the background color for the viewport.</string> |
|
125 </property> |
|
126 <property name="text"> |
|
127 <string/> |
|
128 </property> |
|
129 <property name="icon"> |
|
130 <iconset resource="../ldforge.qrc"> |
|
131 <normaloff>:/icons/colorselect.png</normaloff>:/icons/colorselect.png</iconset> |
|
132 </property> |
|
133 </widget> |
|
134 </item> |
|
135 <item row="1" column="0"> |
|
136 <widget class="QLabel" name="label"> |
|
137 <property name="whatsThis"> |
|
138 <string/> |
|
139 </property> |
|
140 <property name="text"> |
|
141 <string>Main color</string> |
|
142 </property> |
|
143 </widget> |
|
144 </item> |
|
145 <item row="1" column="1"> |
|
146 <widget class="QPushButton" name="configMainColor"> |
|
147 <property name="whatsThis"> |
|
148 <string>This color is used for the main color.</string> |
|
149 </property> |
|
150 <property name="text"> |
|
151 <string/> |
|
152 </property> |
|
153 <property name="icon"> |
|
154 <iconset resource="../ldforge.qrc"> |
|
155 <normaloff>:/icons/colorselect.png</normaloff>:/icons/colorselect.png</iconset> |
|
156 </property> |
|
157 </widget> |
|
158 </item> |
|
159 <item row="2" column="0"> |
|
160 <widget class="QLabel" name="selectedColorLabel"> |
|
161 <property name="text"> |
|
162 <string>Selected color</string> |
|
163 </property> |
|
164 </widget> |
|
165 </item> |
|
166 <item row="2" column="1"> |
|
167 <widget class="QPushButton" name="configSelectColorBlend"> |
|
168 <property name="whatsThis"> |
|
169 <string>This color is used for the main color.</string> |
|
170 </property> |
|
171 <property name="text"> |
|
172 <string/> |
|
173 </property> |
|
174 <property name="icon"> |
|
175 <iconset resource="../ldforge.qrc"> |
|
176 <normaloff>:/icons/colorselect.png</normaloff>:/icons/colorselect.png</iconset> |
|
177 </property> |
|
178 </widget> |
|
179 </item> |
|
180 <item row="3" column="0"> |
|
181 <widget class="QLabel" name="label_3"> |
|
182 <property name="whatsThis"> |
|
183 <string/> |
|
184 </property> |
|
185 <property name="text"> |
|
186 <string>Main color alpha</string> |
|
187 </property> |
|
188 </widget> |
|
189 </item> |
|
190 <item row="3" column="1"> |
|
191 <widget class="QDoubleSpinBox" name="configMainColorAlpha"> |
|
192 <property name="maximum"> |
|
193 <double>1.000000000000000</double> |
|
194 </property> |
|
195 <property name="singleStep"> |
|
196 <double>0.050000000000000</double> |
|
197 </property> |
|
198 <property name="value"> |
|
199 <double>1.000000000000000</double> |
|
200 </property> |
|
201 </widget> |
|
202 </item> |
|
203 <item row="4" column="0"> |
|
204 <widget class="QLabel" name="label_5"> |
|
205 <property name="whatsThis"> |
|
206 <string/> |
|
207 </property> |
|
208 <property name="text"> |
|
209 <string>Line thickness</string> |
|
210 </property> |
|
211 </widget> |
|
212 </item> |
|
213 <item row="4" column="1"> |
|
214 <widget class="QSlider" name="configLineThickness"> |
|
215 <property name="whatsThis"> |
|
216 <string>How thick lines should be drawn in the viewport.</string> |
|
217 </property> |
|
218 <property name="minimum"> |
|
219 <number>1</number> |
|
220 </property> |
|
221 <property name="maximum"> |
|
222 <number>8</number> |
|
223 </property> |
|
224 <property name="orientation"> |
|
225 <enum>Qt::Horizontal</enum> |
|
226 </property> |
|
227 <property name="tickPosition"> |
|
228 <enum>QSlider::TicksAbove</enum> |
|
229 </property> |
|
230 <property name="tickInterval"> |
|
231 <number>1</number> |
|
232 </property> |
|
233 </widget> |
|
234 </item> |
|
235 </layout> |
|
236 </item> |
|
237 <item> |
|
238 <spacer name="horizontalSpacer"> |
|
239 <property name="orientation"> |
|
240 <enum>Qt::Horizontal</enum> |
|
241 </property> |
|
242 <property name="sizeHint" stdset="0"> |
|
243 <size> |
|
244 <width>40</width> |
|
245 <height>20</height> |
|
246 </size> |
|
247 </property> |
|
248 </spacer> |
|
249 </item> |
|
250 </layout> |
|
251 </item> |
|
252 <item> |
|
253 <layout class="QGridLayout" name="gridLayout_3"> |
|
254 <item row="0" column="2"> |
|
255 <widget class="QCheckBox" name="configUseLogoStuds"> |
|
256 <property name="text"> |
|
257 <string>Use logoed studs</string> |
|
258 </property> |
|
259 </widget> |
|
260 </item> |
|
261 <item row="0" column="0"> |
|
262 <spacer name="horizontalSpacer_3"> |
|
263 <property name="orientation"> |
|
264 <enum>Qt::Horizontal</enum> |
|
265 </property> |
|
266 <property name="sizeHint" stdset="0"> |
|
267 <size> |
|
268 <width>40</width> |
|
269 <height>20</height> |
|
270 </size> |
|
271 </property> |
|
272 </spacer> |
|
273 </item> |
|
274 <item row="3" column="1"> |
|
275 <widget class="QCheckBox" name="configAntiAliasedLines"> |
|
276 <property name="text"> |
|
277 <string>Anti-aliased lines</string> |
|
278 </property> |
|
279 </widget> |
|
280 </item> |
|
281 <item row="1" column="2"> |
|
282 <widget class="QCheckBox" name="configDrawLineLengths"> |
|
283 <property name="text"> |
|
284 <string>Display line lenghts when drawing</string> |
|
285 </property> |
|
286 </widget> |
|
287 </item> |
|
288 <item row="1" column="1"> |
|
289 <widget class="QCheckBox" name="configBFCRedGreenView"> |
|
290 <property name="whatsThis"> |
|
291 <string>Polygons' front sides become green and back sides red.</string> |
|
292 </property> |
|
293 <property name="text"> |
|
294 <string>Red/green BFC view (incomplete)</string> |
|
295 </property> |
|
296 </widget> |
|
297 </item> |
|
298 <item row="2" column="1"> |
|
299 <widget class="QCheckBox" name="configColorizeObjectsList"> |
|
300 <property name="whatsThis"> |
|
301 <string>Makes colored objects (non-16 and 24) appear colored in the list view. A red triangle will, for instance, have its entry written in red text. This can be useful to locate colored objects.</string> |
|
302 </property> |
|
303 <property name="text"> |
|
304 <string>Colorize objects in list view</string> |
|
305 </property> |
|
306 </widget> |
|
307 </item> |
|
308 <item row="0" column="1"> |
|
309 <widget class="QCheckBox" name="configBlackEdges"> |
|
310 <property name="whatsThis"> |
|
311 <string>Makes all edgelines appear black. If this is not set, edge lines take their color as defined in LDConfig.ldr.</string> |
|
312 </property> |
|
313 <property name="text"> |
|
314 <string>Black edges</string> |
|
315 </property> |
|
316 </widget> |
|
317 </item> |
|
318 <item row="1" column="3"> |
|
319 <spacer name="horizontalSpacer_4"> |
|
320 <property name="orientation"> |
|
321 <enum>Qt::Horizontal</enum> |
|
322 </property> |
|
323 <property name="sizeHint" stdset="0"> |
|
324 <size> |
|
325 <width>40</width> |
|
326 <height>20</height> |
|
327 </size> |
|
328 </property> |
|
329 </spacer> |
|
330 </item> |
|
331 <item row="3" column="2"> |
|
332 <widget class="QCheckBox" name="configHighlightObjectBelowCursor"> |
|
333 <property name="text"> |
|
334 <string>Highlight object below cursor</string> |
|
335 </property> |
|
336 </widget> |
|
337 </item> |
|
338 <item row="2" column="2"> |
|
339 <widget class="QCheckBox" name="configListImplicitFiles"> |
|
340 <property name="text"> |
|
341 <string>List implicitly loaded files</string> |
|
342 </property> |
|
343 </widget> |
|
344 </item> |
|
345 </layout> |
|
346 </item> |
|
347 </layout> |
|
348 </item> |
|
349 </layout> |
|
350 </widget> |
|
351 </item> |
|
352 </layout> |
|
353 </widget> |
|
354 <widget class="QWidget" name="page"> |
|
355 <layout class="QVBoxLayout" name="verticalLayout_6"> |
|
356 <item> |
|
357 <widget class="QGroupBox" name="groupBox_6"> |
|
358 <property name="title"> |
|
359 <string>Editing tools</string> |
|
360 </property> |
|
361 <layout class="QVBoxLayout" name="verticalLayout_7"> |
|
362 <item> |
|
363 <widget class="QGroupBox" name="groupBox_7"> |
|
364 <property name="title"> |
|
365 <string>Rounding</string> |
|
366 </property> |
|
367 <layout class="QVBoxLayout" name="verticalLayout_9"> |
|
368 <item> |
|
369 <layout class="QGridLayout" name="gridLayout_2"> |
|
370 <item row="0" column="1"> |
|
371 <widget class="QLabel" name="label_17"> |
|
372 <property name="text"> |
|
373 <string>Position decimals:</string> |
|
374 </property> |
|
375 </widget> |
|
376 </item> |
|
377 <item row="0" column="2"> |
|
378 <widget class="QSpinBox" name="configRoundPosition"/> |
|
379 </item> |
|
380 <item row="1" column="1"> |
|
381 <widget class="QLabel" name="label_18"> |
|
382 <property name="text"> |
|
383 <string>Matrix decimals:</string> |
|
384 </property> |
|
385 </widget> |
|
386 </item> |
|
387 <item row="1" column="2"> |
|
388 <widget class="QSpinBox" name="configRoundMatrix"/> |
|
389 </item> |
|
390 <item row="0" column="0"> |
|
391 <spacer name="horizontalSpacer_5"> |
|
392 <property name="orientation"> |
|
393 <enum>Qt::Horizontal</enum> |
|
394 </property> |
|
395 <property name="sizeHint" stdset="0"> |
|
396 <size> |
|
397 <width>40</width> |
|
398 <height>20</height> |
|
399 </size> |
|
400 </property> |
|
401 </spacer> |
|
402 </item> |
|
403 <item row="0" column="3"> |
|
404 <spacer name="horizontalSpacer_6"> |
|
405 <property name="orientation"> |
|
406 <enum>Qt::Horizontal</enum> |
|
407 </property> |
|
408 <property name="sizeHint" stdset="0"> |
|
409 <size> |
|
410 <width>40</width> |
|
411 <height>20</height> |
|
412 </size> |
|
413 </property> |
|
414 </spacer> |
|
415 </item> |
|
416 </layout> |
|
417 </item> |
|
418 </layout> |
|
419 </widget> |
|
420 </item> |
|
421 </layout> |
|
422 </widget> |
|
423 </item> |
|
424 <item> |
|
425 <spacer name="verticalSpacer_6"> |
|
426 <property name="orientation"> |
|
427 <enum>Qt::Vertical</enum> |
|
428 </property> |
|
429 <property name="sizeHint" stdset="0"> |
|
430 <size> |
|
431 <width>20</width> |
|
432 <height>40</height> |
|
433 </size> |
|
434 </property> |
|
435 </spacer> |
|
436 </item> |
|
437 </layout> |
|
438 </widget> |
|
439 <widget class="QWidget" name="page_4"> |
|
440 <layout class="QVBoxLayout" name="verticalLayout_14"> |
|
441 <item> |
|
442 <widget class="QGroupBox" name="groupBox_4"> |
|
443 <property name="title"> |
|
444 <string>Profile</string> |
|
445 </property> |
|
446 <layout class="QVBoxLayout" name="verticalLayout_8"> |
|
447 <item> |
|
448 <layout class="QHBoxLayout" name="horizontalLayout_4"> |
|
449 <item> |
|
450 <spacer name="horizontalSpacer_7"> |
|
451 <property name="orientation"> |
|
452 <enum>Qt::Horizontal</enum> |
|
453 </property> |
|
454 <property name="sizeHint" stdset="0"> |
|
455 <size> |
|
456 <width>40</width> |
|
457 <height>20</height> |
|
458 </size> |
|
459 </property> |
|
460 </spacer> |
|
461 </item> |
|
462 <item> |
|
463 <layout class="QFormLayout" name="formLayout_3"> |
|
464 <property name="fieldGrowthPolicy"> |
|
465 <enum>QFormLayout::ExpandingFieldsGrow</enum> |
|
466 </property> |
|
467 <item row="1" column="0"> |
|
468 <widget class="QLabel" name="label_7"> |
|
469 <property name="text"> |
|
470 <string>Name:</string> |
|
471 </property> |
|
472 </widget> |
|
473 </item> |
|
474 <item row="1" column="1"> |
|
475 <widget class="QLineEdit" name="configDefaultName"> |
|
476 <property name="minimumSize"> |
|
477 <size> |
|
478 <width>250</width> |
|
479 <height>0</height> |
|
480 </size> |
|
481 </property> |
|
482 </widget> |
|
483 </item> |
|
484 <item row="2" column="0"> |
|
485 <widget class="QLabel" name="label_8"> |
|
486 <property name="text"> |
|
487 <string>Username:</string> |
|
488 </property> |
|
489 </widget> |
|
490 </item> |
|
491 <item row="2" column="1"> |
|
492 <widget class="QLineEdit" name="configDefaultUser"/> |
|
493 </item> |
|
494 <item row="3" column="1"> |
|
495 <widget class="QCheckBox" name="configUseCALicense"> |
|
496 <property name="text"> |
|
497 <string>Use CA license</string> |
|
498 </property> |
|
499 </widget> |
|
500 </item> |
|
501 </layout> |
|
502 </item> |
|
503 <item> |
|
504 <spacer name="horizontalSpacer_8"> |
|
505 <property name="orientation"> |
|
506 <enum>Qt::Horizontal</enum> |
|
507 </property> |
|
508 <property name="sizeHint" stdset="0"> |
|
509 <size> |
|
510 <width>40</width> |
|
511 <height>20</height> |
|
512 </size> |
|
513 </property> |
|
514 </spacer> |
|
515 </item> |
|
516 </layout> |
|
517 </item> |
|
518 <item> |
|
519 <spacer name="verticalSpacer_7"> |
|
520 <property name="orientation"> |
|
521 <enum>Qt::Vertical</enum> |
|
522 </property> |
|
523 <property name="sizeHint" stdset="0"> |
|
524 <size> |
|
525 <width>20</width> |
|
526 <height>40</height> |
|
527 </size> |
|
528 </property> |
|
529 </spacer> |
|
530 </item> |
|
531 </layout> |
|
532 </widget> |
|
533 </item> |
|
534 </layout> |
|
535 </widget> |
|
536 <widget class="QWidget" name="page_5"> |
|
537 <layout class="QVBoxLayout" name="verticalLayout_15"> |
|
538 <item> |
|
539 <widget class="QGroupBox" name="groupBox_2"> |
|
540 <property name="whatsThis"> |
|
541 <string>Here you can alter keyboard shortcuts for almost all LDForge actions. Only exceptions are the controls for the viewport. Use the set button to set a key shortcut, clear to remove it and reset to restore the shortcut to its default value. |
|
542 |
|
543 Shortcut changes apply immediately after closing this window.</string> |
|
544 </property> |
|
545 <property name="title"> |
|
546 <string>Shortcuts</string> |
|
547 </property> |
|
548 <layout class="QHBoxLayout" name="horizontalLayout_5"> |
|
549 <item> |
|
550 <widget class="QListWidget" name="shortcutsList"> |
|
551 <property name="verticalScrollBarPolicy"> |
|
552 <enum>Qt::ScrollBarAsNeeded</enum> |
|
553 </property> |
|
554 </widget> |
|
555 </item> |
|
556 <item> |
|
557 <layout class="QVBoxLayout" name="verticalLayout_4"> |
|
558 <item> |
|
559 <widget class="QPushButton" name="shortcut_set"> |
|
560 <property name="text"> |
|
561 <string>Set</string> |
|
562 </property> |
|
563 </widget> |
|
564 </item> |
|
565 <item> |
|
566 <widget class="QPushButton" name="shortcut_reset"> |
|
567 <property name="text"> |
|
568 <string>Reset</string> |
|
569 </property> |
|
570 <property name="icon"> |
|
571 <iconset resource="../ldforge.qrc"> |
|
572 <normaloff>:/icons/undo.png</normaloff>:/icons/undo.png</iconset> |
|
573 </property> |
|
574 </widget> |
|
575 </item> |
|
576 <item> |
|
577 <widget class="QPushButton" name="shortcut_clear"> |
|
578 <property name="text"> |
|
579 <string>Clear</string> |
|
580 </property> |
|
581 <property name="icon"> |
|
582 <iconset resource="../ldforge.qrc"> |
|
583 <normaloff>:/icons/delete.png</normaloff>:/icons/delete.png</iconset> |
|
584 </property> |
|
585 </widget> |
|
586 </item> |
|
587 <item> |
|
588 <spacer name="verticalSpacer_2"> |
|
589 <property name="orientation"> |
|
590 <enum>Qt::Vertical</enum> |
|
591 </property> |
|
592 <property name="sizeHint" stdset="0"> |
|
593 <size> |
|
594 <width>20</width> |
|
595 <height>40</height> |
|
596 </size> |
|
597 </property> |
|
598 </spacer> |
|
599 </item> |
|
600 </layout> |
|
601 </item> |
|
602 </layout> |
|
603 </widget> |
|
604 </item> |
|
605 </layout> |
|
606 </widget> |
|
607 <widget class="QWidget" name="page_6"> |
|
608 <layout class="QVBoxLayout" name="verticalLayout_16"> |
|
609 <item> |
|
610 <widget class="QGroupBox" name="groupBox_3"> |
|
611 <property name="whatsThis"> |
|
612 <string>Here you can alter the layout of the quick colors toolbar. Use the controls to add, remove or edit the colors used. You can also add separators in between colors. |
|
613 |
|
614 Usually this contains MainColor, EdgeColor and some auxiliary colors used to group objects.</string> |
|
615 </property> |
|
616 <property name="title"> |
|
617 <string>Color Toolbar</string> |
|
618 </property> |
|
619 <layout class="QHBoxLayout" name="horizontalLayout_6"> |
|
620 <item> |
|
621 <widget class="QListWidget" name="quickColorList"> |
|
622 <property name="verticalScrollBarPolicy"> |
|
623 <enum>Qt::ScrollBarAsNeeded</enum> |
|
624 </property> |
|
625 </widget> |
|
626 </item> |
|
627 <item> |
|
628 <layout class="QVBoxLayout" name="verticalLayout_5"> |
|
629 <item> |
|
630 <widget class="QPushButton" name="quickColor_add"> |
|
631 <property name="text"> |
|
632 <string>Add Color</string> |
|
633 </property> |
|
634 <property name="icon"> |
|
635 <iconset resource="../ldforge.qrc"> |
|
636 <normaloff>:/icons/palette.png</normaloff>:/icons/palette.png</iconset> |
|
637 </property> |
|
638 </widget> |
|
639 </item> |
|
640 <item> |
|
641 <widget class="QPushButton" name="quickColor_addSep"> |
|
642 <property name="text"> |
|
643 <string>Add Separator</string> |
|
644 </property> |
|
645 </widget> |
|
646 </item> |
|
647 <item> |
|
648 <widget class="QPushButton" name="quickColor_edit"> |
|
649 <property name="text"> |
|
650 <string>Edit</string> |
|
651 </property> |
|
652 <property name="icon"> |
|
653 <iconset resource="../ldforge.qrc"> |
|
654 <normaloff>:/icons/mode-draw.png</normaloff>:/icons/mode-draw.png</iconset> |
|
655 </property> |
|
656 </widget> |
|
657 </item> |
|
658 <item> |
|
659 <widget class="Line" name="line_2"> |
|
660 <property name="orientation"> |
|
661 <enum>Qt::Horizontal</enum> |
|
662 </property> |
|
663 </widget> |
|
664 </item> |
|
665 <item> |
|
666 <widget class="QPushButton" name="quickColor_moveUp"> |
|
667 <property name="text"> |
|
668 <string>Move Up</string> |
|
669 </property> |
|
670 <property name="icon"> |
|
671 <iconset resource="../ldforge.qrc"> |
|
672 <normaloff>:/icons/arrow-up.png</normaloff>:/icons/arrow-up.png</iconset> |
|
673 </property> |
|
674 </widget> |
|
675 </item> |
|
676 <item> |
|
677 <widget class="QPushButton" name="quickColor_moveDown"> |
|
678 <property name="text"> |
|
679 <string>Move Down</string> |
|
680 </property> |
|
681 <property name="icon"> |
|
682 <iconset resource="../ldforge.qrc"> |
|
683 <normaloff>:/icons/arrow-down.png</normaloff>:/icons/arrow-down.png</iconset> |
|
684 </property> |
|
685 </widget> |
|
686 </item> |
|
687 <item> |
|
688 <widget class="Line" name="line"> |
|
689 <property name="orientation"> |
|
690 <enum>Qt::Horizontal</enum> |
|
691 </property> |
|
692 </widget> |
|
693 </item> |
|
694 <item> |
|
695 <widget class="QPushButton" name="quickColor_remove"> |
|
696 <property name="text"> |
|
697 <string>Remove</string> |
|
698 </property> |
|
699 <property name="icon"> |
|
700 <iconset resource="../ldforge.qrc"> |
|
701 <normaloff>:/icons/delete.png</normaloff>:/icons/delete.png</iconset> |
|
702 </property> |
|
703 </widget> |
|
704 </item> |
|
705 <item> |
|
706 <widget class="QPushButton" name="quickColor_clear"> |
|
707 <property name="text"> |
|
708 <string>Clear List</string> |
|
709 </property> |
|
710 <property name="icon"> |
|
711 <iconset resource="../ldforge.qrc"> |
|
712 <normaloff>:/icons/delete.png</normaloff>:/icons/delete.png</iconset> |
|
713 </property> |
|
714 </widget> |
|
715 </item> |
|
716 <item> |
|
717 <spacer name="verticalSpacer_3"> |
|
718 <property name="orientation"> |
|
719 <enum>Qt::Vertical</enum> |
|
720 </property> |
|
721 <property name="sizeHint" stdset="0"> |
|
722 <size> |
|
723 <width>20</width> |
|
724 <height>40</height> |
|
725 </size> |
|
726 </property> |
|
727 </spacer> |
|
728 </item> |
|
729 </layout> |
|
730 </item> |
|
731 </layout> |
|
732 </widget> |
|
733 </item> |
|
734 </layout> |
|
735 </widget> |
|
736 <widget class="QWidget" name="page_7"> |
|
737 <layout class="QVBoxLayout" name="verticalLayout_17"> |
|
738 <item> |
|
739 <widget class="QGroupBox" name="grids"> |
|
740 <property name="title"> |
|
741 <string>Grids</string> |
|
742 </property> |
|
743 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
744 <item> |
|
745 <layout class="QGridLayout" name="gridLayout"> |
|
746 <item row="3" column="4"> |
|
747 <widget class="QDoubleSpinBox" name="configGridFineAngleSnap"> |
|
748 <property name="suffix"> |
|
749 <string>°</string> |
|
750 </property> |
|
751 <property name="decimals"> |
|
752 <number>3</number> |
|
753 </property> |
|
754 <property name="maximum"> |
|
755 <double>360.000000000000000</double> |
|
756 </property> |
|
757 </widget> |
|
758 </item> |
|
759 <item row="0" column="3"> |
|
760 <widget class="QLabel" name="label_15"> |
|
761 <property name="text"> |
|
762 <string>Coordinate snap</string> |
|
763 </property> |
|
764 </widget> |
|
765 </item> |
|
766 <item row="0" column="4"> |
|
767 <widget class="QLabel" name="label_16"> |
|
768 <property name="text"> |
|
769 <string>Angle snap</string> |
|
770 </property> |
|
771 </widget> |
|
772 </item> |
|
773 <item row="1" column="1"> |
|
774 <widget class="QLabel" name="label_6"> |
|
775 <property name="text"> |
|
776 <string/> |
|
777 </property> |
|
778 <property name="pixmap"> |
|
779 <pixmap resource="../ldforge.qrc">:/icons/grid-coarse.png</pixmap> |
|
780 </property> |
|
781 </widget> |
|
782 </item> |
|
783 <item row="1" column="2"> |
|
784 <widget class="QLabel" name="label_12"> |
|
785 <property name="text"> |
|
786 <string>Coarse</string> |
|
787 </property> |
|
788 </widget> |
|
789 </item> |
|
790 <item row="1" column="3"> |
|
791 <widget class="QDoubleSpinBox" name="configGridCoarseCoordinateSnap"> |
|
792 <property name="suffix"> |
|
793 <string> LDU</string> |
|
794 </property> |
|
795 <property name="decimals"> |
|
796 <number>5</number> |
|
797 </property> |
|
798 <property name="maximum"> |
|
799 <double>10000.000000000000000</double> |
|
800 </property> |
|
801 </widget> |
|
802 </item> |
|
803 <item row="1" column="4"> |
|
804 <widget class="QDoubleSpinBox" name="configGridCoarseAngleSnap"> |
|
805 <property name="suffix"> |
|
806 <string>°</string> |
|
807 </property> |
|
808 <property name="decimals"> |
|
809 <number>3</number> |
|
810 </property> |
|
811 <property name="maximum"> |
|
812 <double>360.000000000000000</double> |
|
813 </property> |
|
814 </widget> |
|
815 </item> |
|
816 <item row="2" column="1"> |
|
817 <widget class="QLabel" name="label_10"> |
|
818 <property name="text"> |
|
819 <string/> |
|
820 </property> |
|
821 <property name="pixmap"> |
|
822 <pixmap resource="../ldforge.qrc">:/icons/grid-medium.png</pixmap> |
|
823 </property> |
|
824 </widget> |
|
825 </item> |
|
826 <item row="2" column="2"> |
|
827 <widget class="QLabel" name="label_13"> |
|
828 <property name="text"> |
|
829 <string>Medium</string> |
|
830 </property> |
|
831 </widget> |
|
832 </item> |
|
833 <item row="2" column="3"> |
|
834 <widget class="QDoubleSpinBox" name="configGridMediumCoordinateSnap"> |
|
835 <property name="suffix"> |
|
836 <string> LDU</string> |
|
837 </property> |
|
838 <property name="decimals"> |
|
839 <number>5</number> |
|
840 </property> |
|
841 <property name="maximum"> |
|
842 <double>10000.000000000000000</double> |
|
843 </property> |
|
844 </widget> |
|
845 </item> |
|
846 <item row="2" column="4"> |
|
847 <widget class="QDoubleSpinBox" name="configGridMediumAngleSnap"> |
|
848 <property name="suffix"> |
|
849 <string>°</string> |
|
850 </property> |
|
851 <property name="decimals"> |
|
852 <number>3</number> |
|
853 </property> |
|
854 <property name="maximum"> |
|
855 <double>360.000000000000000</double> |
|
856 </property> |
|
857 </widget> |
|
858 </item> |
|
859 <item row="3" column="1"> |
|
860 <widget class="QLabel" name="label_11"> |
|
861 <property name="text"> |
|
862 <string/> |
|
863 </property> |
|
864 <property name="pixmap"> |
|
865 <pixmap resource="../ldforge.qrc">:/icons/grid-fine.png</pixmap> |
|
866 </property> |
|
867 </widget> |
|
868 </item> |
|
869 <item row="3" column="2"> |
|
870 <widget class="QLabel" name="label_14"> |
|
871 <property name="text"> |
|
872 <string>Fine</string> |
|
873 </property> |
|
874 </widget> |
|
875 </item> |
|
876 <item row="3" column="3"> |
|
877 <widget class="QDoubleSpinBox" name="configGridFineCoordinateSnap"> |
|
878 <property name="suffix"> |
|
879 <string> LDU</string> |
|
880 </property> |
|
881 <property name="decimals"> |
|
882 <number>5</number> |
|
883 </property> |
|
884 <property name="maximum"> |
|
885 <double>10000.000000000000000</double> |
|
886 </property> |
|
887 </widget> |
|
888 </item> |
|
889 <item row="1" column="0"> |
|
890 <spacer name="horizontalSpacer_9"> |
|
891 <property name="orientation"> |
|
892 <enum>Qt::Horizontal</enum> |
|
893 </property> |
|
894 <property name="sizeHint" stdset="0"> |
|
895 <size> |
|
896 <width>40</width> |
|
897 <height>20</height> |
|
898 </size> |
|
899 </property> |
|
900 </spacer> |
|
901 </item> |
|
902 <item row="1" column="5"> |
|
903 <spacer name="horizontalSpacer_10"> |
|
904 <property name="orientation"> |
|
905 <enum>Qt::Horizontal</enum> |
|
906 </property> |
|
907 <property name="sizeHint" stdset="0"> |
|
908 <size> |
|
909 <width>40</width> |
|
910 <height>20</height> |
|
911 </size> |
|
912 </property> |
|
913 </spacer> |
|
914 </item> |
|
915 </layout> |
|
916 </item> |
|
917 <item> |
|
918 <spacer name="verticalSpacer"> |
|
919 <property name="orientation"> |
|
920 <enum>Qt::Vertical</enum> |
|
921 </property> |
|
922 <property name="sizeHint" stdset="0"> |
|
923 <size> |
|
924 <width>20</width> |
|
925 <height>165</height> |
|
926 </size> |
|
927 </property> |
|
928 </spacer> |
|
929 </item> |
|
930 </layout> |
|
931 </widget> |
|
932 </item> |
|
933 </layout> |
|
934 </widget> |
|
935 <widget class="QWidget" name="page_8"> |
|
936 <layout class="QVBoxLayout" name="verticalLayout_18"> |
|
937 <item> |
|
938 <widget class="QGroupBox" name="extProgs"> |
|
939 <property name="whatsThis"> |
|
940 <string>LDForge supports launching of several third-party utility tools; here you can set the file paths to these tools. Set the paths of the tools to the exe files. |
|
941 |
|
942 Under Linux, you can also set the programs to be launched with Wine, so you can use Windows binaries here as well. You will obviously need Wine installed. A 'wine' command in PATH is necessary for this to work.</string> |
|
943 </property> |
|
944 <property name="title"> |
|
945 <string>External Programs</string> |
|
946 </property> |
|
947 </widget> |
|
948 </item> |
|
949 <item> |
|
950 <spacer name="verticalSpacer_4"> |
|
951 <property name="orientation"> |
|
952 <enum>Qt::Vertical</enum> |
|
953 </property> |
|
954 <property name="sizeHint" stdset="0"> |
|
955 <size> |
|
956 <width>20</width> |
|
957 <height>40</height> |
|
958 </size> |
|
959 </property> |
|
960 </spacer> |
|
961 </item> |
|
962 </layout> |
|
963 </widget> |
|
964 <widget class="QWidget" name="page_9"> |
|
965 <layout class="QVBoxLayout" name="verticalLayout_19"> |
|
966 <item> |
|
967 <widget class="QGroupBox" name="groupBox_5"> |
|
968 <property name="title"> |
|
969 <string>Downloads</string> |
|
970 </property> |
|
971 <layout class="QVBoxLayout" name="verticalLayout_20"> |
|
972 <item> |
|
973 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
974 <item> |
|
975 <widget class="QLabel" name="label_4"> |
|
976 <property name="text"> |
|
977 <string>Download path:</string> |
|
978 </property> |
|
979 </widget> |
|
980 </item> |
|
981 <item> |
|
982 <widget class="QLineEdit" name="configDownloadFilePath"/> |
|
983 </item> |
|
984 <item> |
|
985 <widget class="QPushButton" name="findDownloadPath"> |
|
986 <property name="text"> |
|
987 <string/> |
|
988 </property> |
|
989 <property name="icon"> |
|
990 <iconset resource="../ldforge.qrc"> |
|
991 <normaloff>:/icons/folder.png</normaloff>:/icons/folder.png</iconset> |
|
992 </property> |
|
993 </widget> |
|
994 </item> |
|
995 </layout> |
|
996 </item> |
|
997 <item> |
|
998 <widget class="QCheckBox" name="configTryDownloadMissingFiles"> |
|
999 <property name="text"> |
|
1000 <string>Attempt to download missing parts from the PT</string> |
|
1001 </property> |
|
1002 </widget> |
|
1003 </item> |
|
1004 <item> |
|
1005 <widget class="QCheckBox" name="configGuessDownloadPaths"> |
|
1006 <property name="whatsThis"> |
|
1007 <string><p>When this is set, LDForge tries to adjust and correct part paths based on the input. A full path given to the download prompt should be of form <tt>"&lt;dir&gt;/&lt;file&gt;.dat"</tt> - with this set, input can be automatically completed.</p> |
|
1008 |
|
1009 <p>Examples: |
|
1010 <ul> |
|
1011 <li>3002 -> parts/3002.dat</li> |
|
1012 <li>3002.da -> parts/3002.dat</li> |
|
1013 <li>3002s01 -> parts/s/3002s01.dat</li> |
|
1014 <li>4-4cyli -> p/4-4cyli.dat</li> |
|
1015 </ul></p></string> |
|
1016 </property> |
|
1017 <property name="text"> |
|
1018 <string>Correct and guess part paths</string> |
|
1019 </property> |
|
1020 </widget> |
|
1021 </item> |
|
1022 <item> |
|
1023 <widget class="QCheckBox" name="configAutoCloseDownloadDialog"> |
|
1024 <property name="whatsThis"> |
|
1025 <string>If this is set, LDForge will close the download prompt after everything has been downloaded. The prompt will not be closed if a download has failed.</string> |
|
1026 </property> |
|
1027 <property name="text"> |
|
1028 <string>Close download prompt after completion</string> |
|
1029 </property> |
|
1030 </widget> |
|
1031 </item> |
|
1032 <item> |
|
1033 <spacer name="verticalSpacer_5"> |
|
1034 <property name="orientation"> |
|
1035 <enum>Qt::Vertical</enum> |
|
1036 </property> |
|
1037 <property name="sizeHint" stdset="0"> |
|
1038 <size> |
|
1039 <width>20</width> |
|
1040 <height>187</height> |
|
1041 </size> |
|
1042 </property> |
|
1043 </spacer> |
|
1044 </item> |
|
1045 </layout> |
|
1046 </widget> |
|
1047 </item> |
|
1048 </layout> |
|
1049 </widget> |
|
1050 </widget> |
|
1051 </item> |
|
1052 </layout> |
|
1053 </item> |
|
1054 <item> |
|
1055 <widget class="QDialogButtonBox" name="buttonBox"> |
|
1056 <property name="orientation"> |
|
1057 <enum>Qt::Horizontal</enum> |
|
1058 </property> |
|
1059 <property name="standardButtons"> |
|
1060 <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
1061 </property> |
|
1062 </widget> |
|
1063 </item> |
|
1064 </layout> |
|
1065 </widget> |
|
1066 <resources> |
|
1067 <include location="../ldforge.qrc"/> |
|
1068 </resources> |
|
1069 <connections/> |
|
1070 </ui> |
|