FreeCAD

Форк
0
/
TaskOrthoViews.ui 
875 строк · 25.4 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>DrawingGui::TaskOrthoViews</class>
4
 <widget class="QWidget" name="DrawingGui::TaskOrthoViews">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>250</width>
10
    <height>486</height>
11
   </rect>
12
  </property>
13
  <property name="sizePolicy">
14
   <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
15
    <horstretch>0</horstretch>
16
    <verstretch>0</verstretch>
17
   </sizepolicy>
18
  </property>
19
  <property name="minimumSize">
20
   <size>
21
    <width>250</width>
22
    <height>0</height>
23
   </size>
24
  </property>
25
  <property name="windowTitle">
26
   <string>Orthographic Projection</string>
27
  </property>
28
  <layout class="QGridLayout" name="gridLayout_5">
29
   <item row="0" column="0">
30
    <layout class="QHBoxLayout" name="horizontalLayout_3">
31
     <item>
32
      <widget class="QLabel" name="label_7">
33
       <property name="text">
34
        <string>Projection</string>
35
       </property>
36
      </widget>
37
     </item>
38
     <item>
39
      <widget class="QComboBox" name="projection">
40
       <property name="editable">
41
        <bool>false</bool>
42
       </property>
43
       <item>
44
        <property name="text">
45
         <string>Third Angle</string>
46
        </property>
47
       </item>
48
       <item>
49
        <property name="text">
50
         <string>First Angle</string>
51
        </property>
52
       </item>
53
      </widget>
54
     </item>
55
    </layout>
56
   </item>
57
   <item row="1" column="0">
58
    <layout class="QGridLayout" name="gridLayout_2">
59
     <item row="0" column="0">
60
      <widget class="QLabel" name="textLabel1">
61
       <property name="text">
62
        <string>View from:</string>
63
       </property>
64
      </widget>
65
     </item>
66
     <item row="0" column="1">
67
      <widget class="QComboBox" name="view_from">
68
       <property name="sizeAdjustPolicy">
69
        <enum>QComboBox::AdjustToContentsOnFirstShow</enum>
70
       </property>
71
       <property name="frame">
72
        <bool>true</bool>
73
       </property>
74
       <item>
75
        <property name="text">
76
         <string>X +ve</string>
77
        </property>
78
       </item>
79
       <item>
80
        <property name="text">
81
         <string>Y +ve</string>
82
        </property>
83
       </item>
84
       <item>
85
        <property name="text">
86
         <string>Z +ve</string>
87
        </property>
88
       </item>
89
       <item>
90
        <property name="text">
91
         <string>X -ve</string>
92
        </property>
93
       </item>
94
       <item>
95
        <property name="text">
96
         <string>Y -ve</string>
97
        </property>
98
       </item>
99
       <item>
100
        <property name="text">
101
         <string>Z -ve</string>
102
        </property>
103
       </item>
104
      </widget>
105
     </item>
106
     <item row="1" column="0">
107
      <widget class="QLabel" name="label_2">
108
       <property name="text">
109
        <string>Axis aligned right:</string>
110
       </property>
111
       <property name="alignment">
112
        <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
113
       </property>
114
      </widget>
115
     </item>
116
     <item row="1" column="1">
117
      <widget class="QComboBox" name="axis_right">
118
       <item>
119
        <property name="text">
120
         <string notr="true">Y +ve</string>
121
        </property>
122
       </item>
123
       <item>
124
        <property name="text">
125
         <string notr="true">Z +ve</string>
126
        </property>
127
       </item>
128
       <item>
129
        <property name="text">
130
         <string notr="true">Y -ve</string>
131
        </property>
132
       </item>
133
       <item>
134
        <property name="text">
135
         <string notr="true">Z -ve</string>
136
        </property>
137
       </item>
138
      </widget>
139
     </item>
140
    </layout>
141
   </item>
142
  <item row="2" column="0">
143
    <widget class="Line" name="line">
144
     <property name="orientation">
145
      <enum>Qt::Horizontal</enum>
146
     </property>
147
    </widget>
148
   </item>
149
   <item row="3" column="0">
150
    <layout class="QGridLayout" name="gridLayout">
151
     <item row="1" column="0">
152
      <widget class="QLabel" name="label_3">
153
       <property name="text">
