FreeCAD

Форк
0
/
TaskSectionView.ui 
500 строк · 15.0 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>TechDrawGui::TaskSectionView</class>
4
 <widget class="QWidget" name="TechDrawGui::TaskSectionView">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>370</width>
10
    <height>508</height>
11
   </rect>
12
  </property>
13
  <property name="sizePolicy">
14
   <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
15
    <horstretch>0</horstretch>
16
    <verstretch>0</verstretch>
17
   </sizepolicy>
18
  </property>
19
  <property name="windowTitle">
20
   <string>Section Parameters</string>
21
  </property>
22
  <layout class="QVBoxLayout" name="verticalLayout_3">
23
   <item>
24
    <layout class="QGridLayout" name="gridLayout_4">
25
     <item row="0" column="0">
26
      <widget class="QLabel" name="label_7">
27
       <property name="text">
28
        <string>BaseView</string>
29
       </property>
30
      </widget>
31
     </item>
32
     <item row="0" column="1">
33
      <spacer name="horizontalSpacer_4">
34
       <property name="orientation">
35
        <enum>Qt::Horizontal</enum>
36
       </property>
37
       <property name="sizeHint" stdset="0">
38
        <size>
39
         <width>40</width>
40
         <height>20</height>
41
        </size>
42
       </property>
43
      </spacer>
44
     </item>
45
     <item row="0" column="2">
46
      <widget class="QLineEdit" name="leBaseView">
47
       <property name="enabled">
48
        <bool>false</bool>
49
       </property>
50
       <property name="minimumSize">
51
        <size>
52
         <width>0</width>
53
         <height>22</height>
54
        </size>
55
       </property>
56
      </widget>
57
     </item>
58
     <item row="1" column="0">
59
      <widget class="QLabel" name="label_2">
60
       <property name="text">
61
        <string>Identifier</string>
62
       </property>
63
      </widget>
64
     </item>
65
     <item row="1" column="2">
66
      <widget class="QLineEdit" name="leSymbol">
67
       <property name="minimumSize">
68
        <size>
69
         <width>0</width>
70
         <height>22</height>
71
        </size>
72
       </property>
73
       <property name="toolTip">
74
        <string>Identifier for this section</string>
75
       </property>
76
      </widget>
77
     </item>
78
     <item row="2" column="0">
79
      <widget class="QLabel" name="label_3">
80
       <property name="text">
81
        <string>Scale Type</string>
82
       </property>
83
      </widget>
84
     </item>
85
     <item row="2" column="2">
86
      <widget class="QComboBox" name="cmbScaleType">
87
       <property name="minimumSize">
88
        <size>
89
         <width>0</width>
90
         <height>22</height>
91
        </size>
92
       </property>
93
       <property name="toolTip">
94
        <string>Scale Page/Auto/Custom</string>
95
       </property>
96
       <item>
97
        <property name="text">
98
         <string>Page</string>
99
        </property>
100
       </item>
101
       <item>
102
        <property name="text">
103
         <string>Automatic</string>
104
        </property>
105
       </item>
106
       <item>
107
        <property name="text">
108
         <string>Custom</string>
109
        </property>
110
       </item>
111
      </widget>
112
     </item>
113
     <item row="3" column="0">
114
      <widget class="QLabel" name="label">
115
       <property name="text">
116
        <string>Scale</string>
117
       </property>
118
      </widget>
119
     </item>
120
     <item row="3" column="2">
121
      <widget class="QDoubleSpinBox" name="sbScale">
122
       <property name="toolTip">
123
        <string>Scale factor for the section view</string>
124
       </property>
125
       <property name="alignment">
126
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
127
       </property>
128
       <property name="decimals">
129
        <number>6</number>
130
       </property>
131
       <property name="maximum">
132
        <double>999.000000000000000</double>
133
       </property>
134
       <property name="value">
135
        <double>1.000000000000000</double>
136
       </property>
137
      </widget>
138
     </item>
139
    </layout>
140
   </item>
141
   <item>
142
    <widget class="QGroupBox" name="gbOrientation">
143
     <property name="sizePolicy">
144
      <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
145
       <horstretch>0</horstretch>
146
       <verstretch>0</verstretch>
147
      </sizepolicy>
148
     </property>
149
     <property name="title">
150
      <string>Set View Direction</string>
151
     </property>
152
     <layout class="QVBoxLayout" name="verticalLayout_2">
153
      <item>
154
       <layout class="QHBoxLayout" name="viewDirectionLayout"/>
155
      </item>
156
      <item>
157
       <layout class="QGridLayout" name="gridLayout_3">
158
        <item row="0" column="0">
159
         <widget class="QPushButton" name="pbUp">
160
          <property name="maximumSize">
161
           <size>
162
            <width>50</width>
163
            <height>50</height>
164
           </size>
165
          </property>
166
          <property name="toolTip">
