FreeCAD

Форк
0
/
DlgPrefsTechDrawColors.ui 
721 строка · 22.1 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>TechDrawGui::DlgPrefsTechDrawColorsImp</class>
4
 <widget class="QWidget" name="TechDrawGui::DlgPrefsTechDrawColorsImp">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>440</width>
10
    <height>448</height>
11
   </rect>
12
  </property>
13
  <property name="sizePolicy">
14
   <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
15
    <horstretch>0</horstretch>
16
    <verstretch>0</verstretch>
17
   </sizepolicy>
18
  </property>
19
  <property name="windowTitle">
20
   <string>Colors</string>
21
  </property>
22
  <property name="toolTip">
23
   <string/>
24
  </property>
25
  <layout class="QVBoxLayout" name="verticalLayout_3">
26
   <item>
27
    <widget class="QGroupBox" name="gb_Colors">
28
     <property name="sizePolicy">
29
      <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
30
       <horstretch>0</horstretch>
31
       <verstretch>0</verstretch>
32
      </sizepolicy>
33
     </property>
34
     <property name="minimumSize">
35
      <size>
36
       <width>0</width>
37
       <height>225</height>
38
      </size>
39
     </property>
40
     <property name="baseSize">
41
      <size>
42
       <width>0</width>
43
       <height>200</height>
44
      </size>
45
     </property>
46
     <property name="title">
47
      <string>Colors</string>
48
     </property>
49
     <layout class="QVBoxLayout" name="verticalLayout">
50
      <item>
51
       <layout class="QGridLayout" name="gridLayout">
52
        <item row="4" column="3">
53
         <widget class="QLabel" name="label_7">
54
          <property name="font">
55
           <font>
56
            <italic>true</italic>
57
           </font>
58
          </property>
59
          <property name="text">
60
           <string>Geometric Hatch</string>
61
          </property>
62
         </widget>
63
        </item>
64
        <item row="6" column="1">
65
         <widget class="Gui::PrefColorButton" name="pcbHighlight">
66
          <property name="color">
67
           <color>
68
            <red>0</red>
69
            <green>0</green>
70
            <blue>0</blue>
71
           </color>
72
          </property>
73
          <property name="prefEntry" stdset="0">
74
           <cstring>HighlightColor</cstring>
75
          </property>
76
          <property name="prefPath" stdset="0">
77
           <cstring>/Mod/TechDraw/Decorations</cstring>
78
          </property>
79
         </widget>
80
        </item>
81
        <item row="11" column="0">
82
         <widget class="Gui::PrefCheckBox" name="pcbMonochrome">
83
          <property name="toolTip">
84
           <string>If checked FreeCAD will use a single color for all text and lines. 
85

86
</string>
87
          </property>
88
          <property name="text">
89
           <string>Monochrome</string>
90
          </property>
91
          <property name="prefEntry" stdset="0">
92
           <cstring>Monochrome</cstring>
93
          </property>
94
          <property name="prefPath" stdset="0">
95
           <cstring>/Mod/TechDraw/Colors</cstring>
96
          </property>
97
         </widget>
98
        </item>
99
        <item row="2" column="0">
100
         <widget class="QLabel" name="lbl_Select">
101
          <property name="font">
102
           <font>
103
            <italic>true</italic>
104
           </font>
105
          </property>
106
          <property name="text">
107
           <string>Selected</string>
108
          </property>
109
         </widget>
110
        </item>
111
        <item row="3" column="1">
112
         <widget class="Gui::PrefColorButton" name="pcb_Background">
113
          <property name="toolTip">
114
           <string>Background color around pages</string>
115
          </property>
116
          <property name="color">
117
           <color>
118
            <red>211</red>
119
            <green>211</green>
120
            <blue>211</blue>
121
           </color>
122
          </property>
123
          <property name="prefEntry" stdset="0">
124
           <cstring>Background</cstring>
125
          </property>
126
          <property name="prefPath" stdset="0">
127
           <cstring>/Mod/TechDraw/Colors</cstring>
128
          </property>
129
         </widget>
130
        </item>
131
        <item row="0" column="2">
132
         <spacer name="horizontalSpacer_3">
133
          <property name="orientation">
134
           <enum>Qt::Horizontal</enum>
135
          </property>
136
          <property name="sizeHint" stdset="0">
137
           <size>
138
            <width>40</width>
139
            <height>20</height>
140
           </size>
141
          </property>
142
         </spacer>
143
        </item>
144
        <item row="5" column="1">
145
         <widget class="Gui::PrefColorButton" name="pcbCenterColor">
146
          <property name="toolTip">