154
        <string>Secondary Views</string>
155
       </property>
156
       <property name="alignment">
157
        <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
158
       </property>
159
      </widget>
160
     </item>
161
     <item row="1" column="2">
162
      <widget class="QCheckBox" name="cb20">
163
       <property name="enabled">
164
        <bool>true</bool>
165
       </property>
166
       <property name="sizePolicy">
167
        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
168
         <horstretch>0</horstretch>
169
         <verstretch>0</verstretch>
170
        </sizepolicy>
171
       </property>
172
       <property name="contextMenuPolicy">
173
        <enum>Qt::CustomContextMenu</enum>
174
       </property>
175
       <property name="toolTip">
176
        <string>Right click for axonometric settings</string>
177
       </property>
178
       <property name="layoutDirection">
179
        <enum>Qt::RightToLeft</enum>
180
       </property>
181
       <property name="text">
182
        <string/>
183
       </property>
184
      </widget>
185
     </item>
186
     <item row="2" column="1">
187
      <widget class="QCheckBox" name="cb11">
188
       <property name="enabled">
189
        <bool>true</bool>
190
       </property>
191
       <property name="sizePolicy">
192
        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
193
         <horstretch>0</horstretch>
194
         <verstretch>0</verstretch>
195
        </sizepolicy>
196
       </property>
197
       <property name="contextMenuPolicy">
198
        <enum>Qt::CustomContextMenu</enum>
199
       </property>
200
       <property name="toolTip">
201
        <string>Right click for axonometric settings</string>
202
       </property>
203
       <property name="layoutDirection">
204
        <enum>Qt::RightToLeft</enum>
205
       </property>
206
       <property name="text">
207
        <string/>
208
       </property>
209
       <property name="iconSize">
210
        <size>
211
         <width>16</width>
212
         <height>16</height>
213
        </size>
214
       </property>
215
      </widget>
216
     </item>
217
     <item row="2" column="2">
218
      <widget class="QCheckBox" name="cb21">
219
       <property name="enabled">
220
        <bool>true</bool>
221
       </property>
222
       <property name="sizePolicy">
223
        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
224
         <horstretch>0</horstretch>
225
         <verstretch>0</verstretch>
226
        </sizepolicy>
227
       </property>
228
       <property name="contextMenuPolicy">
229
        <enum>Qt::CustomContextMenu</enum>
230
       </property>
231
       <property name="toolTip">
232
        <string>Right click for axonometric settings</string>
233
       </property>
234
       <property name="layoutDirection">
235
        <enum>Qt::RightToLeft</enum>
236
       </property>
237
       <property name="text">
238
        <string/>
239
       </property>
240
      </widget>
241
     </item>
242
     <item row="2" column="3">
243
      <widget class="QCheckBox" name="cb31">
244
       <property name="enabled">
245
        <bool>true</bool>
246
       </property>
247
       <property name="sizePolicy">
248
        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
249
         <horstretch>0</horstretch>
250
         <verstretch>0</verstretch>
251
        </sizepolicy>
252
       </property>
253
       <property name="contextMenuPolicy">
254
        <enum>Qt::CustomContextMenu</enum>
255
       </property>
256
       <property name="toolTip">
257
        <string>Right click for axonometric settings</string>
258
       </property>
259
       <property name="layoutDirection">
260
        <enum>Qt::RightToLeft</enum>
261
       </property>
262
       <property name="text">
263
        <string/>
264
       </property>
265
      </widget>
266
     </item>
267
     <item row="3" column="0">
268
      <widget class="QCheckBox" name="cb02">
269
       <property name="enabled">
270
        <bool>true</bool>
271
       </property>
272
       <property name="sizePolicy">
273
        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
274
         <horstretch>0</horstretch>
275
         <verstretch>0</verstretch>
276
        </sizepolicy>
277
       </property>
278
       <property name="contextMenuPolicy">
279
        <enum>Qt::CustomContextMenu</enum>
280
       </property>
281
       <property name="toolTip">
282
        <string>Right click for axonometric settings</string>
283
       </property>
284
       <property name="layoutDirection">
285
        <enum>Qt::RightToLeft</enum>
286
       </property>
287
       <property name="text">
288
        <string/>
289
       </property>
290
      </widget>
291
     </item>