167
           <string>Preset view direction looking up.</string>
168
          </property>
169
          <property name="statusTip">
170
           <string/>
171
          </property>
172
          <property name="whatsThis">
173
           <string/>
174
          </property>
175
          <property name="text">
176
           <string/>
177
          </property>
178
          <property name="icon">
179
           <iconset>
180
            <normalon>:/icons/actions/section-up.svg</normalon>
181
           </iconset>
182
          </property>
183
          <property name="iconSize">
184
           <size>
185
            <width>48</width>
186
            <height>48</height>
187
           </size>
188
          </property>
189
          <property name="checkable">
190
           <bool>true</bool>
191
          </property>
192
         </widget>
193
        </item>
194
        <item row="0" column="1">
195
         <widget class="QPushButton" name="pbDown">
196
          <property name="maximumSize">
197
           <size>
198
            <width>50</width>
199
            <height>50</height>
200
           </size>
201
          </property>
202
          <property name="toolTip">
203
           <string>Preset view direction looking down.</string>
204
          </property>
205
          <property name="text">
206
           <string/>
207
          </property>
208
          <property name="icon">
209
           <iconset>
210
            <normalon>:/icons/actions/section-down.svg</normalon>
211
           </iconset>
212
          </property>
213
          <property name="iconSize">
214
           <size>
215
            <width>48</width>
216
            <height>48</height>
217
           </size>
218
          </property>
219
          <property name="checkable">
220
           <bool>true</bool>
221
          </property>
222
         </widget>
223
        </item>
224
        <item row="0" column="2">
225
         <widget class="QPushButton" name="pbLeft">
226
          <property name="maximumSize">
227
           <size>
228
            <width>50</width>
229
            <height>50</height>
230
           </size>
231
          </property>
232
          <property name="toolTip">
233
           <string>Preset view direction looking left.</string>
234
          </property>
235
          <property name="text">
236
           <string/>
237
          </property>
238
          <property name="icon">
239
           <iconset>
240
            <normalon>:/icons/actions/section-left.svg</normalon>
241
           </iconset>
242
          </property>
243
          <property name="iconSize">
244
           <size>
245
            <width>48</width>
246
            <height>48</height>
247
           </size>
248
          </property>
249
          <property name="checkable">
250
           <bool>true</bool>
251
          </property>
252
         </widget>
253
        </item>
254
        <item row="0" column="3">
255
         <widget class="QPushButton" name="pbRight">
256
          <property name="maximumSize">
257
           <size>
258
            <width>50</width>
259
            <height>50</height>
260
           </size>
261
          </property>
262
          <property name="toolTip">
263
           <string>Preset view direction looking right.</string>
264
          </property>
265
          <property name="text">
266
           <string/>
267
          </property>
268
          <property name="icon">
269
           <iconset>
270
            <normalon>:/icons/actions/section-right.svg</normalon>
271
           </iconset>
272
          </property>
273
          <property name="iconSize">
274
           <size>
275
            <width>48</width>
276
            <height>48</height>
277
           </size>
278
          </property>
279
          <property name="checkable">
280
           <bool>true</bool>
281
          </property>
282
         </widget>
283
        </item>
284
       </layout>
285
      </item>
286
      <item>
287
       <layout class="QVBoxLayout" name="compassLayout"/>
288
      </item>
289
     </layout>
290
    </widget>
291
   </item>
292
   <item>
293
    <widget class="QGroupBox" name="gbPlane">
294
     <property name="toolTip">
295
      <string>Position from the 3D origin of the object in the view</string>
296
     </property>
297
     <property name="title">
298
      <string>Section Plane Location</string>
299
     </property>
300
     <layout class="QVBoxLayout" name="verticalLayoutPlane">
301
      <item>
302
       <layout class="QGridLayout" name="gridLayout_2">
303
        <item row="0" column="0">
304
         <widget class="QLabel" name="label_10">
305
          <property name="sizePolicy">
306
           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
307
            <horstretch>0</horstretch>
308
            <verstretch>0</verstretch>
309
           </sizepolicy>
310
          </property>
311
          <property name="minimumSize">
312
           <size>
313
            <width>0</width>
314
            <height>0</height>
315
           </size>
316
          </property>
317
          <property name="text">
318
           <string>X</string>
319
          </property>
320
         </widget>
321
        </item>
322
        <item row="0" column="1">
323
         <spacer name="horizontalSpacer_3">
324
          <property name="orientation">
325
           <enum>Qt::Horizontal</enum>
326
          </property>
327
          <property name="sizeHint" stdset="0">
328
           <size>
329
            <width>40</width>
330
            <height>20</height>
331
           </size>
332
          </property>
333
         </spacer>
334
        </item>
335
        <item row="0" column="2">
336
         <widget class="Gui::QuantitySpinBox" name="sbOrgX">
337
          <property name="sizePolicy">