147
           <string>Centerline color</string>
148
          </property>
149
          <property name="color">
150
           <color>
151
            <red>0</red>
152
            <green>0</green>
153
            <blue>0</blue>
154
           </color>
155
          </property>
156
          <property name="prefEntry" stdset="0">
157
           <cstring>CenterColor</cstring>
158
          </property>
159
          <property name="prefPath" stdset="0">
160
           <cstring>Mod/TechDraw/Decorations</cstring>
161
          </property>
162
         </widget>
163
        </item>
164
        <item row="1" column="3">
165
         <widget class="QLabel" name="label_3">
166
          <property name="font">
167
           <font>
168
            <italic>true</italic>
169
           </font>
170
          </property>
171
          <property name="text">
172
           <string>Section Face</string>
173
          </property>
174
         </widget>
175
        </item>
176
        <item row="5" column="0">
177
         <widget class="QLabel" name="label_15">
178
          <property name="text">
179
           <string>Centerline</string>
180
          </property>
181
         </widget>
182
        </item>
183
        <item row="1" column="1">
184
         <widget class="Gui::PrefColorButton" name="pcb_PreSelect">
185
          <property name="toolTip">
186
           <string>Preselection color</string>
187
          </property>
188
          <property name="color">
189
           <color>
190
            <red>255</red>
191
            <green>255</green>
192
            <blue>0</blue>
193
           </color>
194
          </property>
195
          <property name="prefEntry" stdset="0">
196
           <cstring>PreSelectColor</cstring>
197
          </property>
198
          <property name="prefPath" stdset="0">
199
           <cstring>Mod/TechDraw/Colors</cstring>
200
          </property>
201
         </widget>
202
        </item>
203
        <item row="5" column="3">
204
         <widget class="QLabel" name="label_16">
205
          <property name="text">
206
           <string>Vertex</string>
207
          </property>
208
         </widget>
209
        </item>
210
        <item row="3" column="0">
211
         <widget class="QLabel" name="label_4">
212
          <property name="font">
213
           <font>
214
            <italic>true</italic>
215
           </font>
216
          </property>
217
          <property name="text">
218
           <string>Background</string>
219
          </property>
220
         </widget>
221
        </item>
222
        <item row="7" column="4">
223
         <widget class="Gui::PrefColorButton" name="pcb_Face">
224
          <property name="toolTip">
225
           <string>Face color (if not transparent)</string>
226
          </property>
227
          <property name="color">
228
           <color>
229
            <red>255</red>
230
            <green>255</green>
231
            <blue>255</blue>
232
           </color>
233
          </property>
234
          <property name="prefEntry" stdset="0">
235
           <cstring>FaceColor</cstring>
236
          </property>
237
          <property name="prefPath" stdset="0">
238
           <cstring>/Mod/TechDraw/Colors</cstring>
239
          </property>
240
         </widget>
241
        </item>
242
        <item row="1" column="0">
243
         <widget class="QLabel" name="lbl_PreSelect">
244
          <property name="font">
245
           <font>
246
            <italic>true</italic>
247
           </font>
248
          </property>
249
          <property name="text">
250
           <string>Preselected</string>
251
          </property>
252
         </widget>
253
        </item>
254
        <item row="6" column="3">
255
         <widget class="QLabel" name="label_17">
256
          <property name="font">
257
           <font>
258
            <italic>true</italic>
259
           </font>
260
          </property>
261
          <property name="text">
262
           <string>Leaderline</string>
263
          </property>
264
         </widget>
265
        </item>
266
        <item row="11" column="1">
267
         <widget class="Gui::PrefColorButton" name="pcbLightTextColor">
268
          <property name="toolTip">
269
           <string>Monochrome text color</string>
270
          </property>
271
          <property name="prefEntry" stdset="0">
272
           <cstring>LightTextColor</cstring>
273
          </property>
274
          <property name="prefPath" stdset="0">
275
           <cstring>Mod/TechDraw/Colors</cstring>
276
          </property>
277
         </widget>
278
        </item>
279
        <item row="4" column="1">
280
         <widget class="Gui::PrefColorButton" name="pcbDimColor">
281
          <property name="toolTip">
282
           <string>Color of dimension lines and text.</string>
283
          </property>
284
          <property name="color">
285
           <color>
286
            <red>0</red>
287
            <green>0</green>
288
            <blue>0</blue>
289
           </color>
290
          </property>
291
          <property name="prefEntry" stdset="0">
292
           <cstring>Color</cstring>
293
          </property>
294
          <property name="prefPath" stdset="0">