292
    <item row="3" column="1">
293
      <widget class="QCheckBox" name="cb12">
294
       <property name="enabled">
295
        <bool>true</bool>
296
       </property>
297
       <property name="sizePolicy">
298
        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
299
         <horstretch>0</horstretch>
300
         <verstretch>0</verstretch>
301
        </sizepolicy>
302
       </property>
303
       <property name="contextMenuPolicy">
304
        <enum>Qt::CustomContextMenu</enum>
305
       </property>
306
       <property name="toolTip">
307
        <string>Right click for axonometric settings</string>
308
       </property>
309
       <property name="layoutDirection">
310
        <enum>Qt::RightToLeft</enum>
311
       </property>
312
       <property name="text">
313
        <string/>
314
       </property>
315
      </widget>
316
     </item>
317
     <item row="3" column="2">
318
      <widget class="QCheckBox" name="cb22">
319
       <property name="enabled">
320
        <bool>false</bool>
321
       </property>
322
       <property name="sizePolicy">
323
        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
324
         <horstretch>0</horstretch>
325
         <verstretch>0</verstretch>
326
        </sizepolicy>
327
       </property>
328
       <property name="toolTip">
329
        <string>Primary view</string>
330
       </property>
331
       <property name="layoutDirection">
332
        <enum>Qt::RightToLeft</enum>
333
       </property>
334
       <property name="text">
335
        <string/>
336
       </property>
337
       <property name="checked">
338
        <bool>true</bool>
339
       </property>
340
      </widget>
341
     </item>
342
     <item row="3" column="3">
343
      <widget class="QCheckBox" name="cb32">
344
       <property name="enabled">
345
        <bool>true</bool>
346
       </property>
347
       <property name="sizePolicy">
348
        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
349
         <horstretch>0</horstretch>
350
         <verstretch>0</verstretch>
351
        </sizepolicy>
352
       </property>
353
       <property name="contextMenuPolicy">
354
        <enum>Qt::CustomContextMenu</enum>
355
       </property>
356
       <property name="toolTip">
357
        <string>Right click for axonometric settings</string>
358
       </property>
359
       <property name="layoutDirection">
360
        <enum>Qt::RightToLeft</enum>
361
       </property>
362
       <property name="text">
363
        <string/>
364
       </property>
365
      </widget>
366
     </item>
367
     <item row="3" column="4">
368
      <widget class="QCheckBox" name="cb42">
369
       <property name="enabled">
370
        <bool>true</bool>
371
       </property>
372
       <property name="sizePolicy">
373
        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
374
         <horstretch>0</horstretch>
375
         <verstretch>0</verstretch>
376
        </sizepolicy>
377
       </property>
378
       <property name="contextMenuPolicy">
379
        <enum>Qt::CustomContextMenu</enum>
380
       </property>
381
       <property name="toolTip">
382
        <string>Right click for axonometric settings</string>
383
       </property>
384
       <property name="layoutDirection">
385
        <enum>Qt::RightToLeft</enum>
386
       </property>
387
       <property name="text">
388
        <string/>
389
       </property>
390
      </widget>
391
     </item>
392
     <item row="4" column="1">
393
      <widget class="QCheckBox" name="cb13">
394
       <property name="enabled">
395
        <bool>true</bool>
396
       </property>
397
       <property name="sizePolicy">
398
        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
399
         <horstretch>0</horstretch>
400
         <verstretch>0</verstretch>
401
        </sizepolicy>
402
       </property>
403
       <property name="contextMenuPolicy">
404
        <enum>Qt::CustomContextMenu</enum>
405
       </property>
406
       <property name="toolTip">
407
        <string>Right click for axonometric settings</string>
408
       </property>
409
       <property name="layoutDirection">
410
        <enum>Qt::RightToLeft</enum>
411
       </property>
412
       <property name="text">
413
        <string/>
414
       </property>
415
      </widget>
416
     </item>
417
     <item row="4" column="2">
418
      <widget class="QCheckBox" name="cb23">
419
       <property name="enabled">
420
        <bool>true</bool>
421
       </property>
422
       <property name="sizePolicy">
423
        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
424
         <horstretch>0</horstretch>
425
         <verstretch>0</verstretch>
426
        </sizepolicy>
427
       </property>