338
           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
339
            <horstretch>0</horstretch>
340
            <verstretch>0</verstretch>
341
           </sizepolicy>
342
          </property>
343
          <property name="minimumSize">
344
           <size>
345
            <width>150</width>
346
            <height>22</height>
347
           </size>
348
          </property>
349
          <property name="keyboardTracking">
350
           <bool>false</bool>
351
          </property>
352
          <property name="unit" stdset="0">
353
           <string notr="true"/>
354
          </property>
355
         </widget>
356
        </item>
357
        <item row="1" column="0" colspan="2">
358
         <widget class="QLabel" name="label_11">
359
          <property name="sizePolicy">
360
           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
361
            <horstretch>0</horstretch>
362
            <verstretch>0</verstretch>
363
           </sizepolicy>
364
          </property>
365
          <property name="minimumSize">
366
           <size>
367
            <width>0</width>
368
            <height>0</height>
369
           </size>
370
          </property>
371
          <property name="text">
372
           <string>Y</string>
373
          </property>
374
         </widget>
375
        </item>
376
        <item row="1" column="2">
377
         <widget class="Gui::QuantitySpinBox" name="sbOrgY">
378
          <property name="sizePolicy">
379
           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
380
            <horstretch>0</horstretch>
381
            <verstretch>0</verstretch>
382
           </sizepolicy>
383
          </property>
384
          <property name="minimumSize">
385
           <size>
386
            <width>150</width>
387
            <height>22</height>
388
           </size>
389
          </property>
390
          <property name="keyboardTracking">
391
           <bool>false</bool>
392
          </property>
393
          <property name="unit" stdset="0">
394
           <string notr="true"/>
395
          </property>
396
         </widget>
397
        </item>
398
        <item row="2" column="0" colspan="2">
399
         <widget class="QLabel" name="label_12">
400
          <property name="sizePolicy">
401
           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
402
            <horstretch>0</horstretch>
403
            <verstretch>0</verstretch>
404
           </sizepolicy>
405
          </property>
406
          <property name="minimumSize">
407
           <size>
408
            <width>0</width>
409
            <height>0</height>
410
           </size>
411
          </property>
412
          <property name="text">
413
           <string>Z</string>
414
          </property>
415
         </widget>
416
        </item>
417
        <item row="2" column="2">
418
         <widget class="Gui::QuantitySpinBox" name="sbOrgZ">
419
          <property name="sizePolicy">
420
           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
421
            <horstretch>0</horstretch>
422
            <verstretch>0</verstretch>
423
           </sizepolicy>
424
          </property>
425
          <property name="minimumSize">
426
           <size>
427
            <width>150</width>
428
            <height>22</height>
429
           </size>
430
          </property>
431
          <property name="keyboardTracking">
432
           <bool>false</bool>
433
          </property>
434
          <property name="unit" stdset="0">
435
           <string notr="true"/>
436
          </property>
437
         </widget>
438
        </item>
439
       </layout>
440
      </item>
441
     </layout>
442
    </widget>
443
   </item>
444
   <item>
445
    <widget class="QGroupBox" name="gbUpdate">
446
     <property name="title">
447
      <string>Preview</string>
448
     </property>
449
     <layout class="QVBoxLayout" name="verticalLayoutUpdate">
450
      <item>
451
       <layout class="QGridLayout" name="gridLayout_5">
452
        <item row="0" column="1">
453
         <widget class="QPushButton" name="pbUpdateNow">
454
          <property name="toolTip">
455
           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Rebuild display now.  May be slow for complex models.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
456
          </property>
457
          <property name="text">
458
           <string>Update Now</string>
459
          </property>
460
         </widget>
461
        </item>
462
        <item row="0" column="0">
463
         <widget class="QCheckBox" name="cbLiveUpdate">
464
          <property name="toolTip">
465
           <string>Check to update display after every property change.</string>
466
          </property>
467
          <property name="text">
468
           <string>Live Update</string>
469
          </property>
470
         </widget>
471
        </item>
472
        <item row="1" column="0">
473
         <widget class="QLabel" name="lPendingUpdates">
474
          <property name="enabled">
475
           <bool>true</bool>
476
          </property>
477
          <property name="text">
478
           <string/>
479
          </property>
480
         </widget>
481
        </item>
482
       </layout>
483
      </item>
484
     </layout>
485
    </widget>
486
   </item>
487
  </layout>
488
 </widget>
489
 <customwidgets>
490
  <customwidget>
491
   <class>Gui::QuantitySpinBox</class>
492
   <extends>QWidget</extends>
493
   <header>Gui/QuantitySpinBox.h</header>
494
  </customwidget>
495
 </customwidgets>
496
 <resources>
497
  <include location="Resources/TechDraw.qrc"/>
498
 </resources>
499
 <connections/>
500
</ui>
501

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

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

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

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