295
           <cstring>Mod/TechDraw/Dimensions</cstring>
296
          </property>
297
         </widget>
298
        </item>
299
        <item row="11" column="4">
300
         <widget class="Gui::PrefColorButton" name="pcbPageColor">
301
          <property name="toolTip">
302
           <string>Use a light color for dark text and dark color for light text.</string>
303
          </property>
304
          <property name="color">
305
           <color>
306
            <red>255</red>
307
            <green>255</green>
308
            <blue>255</blue>
309
           </color>
310
          </property>
311
          <property name="prefEntry" stdset="0">
312
           <cstring>PageColor</cstring>
313
          </property>
314
          <property name="prefPath" stdset="0">
315
           <cstring>Mod/TechDraw/Colors</cstring>
316
          </property>
317
         </widget>
318
        </item>
319
        <item row="9" column="0">
320
         <widget class="QLabel" name="label_6">
321
          <property name="text">
322
           <string/>
323
          </property>
324
         </widget>
325
        </item>
326
        <item row="3" column="4">
327
         <widget class="Gui::PrefColorButton" name="pcb_Hatch">
328
          <property name="toolTip">
329
           <string>Hatch image color</string>
330
          </property>
331
          <property name="color">
332
           <color>
333
            <red>0</red>
334
            <green>0</green>
335
            <blue>0</blue>
336
           </color>
337
          </property>
338
          <property name="prefEntry" stdset="0">
339
           <cstring>Hatch</cstring>
340
          </property>
341
          <property name="prefPath" stdset="0">
342
           <cstring>/Mod/TechDraw/Colors</cstring>
343
          </property>
344
         </widget>
345
        </item>
346
        <item row="2" column="4">
347
         <widget class="Gui::PrefColorButton" name="pcbSectionLine">
348
          <property name="toolTip">
349
           <string>Section line color</string>
350
          </property>
351
          <property name="color">
352
           <color>
353
            <red>0</red>
354
            <green>0</green>
355
            <blue>0</blue>
356
           </color>
357
          </property>
358
          <property name="prefEntry" stdset="0">
359
           <cstring>SectionColor</cstring>
360
          </property>
361
          <property name="prefPath" stdset="0">
362
           <cstring>/Mod/TechDraw/Decorations</cstring>
363
          </property>
364
         </widget>
365
        </item>
366
        <item row="4" column="4">
367
         <widget class="Gui::PrefColorButton" name="pcb_GeomHatch">
368
          <property name="toolTip">
369
           <string>Geometric hatch pattern color</string>
370
          </property>
371
          <property name="color">
372
           <color>
373
            <red>0</red>
374
            <green>0</green>
375
            <blue>0</blue>
376
           </color>
377
          </property>
378
          <property name="prefEntry" stdset="0">
379
           <cstring>GeomHatch</cstring>
380
          </property>
381
          <property name="prefPath" stdset="0">
382
           <cstring>/Mod/TechDraw/Colors</cstring>
383
          </property>
384
         </widget>
385
        </item>
386
        <item row="6" column="0">
387
         <widget class="QLabel" name="label_18">
388
          <property name="font">
389
           <font>
390
            <italic>true</italic>
391
           </font>
392
          </property>
393
          <property name="text">
394
           <string>Detail Highlight</string>
395
          </property>
396
         </widget>
397
        </item>
398
        <item row="3" column="3">
399
         <widget class="QLabel" name="label_5">
400
          <property name="font">
401
           <font>
402
            <italic>true</italic>
403
           </font>
404
          </property>
405
          <property name="text">
406
           <string>Hatch</string>
407
          </property>
408
         </widget>
409
        </item>
410
        <item row="11" column="3">
411
         <widget class="QLabel" name="label_2">
412
          <property name="text">
413
           <string>Page Color</string>
414
          </property>
415
         </widget>
416
        </item>
417
        <item row="2" column="3">
418
         <widget class="QLabel" name="label_14">
419
          <property name="text">
420
           <string>Section Line</string>
421
          </property>
422
         </widget>
423
        </item>
424
        <item row="10" column="0">
425
         <widget class="Gui::PrefCheckBox" name="pcbLightOnDark">
426
          <property name="toolTip">
427
           <string>Check this to use light text and lines on dark backgrounds. Set Page Color to a dark color. Transparent or light color faces are recommended with this option.</string>
428
          </property>
429
          <property name="text">
430
           <string>Light on dark</string>
431
          </property>
432
          <property name="prefEntry" stdset="0">
433
           <cstring>LightOnDark</cstring>
434
          </property>
435
          <property name="prefPath" stdset="0">