428
       <property name="contextMenuPolicy">
429
        <enum>Qt::CustomContextMenu</enum>
430
       </property>
431
       <property name="toolTip">
432
        <string>Right click for axonometric settings</string>
433
       </property>
434
       <property name="layoutDirection">
435
        <enum>Qt::RightToLeft</enum>
436
       </property>
437
       <property name="text">
438
        <string/>
439
       </property>
440
      </widget>
441
     </item>
442
     <item row="4" column="3">
443
      <widget class="QCheckBox" name="cb33">
444
       <property name="enabled">
445
        <bool>true</bool>
446
       </property>
447
       <property name="sizePolicy">
448
        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
449
         <horstretch>0</horstretch>
450
         <verstretch>0</verstretch>
451
        </sizepolicy>
452
       </property>
453
       <property name="contextMenuPolicy">
454
        <enum>Qt::CustomContextMenu</enum>
455
       </property>
456
       <property name="toolTip">
457
        <string>Right click for axonometric settings</string>
458
       </property>
459
       <property name="layoutDirection">
460
        <enum>Qt::RightToLeft</enum>
461
       </property>
462
       <property name="text">
463
        <string/>
464
       </property>
465
      </widget>
466
     </item>
467
     <item row="5" column="2">
468
      <widget class="QCheckBox" name="cb24">
469
       <property name="enabled">
470
        <bool>true</bool>
471
       </property>
472
       <property name="sizePolicy">
473
        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
474
         <horstretch>0</horstretch>
475
         <verstretch>0</verstretch>
476
        </sizepolicy>
477
       </property>
478
       <property name="contextMenuPolicy">
479
        <enum>Qt::CustomContextMenu</enum>
480
       </property>
481
       <property name="toolTip">
482
        <string>Right click for axonometric settings</string>
483
       </property>
484
       <property name="layoutDirection">
485
        <enum>Qt::RightToLeft</enum>
486
       </property>
487
       <property name="text">
488
        <string/>
489
       </property>
490
      </widget>
491
     </item>
492
     </layout>
493
   </item>
494
   <item row="4" column="0">
495
    <widget class="Line" name="line_2">
496
     <property name="orientation">
497
      <enum>Qt::Horizontal</enum>
498
     </property>
499
    </widget>
500
   </item>
501
   <item row="5" column="0">
502
    <widget class="QTabWidget" name="tabWidget">
503
     <property name="enabled">
504
      <bool>true</bool>
505
     </property>
506
     <property name="sizePolicy">
507
      <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
508
       <horstretch>0</horstretch>
509
       <verstretch>0</verstretch>
510
      </sizepolicy>
511
     </property>
512
     <property name="minimumSize">
513
      <size>
514
       <width>90</width>
515
       <height>230</height>
516
      </size>
517
     </property>
518
     <property name="currentIndex">
519
      <number>1</number>
520
     </property>
521
     <widget class="QWidget" name="tab">
522
      <property name="enabled">
523
       <bool>true</bool>
524
      </property>
525
      <property name="sizePolicy">
526
       <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
527
        <horstretch>0</horstretch>
528
        <verstretch>0</verstretch>
529
       </sizepolicy>
530
      </property>
531
      <attribute name="title">
532
       <string>General</string>
533
      </attribute>
534
      <layout class="QGridLayout" name="gridLayout_4">
535
       <item row="0" column="0">
536
        <widget class="QCheckBox" name="auto_tog">
537
         <property name="enabled">
538
          <bool>true</bool>
539
         </property>
540
         <property name="text">
541
          <string>Auto scale / position</string>
542
         </property>
543
         <property name="checked">
544
          <bool>true</bool>
545
         </property>
546
        </widget>
547
       </item>
548
       <item row="1" column="0">
549
        <layout class="QGridLayout" name="gridLayout_3">
550
         <item row="0" column="0">
551
          <widget class="QLabel" name="label_4">
552
           <property name="enabled">
553
            <bool>false</bool>
554
           </property>
555
           <property name="text">
556
            <string>Scale</string>
557
           </property>
558
           <property name="margin">
559
            <number>2</number>
560
           </property>
561
           <property name="indent">
562
            <number>0</number>
563
           </property>
564
          </widget>
565
         </item>
566
         <item row="0" column="1" colspan="2">
