-
-
Notifications
You must be signed in to change notification settings - Fork 77
/
dialogSetup.ui
739 lines (739 loc) · 30 KB
/
dialogSetup.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>BIMSetupDialog</class>
<widget class="QDialog" name="BIMSetupDialog">
<property name="windowModality">
<enum>Qt::WindowModal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>565</width>
<height>679</height>
</rect>
</property>
<property name="windowTitle">
<string>BIM Setup</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>This dialog will help you to set FreeCAD up for efficient BIM workflow by setting a couple of typical FreeCAD options. This dialog can be accessed again anytime from menu Manage -> Setup, and more options are available under menu Edit -> Preferences.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_18">
<property name="text">
<string>Hover your mouse on each setting for additional info.</string>
</property>
</widget>
</item>
<item>
<widget class="QScrollArea" name="scrollArea">
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>608</width>
<height>702</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QGridLayout" name="gridLayout">
<item row="3" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Preferred working units</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Default size of a grid square</string>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QLabel" name="label_17">
<property name="text">
<string>Main grid line every</string>
</property>
</widget>
</item>
<item row="8" column="1">
<widget class="Gui::InputField" name="settingText">
<property name="toolTip">
<string><html><head/><body><p>The default size of texts and dimension texts. Location in preferences: <span style=" font-weight:600;">Draft &gt; Texts and dimensions &gt; Font size, Techdraw &gt; Techdraw 2 &gt; Font size</span></p></body></html></string>
</property>
<property name="text">
<string>0 </string>
</property>
<property name="unit" stdset="0">
<string notr="true"/>
</property>
</widget>
</item>
<item row="8" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Default text size</string>
</property>
</widget>
</item>
<item row="11" column="0">
<widget class="QLabel" name="label_7">
<property name="text">
<string>Default dimension style</string>
</property>
</widget>
</item>
<item row="15" column="0">
<widget class="QLabel" name="label_10">
<property name="text">
<string>Default workbench</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_14">
<property name="text">
<string>Number of decimals</string>
</property>
</widget>
</item>
<item row="16" column="0">
<widget class="QLabel" name="label_11">
<property name="text">
<string>Open a new document at startup</string>
</property>
</widget>
</item>
<item row="10" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
<string>Default line width</string>
</property>
</widget>
</item>
<item row="13" column="1">
<widget class="QLineEdit" name="settingAuthor">
<property name="toolTip">
<string><html><head/><body><p>Your name (optional). You can also add your email like this: John Doe &lt;[email protected]&gt;. Location in preferences: <span style=" font-weight:600;">General &gt; Document &gt; Author name</span></p></body></html></string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="17" column="0">
<widget class="QLabel" name="label_12">
<property name="text">
<string>Number of backup files</string>
</property>
</widget>
</item>
<item row="10" column="1">
<widget class="QSpinBox" name="settingLinewidth">
<property name="toolTip">
<string><html><head/><body><p>Default line width. Location in preferences: <span style=" font-weight:600;">Display &gt; Part colors &gt; Default line width, Draft &gt; Visual settings &gt; Default line width</span></p></body></html></string>
</property>
<property name="suffix">
<string> px</string>
</property>
<property name="value">
<number>2</number>
</property>
</widget>
</item>
<item row="9" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Default font</string>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="QComboBox" name="settingWP">
<property name="toolTip">
<string><html><head/><body><p>Where the grid appears at FreeCAD startup. Location in preferences: <span style=" font-weight:600;">Draft &gt; General settings &gt; Default working plane</span></p></body></html></string>
</property>
<item>
<property name="text">
<string>Auto (continuously adapts to the current view)</string>
</property>
</item>
<item>
<property name="text">
<string>Top (XY)</string>
</property>
</item>
<item>
<property name="text">
<string>Front (XZ)</string>
</property>
</item>
<item>
<property name="text">
<string>Side (YZ)</string>
</property>
</item>
</widget>
</item>
<item row="7" column="0">
<widget class="QLabel" name="label_15">
<property name="text">
<string>Default grid position</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QSpinBox" name="settingDecimals">
<property name="toolTip">
<string><html><head/><body><p>The number of decimals you wish to see used in the interface controls and measurements. Location in preferences: <span style=" font-weight:600;">General &gt; Units &gt; Number of decimals</span></p></body></html></string>
</property>
<property name="value">
<number>2</number>
</property>
</widget>
</item>
<item row="9" column="1">
<widget class="QFontComboBox" name="settingFont">
<property name="toolTip">
<string><html><head/><body><p>Default font. Location in preferences: <span style=" font-weight:600;">Draft &gt; Texts and dimensions &gt; Font family, TechDraw &gt; TechDraw 1 &gt; Label Font</span></p></body></html></string>
</property>
</widget>
</item>
<item row="12" column="1">
<widget class="Gui::InputField" name="settingArrowsize">
<property name="toolTip">
<string><html><head/><body><p>Default dimension arrow size. Location in preferences: <span style=" font-weight:600;">TechDraw &gt; TechDraw 2 &gt; Arrow size, Draft &gt; Texts and dimensions &gt; Arrow size</span></p></body></html></string>
</property>
<property name="text">
<string>0 </string>
</property>
<property name="unit" stdset="0">
<string notr="true"/>
</property>
</widget>
</item>
<item row="11" column="1">
<widget class="QComboBox" name="settingDimstyle">
<property name="toolTip">
<string><html><head/><body><p>Default dimension style. Location in preferences: <span style=" font-weight:600;">Draft &gt; Texts and dimensions &gt; Arrow style, TechDraw &gt; TechDraw 2 &gt; Arrow Style</span></p></body></html></string>
</property>
<item>
<property name="text">
<string>dot</string>
</property>
</item>
<item>
<property name="text">
<string>arrow</string>
</property>
</item>
<item>
<property name="text">
<string>slash</string>
</property>
</item>
<item>
<property name="text">
<string>thick slash</string>
</property>
</item>
</widget>
</item>
<item row="13" column="0">
<widget class="QLabel" name="label_8">
<property name="text">
<string>Default author for new files</string>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QSpinBox" name="settingSquares">
<property name="toolTip">
<string><html><head/><body><p>How many small squares between each main line of the grid. Location in preferences: <span style=" font-weight:600;">Draft &gt; Grid and snapping &gt; Main line every</span></p></body></html></string>
</property>
<property name="suffix">
<string> square(s)</string>
</property>
<property name="value">
<number>10</number>
</property>
</widget>
</item>
<item row="17" column="1">
<widget class="QSpinBox" name="settingBackupfiles">
<property name="toolTip">
<string><html><head/><body><p>The number of backup files to keep when saving a file. Location in preferences: <span style=" font-weight:600;">General &gt; Document &gt; Maximum number of backup files</span></p></body></html></string>
</property>
<property name="value">
<number>1</number>
</property>
</widget>
</item>
<item row="14" column="1">
<widget class="QComboBox" name="settingLicense">
<property name="toolTip">
<string><html><head/><body><p>Optional license you wish to use for new files. Keep &quot;All rights reserved&quot; if you don't wish to use any particular license. Location in preferences: <span style=" font-weight:600;">General &gt; Document &gt; Default license</span></p></body></html></string>
</property>
<item>
<property name="text">
<string>All rights reserved (no specific license)</string>
</property>
</item>
<item>
<property name="text">
<string>CC-BY</string>
</property>
</item>
<item>
<property name="text">
<string>CC-BY-SA</string>
</property>
</item>
<item>
<property name="text">
<string>CC-BY-NC</string>
</property>
</item>
<item>
<property name="text">
<string>CC-BY-SA-NC</string>
</property>
</item>
<item>
<property name="text">
<string/>
</property>
</item>
</widget>
</item>
<item row="3" column="1">
<widget class="QComboBox" name="settingUnits">
<property name="toolTip">
<string><html><head/><body><p>The unit you prefer to work with, that will be used everywhere: in dialogs, measurements and dimensions. However, you can enter any other unit anytime. For example, if you configured FreeCAD to work in millimeters, you can still enter measures as &quot;10m&quot; or &quot;5ft&quot;. You can also change the working unit anytime without causing any modification to your model. Location in preferences: <span style=" font-weight:600;">General &gt; Units &gt; User system</span></p></body></html></string>
</property>
<item>
<property name="text">
<string>millimeters</string>
</property>
</item>
<item>
<property name="text">
<string>centimeters</string>
</property>
</item>
<item>
<property name="text">
<string>meters</string>
</property>
</item>
<item>
<property name="text">
<string>inches</string>
</property>
</item>
<item>
<property name="text">
<string>feet</string>
</property>
</item>
<item>
<property name="text">
<string>architectural</string>
</property>
</item>
</widget>
</item>
<item row="14" column="0">
<widget class="QLabel" name="label_9">
<property name="text">
<string>Default license for new files</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="Gui::InputField" name="settingGrid">
<property name="toolTip">
<string><html><head/><body><p>This is the size of the smallest square of the grid. Location in preferences: <span style=" font-weight:600;">Draft &gt; Grid and snapping &gt; Grid spacing</span></p></body></html></string>
</property>
<property name="text">
<string>0 </string>
</property>
<property name="unit" stdset="0">
<string notr="true"/>
</property>
</widget>
</item>
<item row="12" column="0">
<widget class="QLabel" name="label_16">
<property name="text">
<string>Default dimension arrow size</string>
</property>
</widget>
</item>
<item row="16" column="1">
<widget class="QCheckBox" name="settingNewdocument">
<property name="toolTip">
<string><html><head/><body><p>Check this to make FreeCAD start with a new blank document. Location in preferences: <span style=" font-weight:600;">General &gt; Document &gt; Create new documentat startup</span></p></body></html></string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_27">
<property name="text">
<string>Fill with default values</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="comboPresets">
<property name="toolTip">
<string>Choose one of the presets in this list to fill all the settings below with predetermined values. Then, adjust to your likings</string>
</property>
<item>
<property name="text">
<string>Choose your preferred working unit...</string>
</property>
</item>
<item>
<property name="text">
<string>Centimeters</string>
</property>
</item>
<item>
<property name="text">
<string>Meters</string>
</property>
</item>
<item>
<property name="text">
<string>US / Imperial</string>
</property>
</item>
</widget>
</item>
<item row="15" column="1">
<widget class="QComboBox" name="settingWorkbench">
<property name="toolTip">
<string><html><head/><body><p>This is the default workbench you will start with when launching FreeCAD. Options:</p><p>- <span style=" font-weight:600;">No changes</span>: Everything stays the way it is now</p><p>- <span style=" font-weight:600;">BIM workbench</span>: FreeCAD will start directly in the BIM workbench</p><p>- <span style=" font-weight:600;">Start workbench, BIM afterwards</span>: FreeCAD will still show the Start page, but will switch automatically to the BIM workbench when opening or creating a file</p><p>Location in preferences: <span style=" font-weight:600;">General &gt; Auto load module</span></p></body></html></string>
</property>
<item>
<property name="text">
<string>No change</string>
</property>
</item>
<item>
<property name="text">
<string>BIM workbench</string>
</property>
</item>
<item>
<property name="text">
<string>Start workbench, switch to BIM afterwards</string>
</property>
</item>
</widget>
</item>
<item row="18" column="0">
<widget class="QLabel" name="label_28">
<property name="text">
<string>Default camera altitude</string>
</property>
</widget>
</item>
<item row="18" column="1">
<widget class="QSpinBox" name="settingCameraHeight">
<property name="toolTip">
<string>This is the altitude of the camera when you create a blank file. Good values are between 5 (view a few centimeters wide) and 5000 (view a few meters wide)</string>
</property>
<property name="maximum">
<number>99999</number>
</property>
<property name="value">
<number>5</number>
</property>
</widget>
</item>
<item row="2" column="1">
<layout class="QGridLayout" name="gridLayout_2">
<item row="3" column="3">
<widget class="Gui::ColorButton" name="colorButtonConstruction">
<property name="toolTip">
<string><html><head/><body><p>The default color of construction geometry. Location in preferences: <span style=" font-weight:600;">Draft &gt; General Settings &gt; Construction geometry color</span></p></body></html></string>
</property>
</widget>
</item>
<item row="2" column="3">
<widget class="Gui::ColorButton" name="colorButtonFaces">
<property name="toolTip">
<string><html><head/><body><p>The default color of faces in the 3D view. Location in preferences: <span style=" font-weight:600;">Display &gt; Part Color &gt; Default shape color</span></p></body></html></string>
</property>
</widget>
</item>
<item row="3" column="2">
<widget class="QLabel" name="label_25">
<property name="text">
<string>Construction:</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_26">
<property name="text">
<string>Helpers:</string>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QLabel" name="label_24">
<property name="text">
<string>Faces:</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="Gui::ColorButton" name="colorButtonHelpers">
<property name="toolTip">
<string><html><head/><body><p>The default color for helper objects such as grids and axes. Location in preferences: <span style=" font-weight:600;">Arch &gt; Defaults &gt; Helpers</span></p></body></html></string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_23">
<property name="text">
<string>Lines:</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="Gui::ColorButton" name="colorButtonLines">
<property name="toolTip">
<string><html><head/><body><p>The default color of lines in the 3D view. Location in preferences: <span style=" font-weight:600;">Display &gt; Part Colors &gt; Default line color, Draft &gt; Visual settings &gt; Default line color</span></p></body></html></string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_20">
<property name="text">
<string>Gradient top:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="Gui::ColorButton" name="colorButtonTop">
<property name="toolTip">
<string><html><head/><body><p>The top color of the 3D view background gradient. Location in preferences: <span style=" font-weight:600;">Display &gt; Colors &gt; Color gradient</span></p></body></html></string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QLabel" name="label_21">
<property name="text">
<string>Gradient bottom:</string>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="Gui::ColorButton" name="colorButtonBottom">
<property name="toolTip">
<string><html><head/><body><p>The bottom color of the 3D view background gradient. Location in preferences: <span style=" font-weight:600;">Display &gt; Colors &gt; Color gradient</span></p></body></html></string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_29">
<property name="text">
<string>Plain background::</string>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QLabel" name="label_30">
<property name="text">
<string>Text:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="Gui::PrefColorButton" name="colorButtonSimple">
<property name="toolTip">
<string>The background color when switched to simple color</string>
</property>
</widget>
</item>
<item row="1" column="3">
<widget class="Gui::PrefColorButton" name="colorButtonText">
<property name="toolTip">
<string>The color to use for texts and dimensions</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="2" column="0">
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<widget class="QLabel" name="label_19">
<property name="text">
<string>3D view background</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_31">
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_22">
<property name="text">
<string>Geometry color</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_13">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<widget class="QLabel" name="labelSnapTip">
<property name="text">
<string><html><head/><body><p><span style=" font-weight:600;">Tip</span>: You might also want to set the appropriate snapping modes on the Snapping toolbar. Enabling only the snap positions that you need will make drawing in FreeCAD considerably faster.</p></body></html></string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelVersion">
<property name="text">
<string><html><head/><body><p>Tip: You are currently using FreeCAD version %1. Consider using the <a href="https://github.com/FreeCAD/FreeCAD/releases"><span style=" text-decoration: underline; color:#0000ff;">latest development version %2</span></a>, which brings all the latest improvements to FreeCAD.</p></body></html></string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelMissingWorkbenches">
<property name="text">
<string>MissingWorkbenches</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelIfcOpenShell">
<property name="text">
<string><b>IfcOpenShell</b> is missing on your system. IfcOpenShell is needed to import or export IFC files to/from FreeCAD. Check <a href="https://www.freecadweb.org/wiki/Arch_IFC">this wiki page</a> to know more, or <a href="#install">download and install it</a> directly.</p></string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="openExternalLinks">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>Gui::InputField</class>
<extends>QLineEdit</extends>
<header>Gui/InputField.h</header>
</customwidget>
<customwidget>
<class>Gui::ColorButton</class>
<extends>QPushButton</extends>
<header>Gui/Widgets.h</header>
</customwidget>
<customwidget>
<class>Gui::PrefColorButton</class>
<extends>Gui::ColorButton</extends>
<header>Gui/PrefWidgets.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>BIMSetupDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>BIMSetupDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>