436
           <cstring>/Mod/TechDraw/Colors</cstring>
437
          </property>
438
         </widget>
439
        </item>
440
        <item row="2" column="1">
441
         <widget class="Gui::PrefColorButton" name="pcb_Select">
442
          <property name="toolTip">
443
           <string>Selected item color</string>
444
          </property>
445
          <property name="color">
446
           <color>
447
            <red>0</red>
448
            <green>255</green>
449
            <blue>0</blue>
450
           </color>
451
          </property>
452
          <property name="prefEntry" stdset="0">
453
           <cstring>SelectColor</cstring>
454
          </property>
455
          <property name="prefPath" stdset="0">
456
           <cstring>Mod/TechDraw/Colors</cstring>
457
          </property>
458
         </widget>
459
        </item>
460
        <item row="6" column="4">
461
         <widget class="Gui::PrefColorButton" name="pcbMarkup">
462
          <property name="toolTip">
463
           <string>Default color for leader lines</string>
464
          </property>
465
          <property name="color">
466
           <color>
467
            <red>0</red>
468
            <green>0</green>
469
            <blue>0</blue>
470
           </color>
471
          </property>
472
          <property name="prefEntry" stdset="0">
473
           <cstring>Color</cstring>
474
          </property>
475
          <property name="prefPath" stdset="0">
476
           <cstring>Mod/TechDraw/Markups</cstring>
477
          </property>
478
         </widget>
479
        </item>
480
        <item row="7" column="3">
481
         <widget class="Gui::PrefCheckBox" name="pcb_PaintFaces">
482
          <property name="minimumSize">
483
           <size>
484
            <width>0</width>
485
            <height>20</height>
486
           </size>
487
          </property>
488
          <property name="font">
489
           <font>
490
            <italic>true</italic>
491
           </font>
492
          </property>
493
          <property name="toolTip">
494
           <string>Object faces will be transparent</string>
495
          </property>
496
          <property name="text">
497
           <string>Transparent Faces</string>
498
          </property>
499
          <property name="prefEntry" stdset="0">
500
           <cstring>ClearFace</cstring>
501
          </property>
502
          <property name="prefPath" stdset="0">
503
           <cstring>/Mod/TechDraw/Colors</cstring>
504
          </property>
505
         </widget>
506
        </item>
507
        <item row="0" column="1">
508
         <widget class="Gui::PrefColorButton" name="pcb_Normal">
509
          <property name="toolTip">
510
           <string>Normal line color</string>
511
          </property>
512
          <property name="color">
513
           <color>
514
            <red>0</red>
515
            <green>0</green>
516
            <blue>0</blue>
517
           </color>
518
          </property>
519
          <property name="prefEntry" stdset="0">
520
           <cstring>NormalColor</cstring>
521
          </property>
522
          <property name="prefPath" stdset="0">
523
           <cstring>Mod/TechDraw/Colors</cstring>
524
          </property>
525
         </widget>
526
        </item>
527
        <item row="0" column="4">
528
         <widget class="Gui::PrefColorButton" name="pcb_Hidden">
529
          <property name="toolTip">
530
           <string>Hidden line color</string>
531
          </property>
532
          <property name="color">
533
           <color>
534
            <red>0</red>
535
            <green>0</green>
536
            <blue>0</blue>
537
           </color>
538
          </property>
539
          <property name="prefEntry" stdset="0">
540
           <cstring>HiddenColor</cstring>
541
          </property>
542
          <property name="prefPath" stdset="0">
543
           <cstring>Mod/TechDraw/Colors</cstring>
544
          </property>
545
         </widget>
546
        </item>
547
        <item row="7" column="1">
548
         <widget class="Gui::PrefColorButton" name="pcb_Grid">
549
          <property name="color">
550
           <color>
551
            <red>0</red>
552
            <green>0</green>
553
            <blue>0</blue>
554
           </color>
555
          </property>
556
          <property name="prefEntry" stdset="0">
557
           <cstring>gridColor</cstring>
558
          </property>
559
          <property name="prefPath" stdset="0">
560
           <cstring>/Mod/TechDraw/Colors</cstring>
561
          </property>
562
         </widget>
563
        </item>
564
        <item row="4" column="0">
565
         <widget class="QLabel" name="label_13">
566
          <property name="text">
567
           <string>Dimension</string>
568
          </property>
569
         </widget>
570
        </item>
571
        <item row="5" column="4">
572
         <widget class="Gui::PrefColorButton" name="pcbVertexColor">
573
          <property name="toolTip">
574
           <string>Color of vertices in views</string>
575
          </property>