567
          <widget class="QLineEdit" name="scale_0">
568
           <property name="enabled">
569
            <bool>false</bool>
570
           </property>
571
           <property name="sizePolicy">
572
            <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
573
             <horstretch>0</horstretch>
574
             <verstretch>0</verstretch>
575
            </sizepolicy>
576
           </property>
577
           <property name="alignment">
578
            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
579
           </property>
580
          </widget>
581
         </item>
582
         <item row="1" column="0">
583
          <widget class="QLabel" name="label_5">
584
           <property name="enabled">
585
            <bool>false</bool>
586
           </property>
587
           <property name="text">
588
            <string>Top left x / y</string>
589
           </property>
590
           <property name="margin">
591
            <number>2</number>
592
           </property>
593
           <property name="indent">
594
            <number>0</number>
595
           </property>
596
          </widget>
597
         </item>
598
         <item row="1" column="1">
599
          <widget class="QLineEdit" name="x_1">
600
           <property name="enabled">
601
            <bool>false</bool>
602
           </property>
603
           <property name="sizePolicy">
604
            <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
605
             <horstretch>0</horstretch>
606
             <verstretch>0</verstretch>
607
            </sizepolicy>
608
           </property>
609
           <property name="alignment">
610
            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
611
           </property>
612
          </widget>
613
         </item>
614
         <item row="1" column="2">
615
          <widget class="QLineEdit" name="y_2">
616
           <property name="enabled">
617
            <bool>false</bool>
618
           </property>
619
           <property name="sizePolicy">
620
            <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
621
             <horstretch>0</horstretch>
622
             <verstretch>0</verstretch>
623
            </sizepolicy>
624
           </property>
625
           <property name="alignment">
626
            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
627
           </property>
628
          </widget>
629
         </item>
630
         <item row="2" column="0">
631
          <widget class="QLabel" name="label_6">
632
           <property name="enabled">
633
            <bool>false</bool>
634
           </property>
635
           <property name="text">
636
            <string>Spacing dx / dy</string>
637
           </property>
638
           <property name="margin">
639
            <number>2</number>
640
           </property>
641
           <property name="indent">
642
            <number>0</number>
643
           </property>
644
          </widget>
645
         </item>
646
         <item row="2" column="1">
647
          <widget class="QLineEdit" name="spacing_h_3">
648
           <property name="enabled">
649
            <bool>false</bool>
650
           </property>
651
           <property name="alignment">
652
            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
653
           </property>
654
          </widget>
655
         </item>
656
         <item row="2" column="2">
657
          <widget class="QLineEdit" name="spacing_v_4">
658
           <property name="enabled">
659
            <bool>false</bool>
660
           </property>
661
           <property name="alignment">
662
            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
663
           </property>
664
          </widget>
665
         </item>
666
        </layout>
667
       </item>
668
       <item row="2" column="0">
669
        <widget class="Line" name="line_3">
670
         <property name="orientation">
671
          <enum>Qt::Horizontal</enum>
672
         </property>
673
        </widget>
674
       </item>
675
       <item row="3" column="0">
676
        <widget class="QCheckBox" name="hidden">
677
         <property name="enabled">
678
          <bool>true</bool>
679
         </property>
680
         <property name="text">
681
          <string>Show hidden lines</string>
682
         </property>
683
        </widget>
684
       </item>
685
       <item row="4" column="0">
686
        <widget class="QCheckBox" name="smooth">
687
         <property name="text">
688
          <string>Show smooth lines</string>
689
         </property>
690
        </widget>
691
       </item>
692
      </layout>
693
     </widget>
694
     <widget class="QWidget" name="axoTab">
695
      <property name="enabled">
696
       <bool>true</bool>
697
      </property>
698
      <attribute name="title">
699
       <string>Axonometric</string>
700
      </attribute>
701
      <layout class="QGridLayout" name="gridLayout_7">
702
       <item row="1" column="0" rowspan="2">
703
        <layout class="QGridLayout" name="gridLayout_6">
704
         <item row="0" column="0">
705
          <widget class="QLabel" name="label">
706
           <property name="text">
707
            <string>View projection</string>
708
           </property>
709
          </widget>
710
         </item>
711
         <item row="0" column="1">
712
          <widget class="QComboBox" name="axoProj">
