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>561</width> |
|
10 <height>351</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 <widget class="QTabWidget" name="tabs"> |
|
23 <property name="tabPosition"> |
|
24 <enum>QTabWidget::North</enum> |
|
25 </property> |
|
26 <property name="currentIndex"> |
|
27 <number>0</number> |
|
28 </property> |
|
29 <property name="elideMode"> |
|
30 <enum>Qt::ElideNone</enum> |
|
31 </property> |
|
32 <property name="documentMode"> |
|
33 <bool>false</bool> |
|
34 </property> |
|
35 <property name="tabsClosable"> |
|
36 <bool>false</bool> |
|
37 </property> |
|
38 <property name="movable"> |
|
39 <bool>false</bool> |
|
40 </property> |
|
41 <widget class="QWidget" name="tab"> |
|
42 <attribute name="title"> |
|
43 <string>Interface</string> |
|
44 </attribute> |
|
45 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
46 <item> |
|
47 <widget class="QGroupBox" name="groupBox"> |
|
48 <property name="title"> |
|
49 <string>Colors</string> |
|
50 </property> |
|
51 <layout class="QVBoxLayout" name="verticalLayout_3" stretch="0"> |
|
52 <item> |
|
53 <layout class="QFormLayout" name="formLayout"> |
|
54 <property name="fieldGrowthPolicy"> |
|
55 <enum>QFormLayout::ExpandingFieldsGrow</enum> |
|
56 </property> |
|
57 <item row="0" column="0"> |
|
58 <widget class="QLabel" name="label"> |
|
59 <property name="whatsThis"> |
|
60 <string/> |
|
61 </property> |
|
62 <property name="text"> |
|
63 <string>Main color:</string> |
|
64 </property> |
|
65 </widget> |
|
66 </item> |
|
67 <item row="0" column="1"> |
|
68 <widget class="QPushButton" name="mainColorButton"> |
|
69 <property name="whatsThis"> |
|
70 <string>This color is used for the main color.</string> |
|
71 </property> |
|
72 <property name="text"> |
|
73 <string/> |
|
74 </property> |
|
75 <property name="icon"> |
|
76 <iconset resource="../../ldforge.qrc"> |
|
77 <normaloff>:/icons/colorselect.png</normaloff>:/icons/colorselect.png</iconset> |
|
78 </property> |
|
79 </widget> |
|
80 </item> |
|
81 <item row="1" column="0"> |
|
82 <widget class="QLabel" name="label_3"> |
|
83 <property name="whatsThis"> |
|
84 <string/> |
|
85 </property> |
|
86 <property name="text"> |
|
87 <string>Main color alpha:</string> |
|
88 </property> |
|
89 </widget> |
|
90 </item> |
|
91 <item row="1" column="1"> |
|
92 <widget class="QSlider" name="mainColorAlpha"> |
|
93 <property name="whatsThis"> |
|
94 <string>Opacity of main color in the viewport.</string> |
|
95 </property> |
|
96 <property name="minimum"> |
|
97 <number>1</number> |
|
98 </property> |
|
99 <property name="maximum"> |
|
100 <number>10</number> |
|
101 </property> |
|
102 <property name="orientation"> |
|
103 <enum>Qt::Horizontal</enum> |
|
104 </property> |
|
105 <property name="tickPosition"> |
|
106 <enum>QSlider::TicksAbove</enum> |
|
107 </property> |
|
108 <property name="tickInterval"> |
|
109 <number>1</number> |
|
110 </property> |
|
111 </widget> |
|
112 </item> |
|
113 <item row="2" column="0"> |
|
114 <widget class="QLabel" name="label_2"> |
|
115 <property name="whatsThis"> |
|
116 <string/> |
|
117 </property> |
|
118 <property name="text"> |
|
119 <string>Background:</string> |
|
120 </property> |
|
121 </widget> |
|
122 </item> |
|
123 <item row="2" column="1"> |
|
124 <widget class="QPushButton" name="backgroundColorButton"> |
|
125 <property name="whatsThis"> |
|
126 <string>This is the background color for the viewport.</string> |
|
127 </property> |
|
128 <property name="text"> |
|
129 <string/> |
|
130 </property> |
|
131 <property name="icon"> |
|
132 <iconset resource="../../ldforge.qrc"> |
|
133 <normaloff>:/icons/colorselect.png</normaloff>:/icons/colorselect.png</iconset> |
|
134 </property> |
|
135 </widget> |
|
136 </item> |
|
137 </layout> |
|
138 </item> |
|
139 </layout> |
|
140 </widget> |
|
141 </item> |
|
142 <item> |
|
143 <layout class="QFormLayout" name="formLayout_2"> |
|
144 <property name="fieldGrowthPolicy"> |
|
145 <enum>QFormLayout::ExpandingFieldsGrow</enum> |
|
146 </property> |
|
147 <item row="0" column="0"> |
|
148 <widget class="QLabel" name="label_5"> |
|
149 <property name="whatsThis"> |
|
150 <string/> |
|
151 </property> |
|
152 <property name="text"> |
|
153 <string>Line thickness:</string> |
|
154 </property> |
|
155 </widget> |
|
156 </item> |
|
157 <item row="0" column="1"> |
|
158 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
159 <item> |
|
160 <widget class="QSlider" name="lineThickness"> |
|
161 <property name="whatsThis"> |
|
162 <string>How thick lines should be drawn in the viewport.</string> |
|
163 </property> |
|
164 <property name="minimum"> |
|
165 <number>1</number> |
|
166 </property> |
|
167 <property name="maximum"> |
|
168 <number>8</number> |
|
169 </property> |
|
170 <property name="orientation"> |
|
171 <enum>Qt::Horizontal</enum> |
|
172 </property> |
|
173 <property name="tickPosition"> |
|
174 <enum>QSlider::TicksAbove</enum> |
|
175 </property> |
|
176 <property name="tickInterval"> |
|
177 <number>1</number> |
|
178 </property> |
|
179 </widget> |
|
180 </item> |
|
181 <item> |
|
182 <widget class="QLabel" name="label_6"> |
|
183 <property name="text"> |
|
184 <string>#</string> |
|
185 </property> |
|
186 </widget> |
|
187 </item> |
|
188 </layout> |
|
189 </item> |
|
190 </layout> |
|
191 </item> |
|
192 <item> |
|
193 <layout class="QHBoxLayout" name="horizontalLayout_8"> |
|
194 <item> |
|
195 <layout class="QVBoxLayout" name="verticalLayout_11"> |
|
196 <item> |
|
197 <widget class="QCheckBox" name="blackEdges"> |
|
198 <property name="whatsThis"> |
|
199 <string>Makes all edgelines appear black. If this is not set, edge lines take their color as defined in LDConfig.ldr.</string> |
|
200 </property> |
|
201 <property name="text"> |
|
202 <string>Black edges</string> |
|
203 </property> |
|
204 </widget> |
|
205 </item> |
|
206 <item> |
|
207 <widget class="QCheckBox" name="colorBFC"> |
|
208 <property name="whatsThis"> |
|
209 <string>Polygons' front sides become green and back sides red.</string> |
|
210 </property> |
|
211 <property name="text"> |
|
212 <string>Red/green BFC view (incomplete)</string> |
|
213 </property> |
|
214 </widget> |
|
215 </item> |
|
216 <item> |
|
217 <widget class="QCheckBox" name="colorizeObjects"> |
|
218 <property name="whatsThis"> |
|
219 <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> |
|
220 </property> |
|
221 <property name="text"> |
|
222 <string>Colorize objects in list view</string> |
|
223 </property> |
|
224 </widget> |
|
225 </item> |
|
226 <item> |
|
227 <widget class="QCheckBox" name="implicitFiles"> |
|
228 <property name="text"> |
|
229 <string>List implicitly loaded files</string> |
|
230 </property> |
|
231 </widget> |
|
232 </item> |
|
233 </layout> |
|
234 </item> |
|
235 <item> |
|
236 <layout class="QVBoxLayout" name="verticalLayout_12"> |
|
237 <item> |
|
238 <widget class="QCheckBox" name="m_logostuds"> |
|
239 <property name="text"> |
|
240 <string>Use logoed studs</string> |
|
241 </property> |
|
242 </widget> |
|
243 </item> |
|
244 <item> |
|
245 <spacer name="verticalSpacer_6"> |
|
246 <property name="orientation"> |
|
247 <enum>Qt::Vertical</enum> |
|
248 </property> |
|
249 <property name="sizeHint" stdset="0"> |
|
250 <size> |
|
251 <width>20</width> |
|
252 <height>40</height> |
|
253 </size> |
|
254 </property> |
|
255 </spacer> |
|
256 </item> |
|
257 </layout> |
|
258 </item> |
|
259 </layout> |
|
260 </item> |
|
261 </layout> |
|
262 </widget> |
|
263 <widget class="QWidget" name="tab_7"> |
|
264 <attribute name="title"> |
|
265 <string>Profile</string> |
|
266 </attribute> |
|
267 <layout class="QVBoxLayout" name="verticalLayout_10"> |
|
268 <item> |
|
269 <widget class="QGroupBox" name="groupBox_4"> |
|
270 <property name="title"> |
|
271 <string>Profile</string> |
|
272 </property> |
|
273 <layout class="QVBoxLayout" name="verticalLayout_8"> |
|
274 <item> |
|
275 <layout class="QFormLayout" name="formLayout_3"> |
|
276 <item row="2" column="0"> |
|
277 <widget class="QLabel" name="label_8"> |
|
278 <property name="text"> |
|
279 <string>Username:</string> |
|
280 </property> |
|
281 </widget> |
|
282 </item> |
|
283 <item row="1" column="0"> |
|
284 <widget class="QLabel" name="label_7"> |
|
285 <property name="text"> |
|
286 <string>Name:</string> |
|
287 </property> |
|
288 </widget> |
|
289 </item> |
|
290 <item row="3" column="0"> |
|
291 <widget class="QLabel" name="label_9"> |
|
292 <property name="text"> |
|
293 <string>License:</string> |
|
294 </property> |
|
295 </widget> |
|
296 </item> |
|
297 <item row="1" column="1"> |
|
298 <widget class="QLineEdit" name="m_profileName"/> |
|
299 </item> |
|
300 <item row="2" column="1"> |
|
301 <widget class="QLineEdit" name="m_profileUsername"/> |
|
302 </item> |
|
303 <item row="3" column="1"> |
|
304 <widget class="QComboBox" name="m_profileLicense"> |
|
305 <property name="sizePolicy"> |
|
306 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
307 <horstretch>0</horstretch> |
|
308 <verstretch>0</verstretch> |
|
309 </sizepolicy> |
|
310 </property> |
|
311 <item> |
|
312 <property name="text"> |
|
313 <string>CA - redistributable</string> |
|
314 </property> |
|
315 </item> |
|
316 <item> |
|
317 <property name="text"> |
|
318 <string>NonCA - not redistributable</string> |
|
319 </property> |
|
320 </item> |
|
321 <item> |
|
322 <property name="text"> |
|
323 <string>None</string> |
|
324 </property> |
|
325 </item> |
|
326 </widget> |
|
327 </item> |
|
328 </layout> |
|
329 </item> |
|
330 <item> |
|
331 <spacer name="verticalSpacer_7"> |
|
332 <property name="orientation"> |
|
333 <enum>Qt::Vertical</enum> |
|
334 </property> |
|
335 <property name="sizeHint" stdset="0"> |
|
336 <size> |
|
337 <width>20</width> |
|
338 <height>40</height> |
|
339 </size> |
|
340 </property> |
|
341 </spacer> |
|
342 </item> |
|
343 </layout> |
|
344 </widget> |
|
345 </item> |
|
346 </layout> |
|
347 </widget> |
|
348 <widget class="QWidget" name="tab_2"> |
|
349 <attribute name="title"> |
|
350 <string>Shortcuts</string> |
|
351 </attribute> |
|
352 <layout class="QHBoxLayout" name="horizontalLayout_3"> |
|
353 <item> |
|
354 <widget class="QGroupBox" name="groupBox_2"> |
|
355 <property name="whatsThis"> |
|
356 <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. |
|
357 |
|
358 Shortcut changes apply immediately after closing this window.</string> |
|
359 </property> |
|
360 <property name="title"> |
|
361 <string>Shortcuts</string> |
|
362 </property> |
|
363 <layout class="QHBoxLayout" name="horizontalLayout_5"> |
|
364 <item> |
|
365 <widget class="QListWidget" name="shortcutsList"> |
|
366 <property name="verticalScrollBarPolicy"> |
|
367 <enum>Qt::ScrollBarAsNeeded</enum> |
|
368 </property> |
|
369 </widget> |
|
370 </item> |
|
371 <item> |
|
372 <layout class="QVBoxLayout" name="verticalLayout_4"> |
|
373 <item> |
|
374 <widget class="QPushButton" name="shortcut_set"> |
|
375 <property name="text"> |
|
376 <string>Set</string> |
|
377 </property> |
|
378 </widget> |
|
379 </item> |
|
380 <item> |
|
381 <widget class="QPushButton" name="shortcut_reset"> |
|
382 <property name="text"> |
|
383 <string>Reset</string> |
|
384 </property> |
|
385 <property name="icon"> |
|
386 <iconset resource="../../ldforge.qrc"> |
|
387 <normaloff>:/icons/undo.png</normaloff>:/icons/undo.png</iconset> |
|
388 </property> |
|
389 </widget> |
|
390 </item> |
|
391 <item> |
|
392 <widget class="QPushButton" name="shortcut_clear"> |
|
393 <property name="text"> |
|
394 <string>Clear</string> |
|
395 </property> |
|
396 <property name="icon"> |
|
397 <iconset resource="../../ldforge.qrc"> |
|
398 <normaloff>:/icons/delete.png</normaloff>:/icons/delete.png</iconset> |
|
399 </property> |
|
400 </widget> |
|
401 </item> |
|
402 <item> |
|
403 <spacer name="verticalSpacer_2"> |
|
404 <property name="orientation"> |
|
405 <enum>Qt::Vertical</enum> |
|
406 </property> |
|
407 <property name="sizeHint" stdset="0"> |
|
408 <size> |
|
409 <width>20</width> |
|
410 <height>40</height> |
|
411 </size> |
|
412 </property> |
|
413 </spacer> |
|
414 </item> |
|
415 </layout> |
|
416 </item> |
|
417 </layout> |
|
418 </widget> |
|
419 </item> |
|
420 </layout> |
|
421 </widget> |
|
422 <widget class="QWidget" name="tab_3"> |
|
423 <attribute name="title"> |
|
424 <string>Quick colors</string> |
|
425 </attribute> |
|
426 <layout class="QHBoxLayout" name="horizontalLayout_4"> |
|
427 <item> |
|
428 <widget class="QGroupBox" name="groupBox_3"> |
|
429 <property name="whatsThis"> |
|
430 <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. |
|
431 |
|
432 Usually this contains MainColor, EdgeColor and some auxiliary colors used to group objects.</string> |
|
433 </property> |
|
434 <property name="title"> |
|
435 <string>Quick colors</string> |
|
436 </property> |
|
437 <layout class="QHBoxLayout" name="horizontalLayout_6"> |
|
438 <item> |
|
439 <widget class="QListWidget" name="quickColorList"> |
|
440 <property name="verticalScrollBarPolicy"> |
|
441 <enum>Qt::ScrollBarAsNeeded</enum> |
|
442 </property> |
|
443 </widget> |
|
444 </item> |
|
445 <item> |
|
446 <layout class="QVBoxLayout" name="verticalLayout_5"> |
|
447 <item> |
|
448 <widget class="QPushButton" name="quickColor_add"> |
|
449 <property name="text"> |
|
450 <string>Add Color</string> |
|
451 </property> |
|
452 <property name="icon"> |
|
453 <iconset resource="../../ldforge.qrc"> |
|
454 <normaloff>:/icons/palette.png</normaloff>:/icons/palette.png</iconset> |
|
455 </property> |
|
456 </widget> |
|
457 </item> |
|
458 <item> |
|
459 <widget class="QPushButton" name="quickColor_addSep"> |
|
460 <property name="text"> |
|
461 <string>Add Separator</string> |
|
462 </property> |
|
463 </widget> |
|
464 </item> |
|
465 <item> |
|
466 <widget class="QPushButton" name="quickColor_edit"> |
|
467 <property name="text"> |
|
468 <string>Edit</string> |
|
469 </property> |
|
470 <property name="icon"> |
|
471 <iconset resource="../../ldforge.qrc"> |
|
472 <normaloff>:/icons/mode-draw.png</normaloff>:/icons/mode-draw.png</iconset> |
|
473 </property> |
|
474 </widget> |
|
475 </item> |
|
476 <item> |
|
477 <widget class="Line" name="line_2"> |
|
478 <property name="orientation"> |
|
479 <enum>Qt::Horizontal</enum> |
|
480 </property> |
|
481 </widget> |
|
482 </item> |
|
483 <item> |
|
484 <widget class="QPushButton" name="quickColor_moveUp"> |
|
485 <property name="text"> |
|
486 <string>Move Up</string> |
|
487 </property> |
|
488 <property name="icon"> |
|
489 <iconset resource="../../ldforge.qrc"> |
|
490 <normaloff>:/icons/arrow-up.png</normaloff>:/icons/arrow-up.png</iconset> |
|
491 </property> |
|
492 </widget> |
|
493 </item> |
|
494 <item> |
|
495 <widget class="QPushButton" name="quickColor_moveDown"> |
|
496 <property name="text"> |
|
497 <string>Move Down</string> |
|
498 </property> |
|
499 <property name="icon"> |
|
500 <iconset resource="../../ldforge.qrc"> |
|
501 <normaloff>:/icons/arrow-down.png</normaloff>:/icons/arrow-down.png</iconset> |
|
502 </property> |
|
503 </widget> |
|
504 </item> |
|
505 <item> |
|
506 <widget class="Line" name="line"> |
|
507 <property name="orientation"> |
|
508 <enum>Qt::Horizontal</enum> |
|
509 </property> |
|
510 </widget> |
|
511 </item> |
|
512 <item> |
|
513 <widget class="QPushButton" name="quickColor_remove"> |
|
514 <property name="text"> |
|
515 <string>Remove</string> |
|
516 </property> |
|
517 <property name="icon"> |
|
518 <iconset resource="../../ldforge.qrc"> |
|
519 <normaloff>:/icons/delete.png</normaloff>:/icons/delete.png</iconset> |
|
520 </property> |
|
521 </widget> |
|
522 </item> |
|
523 <item> |
|
524 <widget class="QPushButton" name="quickColor_clear"> |
|
525 <property name="text"> |
|
526 <string>Clear List</string> |
|
527 </property> |
|
528 <property name="icon"> |
|
529 <iconset resource="../../ldforge.qrc"> |
|
530 <normaloff>:/icons/delete.png</normaloff>:/icons/delete.png</iconset> |
|
531 </property> |
|
532 </widget> |
|
533 </item> |
|
534 <item> |
|
535 <spacer name="verticalSpacer_3"> |
|
536 <property name="orientation"> |
|
537 <enum>Qt::Vertical</enum> |
|
538 </property> |
|
539 <property name="sizeHint" stdset="0"> |
|
540 <size> |
|
541 <width>20</width> |
|
542 <height>40</height> |
|
543 </size> |
|
544 </property> |
|
545 </spacer> |
|
546 </item> |
|
547 </layout> |
|
548 </item> |
|
549 </layout> |
|
550 </widget> |
|
551 </item> |
|
552 </layout> |
|
553 </widget> |
|
554 <widget class="QWidget" name="tab_4"> |
|
555 <attribute name="title"> |
|
556 <string>Grids</string> |
|
557 </attribute> |
|
558 <layout class="QVBoxLayout" name="verticalLayout_6"> |
|
559 <item> |
|
560 <widget class="QGroupBox" name="grids"> |
|
561 <property name="title"> |
|
562 <string>Grids</string> |
|
563 </property> |
|
564 </widget> |
|
565 </item> |
|
566 <item> |
|
567 <spacer name="verticalSpacer"> |
|
568 <property name="orientation"> |
|
569 <enum>Qt::Vertical</enum> |
|
570 </property> |
|
571 <property name="sizeHint" stdset="0"> |
|
572 <size> |
|
573 <width>20</width> |
|
574 <height>40</height> |
|
575 </size> |
|
576 </property> |
|
577 </spacer> |
|
578 </item> |
|
579 </layout> |
|
580 </widget> |
|
581 <widget class="QWidget" name="tab_5"> |
|
582 <attribute name="title"> |
|
583 <string>External Programs</string> |
|
584 </attribute> |
|
585 <layout class="QVBoxLayout" name="verticalLayout_9"> |
|
586 <item> |
|
587 <widget class="QGroupBox" name="extProgs"> |
|
588 <property name="whatsThis"> |
|
589 <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. |
|
590 |
|
591 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> |
|
592 </property> |
|
593 <property name="title"> |
|
594 <string>External Programs</string> |
|
595 </property> |
|
596 </widget> |
|
597 </item> |
|
598 <item> |
|
599 <spacer name="verticalSpacer_4"> |
|
600 <property name="orientation"> |
|
601 <enum>Qt::Vertical</enum> |
|
602 </property> |
|
603 <property name="sizeHint" stdset="0"> |
|
604 <size> |
|
605 <width>20</width> |
|
606 <height>40</height> |
|
607 </size> |
|
608 </property> |
|
609 </spacer> |
|
610 </item> |
|
611 </layout> |
|
612 </widget> |
|
613 <widget class="QWidget" name="tab_6"> |
|
614 <attribute name="title"> |
|
615 <string>Downloading</string> |
|
616 </attribute> |
|
617 <layout class="QVBoxLayout" name="verticalLayout_7"> |
|
618 <item> |
|
619 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
620 <item> |
|
621 <widget class="QLabel" name="label_4"> |
|
622 <property name="text"> |
|
623 <string>Download path:</string> |
|
624 </property> |
|
625 </widget> |
|
626 </item> |
|
627 <item> |
|
628 <widget class="QLineEdit" name="downloadPath"/> |
|
629 </item> |
|
630 <item> |
|
631 <widget class="QPushButton" name="findDownloadPath"> |
|
632 <property name="text"> |
|
633 <string/> |
|
634 </property> |
|
635 <property name="icon"> |
|
636 <iconset resource="../../ldforge.qrc"> |
|
637 <normaloff>:/icons/folder.png</normaloff>:/icons/folder.png</iconset> |
|
638 </property> |
|
639 </widget> |
|
640 </item> |
|
641 </layout> |
|
642 </item> |
|
643 <item> |
|
644 <widget class="QCheckBox" name="guessNetPaths"> |
|
645 <property name="whatsThis"> |
|
646 <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> |
|
647 |
|
648 <p>Examples: |
|
649 <ul> |
|
650 <li>3002 -> parts/3002.dat</li> |
|
651 <li>3002.da -> parts/3002.dat</li> |
|
652 <li>3002s01 -> parts/s/3002s01.dat</li> |
|
653 <li>4-4cyli -> p/4-4cyli.dat</li> |
|
654 </ul></p></string> |
|
655 </property> |
|
656 <property name="text"> |
|
657 <string>Correct and guess part paths</string> |
|
658 </property> |
|
659 </widget> |
|
660 </item> |
|
661 <item> |
|
662 <widget class="QCheckBox" name="autoCloseNetPrompt"> |
|
663 <property name="whatsThis"> |
|
664 <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> |
|
665 </property> |
|
666 <property name="text"> |
|
667 <string>Close download prompt after completion</string> |
|
668 </property> |
|
669 </widget> |
|
670 </item> |
|
671 <item> |
|
672 <spacer name="verticalSpacer_5"> |
|
673 <property name="orientation"> |
|
674 <enum>Qt::Vertical</enum> |
|
675 </property> |
|
676 <property name="sizeHint" stdset="0"> |
|
677 <size> |
|
678 <width>20</width> |
|
679 <height>40</height> |
|
680 </size> |
|
681 </property> |
|
682 </spacer> |
|
683 </item> |
|
684 </layout> |
|
685 </widget> |
|
686 </widget> |
|
687 </item> |
|
688 <item> |
|
689 <widget class="QDialogButtonBox" name="buttonBox"> |
|
690 <property name="orientation"> |
|
691 <enum>Qt::Horizontal</enum> |
|
692 </property> |
|
693 <property name="standardButtons"> |
|
694 <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
695 </property> |
|
696 </widget> |
|
697 </item> |
|
698 </layout> |
|
699 </widget> |
|
700 <resources> |
|
701 <include location="../../ldforge.qrc"/> |
|
702 </resources> |
|
703 <connections/> |
|
704 </ui> |
|