576
          <property name="color">
577
           <color>
578
            <red>0</red>
579
            <green>0</green>
580
            <blue>0</blue>
581
           </color>
582
          </property>
583
          <property name="prefEntry" stdset="0">
584
           <cstring>VertexColor</cstring>
585
          </property>
586
          <property name="prefPath" stdset="0">
587
           <cstring>Mod/TechDraw/Decorations</cstring>
588
          </property>
589
         </widget>
590
        </item>
591
        <item row="7" column="0">
592
         <widget class="QLabel" name="label">
593
          <property name="text">
594
           <string>Grid Color</string>
595
          </property>
596
         </widget>
597
        </item>
598
        <item row="0" column="3">
599
         <widget class="QLabel" name="lbl_Hidden">
600
          <property name="font">
601
           <font>
602
            <italic>true</italic>
603
           </font>
604
          </property>
605
          <property name="text">
606
           <string>Hidden Line</string>
607
          </property>
608
         </widget>
609
        </item>
610
        <item row="0" column="0">
611
         <widget class="QLabel" name="lbl_Normal">
612
          <property name="font">
613
           <font>
614
            <italic>true</italic>
615
           </font>
616
          </property>
617
          <property name="text">
618
           <string>Normal</string>
619
          </property>
620
         </widget>
621
        </item>
622
        <item row="1" column="4">
623
         <widget class="Gui::PrefColorButton" name="pcb_Surface">
624
          <property name="toolTip">
625
           <string>Section face color</string>
626
          </property>
627
          <property name="color">
628
           <color>
629
            <red>211</red>
630
            <green>211</green>
631
            <blue>211</blue>
632
           </color>
633
          </property>
634
          <property name="prefEntry" stdset="0">
635
           <cstring>CutSurfaceColor</cstring>
636
          </property>
637
          <property name="prefPath" stdset="0">
638
           <cstring>Mod/TechDraw/Colors</cstring>
639
          </property>
640
         </widget>
641
        </item>
642
        <item row="8" column="0">
643
         <widget class="QLabel" name="label_8">
644
          <property name="text">
645
           <string>Template Underline</string>
646
          </property>
647
         </widget>
648
        </item>
649
        <item row="8" column="1">
650
         <widget class="Gui::PrefColorButton" name="pcbUnderline">
651
          <property name="color">
652
           <color>
653
            <red>0</red>
654
            <green>0</green>
655
            <blue>255</blue>
656
           </color>
657
          </property>
658
          <property name="prefEntry" stdset="0">
659
           <cstring>TemplateUnderlineColor</cstring>
660
          </property>
661
          <property name="prefPath" stdset="0">
662
           <cstring>/Mod/TechDraw/Colors</cstring>
663
          </property>
664
         </widget>
665
        </item>
666
       </layout>
667
      </item>
668
     </layout>
669
    </widget>
670
   </item>
671
   <item>
672
    <widget class="QLabel" name="label_12">
673
     <property name="font">
674
      <font>
675
       <pointsize>10</pointsize>
676
       <italic>false</italic>
677
      </font>
678
     </property>
679
     <property name="text">
680
      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Note:&lt;/span&gt; Items in &lt;span style=&quot; font-style:italic;&quot;&gt;italics&lt;/span&gt; are default values for new objects. They have no effect on existing objects.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
681
     </property>
682
     <property name="wordWrap">
683
      <bool>true</bool>
684
     </property>
685
    </widget>
686
   </item>
687
   <item>
688
    <spacer name="verticalSpacer">
689
     <property name="orientation">
690
      <enum>Qt::Vertical</enum>
691
     </property>
692
     <property name="sizeHint" stdset="0">
693
      <size>
694
       <width>20</width>
695
       <height>19</height>
696
      </size>
697
     </property>
698
    </spacer>
699
   </item>
700
  </layout>
701
 </widget>
702
 <customwidgets>
703
  <customwidget>
704
   <class>Gui::ColorButton</class>
705
   <extends>QPushButton</extends>
706
   <header>Gui/Widgets.h</header>
707
  </customwidget>
708
  <customwidget>
709
   <class>Gui::PrefColorButton</class>
710
   <extends>Gui::ColorButton</extends>
711
   <header>Gui/PrefWidgets.h</header>
712
  </customwidget>
713
  <customwidget>
714
   <class>Gui::PrefCheckBox</class>
715
   <extends>QCheckBox</extends>
716
   <header>Gui/PrefWidgets.h</header>
717
  </customwidget>
718
 </customwidgets>
719
 <resources/>
720
 <connections/>
721
</ui>
722

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.