713
           <property name="enabled">
714
            <bool>true</bool>
715
           </property>
716
           <item>
717
            <property name="text">
718
             <string>Isometric</string>
719
            </property>
720
           </item>
721
           <item>
722
            <property name="text">
723
             <string>Dimetric</string>
724
            </property>
725
           </item>
726
           <item>
727
            <property name="text">
728
             <string>Trimetric</string>
729
            </property>
730
           </item>
731
          </widget>
732
         </item>
733
         <item row="1" column="0">
734
          <widget class="QLabel" name="label_8">
735
           <property name="text">
736
            <string> Axis aligned up</string>
737
           </property>
738
          </widget>
739
         </item>
740
         <item row="1" column="1">
741
          <widget class="QComboBox" name="axoUp">
742
           <property name="enabled">
743
            <bool>true</bool>
744
           </property>
745
           <item>
746
            <property name="text">
747
             <string>X +ve</string>
748
            </property>
749
           </item>
750
           <item>
751
            <property name="text">
752
             <string>Y +ve</string>
753
            </property>
754
           </item>
755
           <item>
756
            <property name="text">
757
             <string>Z +ve</string>
758
            </property>
759
           </item>
760
           <item>
761
            <property name="text">
762
             <string>X -ve</string>
763
            </property>
764
           </item>
765
           <item>
766
            <property name="text">
767
             <string>Y -ve</string>
768
            </property>
769
           </item>
770
           <item>
771
            <property name="text">
772
             <string>Z -ve</string>
773
            </property>
774
           </item>
775
          </widget>
776
         </item>
777
         <item row="2" column="0">
778
          <widget class="QLabel" name="label_9">
779
           <property name="text">
780
            <string>Axis out and right</string>
781
           </property>
782
          </widget>
783
         </item>
784
         <item row="2" column="1">
785
          <widget class="QComboBox" name="axoRight">
786
           <property name="enabled">
787
            <bool>true</bool>
788
           </property>
789
           <item>
790
            <property name="text">
791
             <string>Y +ve</string>
792
            </property>
793
           </item>
794
           <item>
795
            <property name="text">
796
             <string>Z +ve</string>
797
            </property>
798
           </item>
799
           <item>
800
            <property name="text">
801
             <string>Y -ve</string>
802
            </property>
803
           </item>
804
           <item>
805
            <property name="text">
806
             <string>Z -ve</string>
807
            </property>
808
           </item>
809
          </widget>
810
         </item>
811
         <item row="3" column="0">
812
          <widget class="QLabel" name="label_11">
813
           <property name="text">
814
            <string>Vertical tilt</string>
815
           </property>
816
          </widget>
817
         </item>
818
         <item row="3" column="1">
819
          <widget class="QPushButton" name="vert_flip">
820
           <property name="text">
821
            <string>Flip</string>
822
           </property>
823
           <property name="checkable">
824
            <bool>true</bool>
825
           </property>
826
           <property name="checked">
827
            <bool>false</bool>
828
           </property>
829
          </widget>
830
         </item>
831
         <item row="4" column="0">
832
          <widget class="QLabel" name="label_10">
833
           <property name="text">
834
            <string> Scale</string>
835
           </property>
836
          </widget>
837
         </item>
838
         <item row="4" column="1">
839
          <widget class="QLineEdit" name="axoScale">
840
           <property name="enabled">
841
            <bool>true</bool>
842
           </property>
843
          </widget>
844
         </item>
845
         <item row="5" column="0">
846
          <widget class="QLabel" name="label_12">
847
           <property name="text">
848
            <string> Trimetric</string>
849
           </property>
850
          </widget>
851
         </item>
852
         <item row="5" column="1">
853
          <widget class="QPushButton" name="tri_flip">
854
           <property name="enabled">
855
            <bool>false</bool>
856
           </property>
857
           <property name="text">
858
            <string>Flip</string>
859
           </property>
860
           <property name="checkable">
861
            <bool>true</bool>
862
           </property>
863
          </widget>
864
         </item>
865
        </layout>
866
       </item>
867
      </layout>
868
     </widget>
869
    </widget>
870
   </item>
871
   </layout>
872
 </widget>
873
 <resources/>
874
 <connections/>
875
</ui>
876

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

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

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

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