FreeCAD

Форк
0
/
TaskDimension.ui 
434 строки · 14.1 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>TechDrawGui::TaskDimension</class>
4
 <widget class="QWidget" name="TechDrawGui::TaskDimension">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>371</width>
10
    <height>698</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Dimension</string>
15
  </property>
16
  <layout class="QVBoxLayout" name="verticalLayout_4">
17
   <item>
18
    <widget class="QGroupBox" name="gbTolerancing">
19
     <property name="title">
20
      <string>Tolerancing</string>
21
     </property>
22
     <layout class="QVBoxLayout" name="verticalLayout_2">
23
      <item>
24
       <layout class="QGridLayout" name="gridLayout_2">
25
        <item row="0" column="0">
26
         <widget class="QCheckBox" name="cbTheoreticallyExact">
27
          <property name="toolTip">
28
           <string>If theoretical exact (basic) dimension</string>
29
          </property>
30
          <property name="text">
31
           <string>Theoretically Exact</string>
32
          </property>
33
         </widget>
34
        </item>
35
        <item row="1" column="0">
36
         <widget class="QCheckBox" name="cbEqualTolerance">
37
          <property name="toolTip">
38
           <string>Assign same value to over and under tolerance</string>
39
          </property>
40
          <property name="text">
41
           <string>Equal Tolerance</string>
42
          </property>
43
         </widget>
44
        </item>
45
        <item row="2" column="0">
46
         <widget class="QLabel" name="label_2">
47
          <property name="text">
48
           <string>Overtolerance:</string>
49
          </property>
50
         </widget>
51
        </item>
52
        <item row="2" column="1">
53
         <widget class="Gui::QuantitySpinBox" name="qsbOvertolerance">
54
          <property name="minimumSize">
55
           <size>
56
            <width>0</width>
57
            <height>20</height>
58
           </size>
59
          </property>
60
          <property name="toolTip">
61
           <string>Overtolerance value
62
If 'Equal Tolerance' is checked this is also
63
the negated value for 'Under Tolerance'.</string>
64
          </property>
65
          <property name="alignment">
66
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
67
          </property>
68
          <property name="singleStep">
69
           <double>0.100000000000000</double>
70
          </property>
71
          <property name="value">
72
           <double>0.000000000000000</double>
73
          </property>
74
         </widget>
75
        </item>
76
        <item row="3" column="0">
77
         <widget class="QLabel" name="label_8">
78
          <property name="text">
79
           <string>Undertolerance:</string>
80
          </property>
81
         </widget>
82
        </item>
83
        <item row="3" column="1">
84
         <widget class="Gui::QuantitySpinBox" name="qsbUndertolerance">
85
          <property name="minimumSize">
86
           <size>
87
            <width>0</width>
88
            <height>20</height>
89
           </size>
90
          </property>
91
          <property name="toolTip">
92
           <string>Undertolerance value
93
If 'Equal Tolerance' is checked it will be replaced
94
by negative value of 'Over Tolerance'.</string>
95
          </property>
96
          <property name="alignment">
97
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
98
          </property>
99
          <property name="singleStep">
100
           <double>0.100000000000000</double>
101
          </property>
102
          <property name="value">
103
           <double>0.000000000000000</double>
104
          </property>
105
         </widget>
106
        </item>
107
       </layout>
108
      </item>
109
     </layout>
110
    </widget>
111
   </item>
112
   <item>
113
    <widget class="QGroupBox" name="gbFormatting">
114
     <property name="title">
115
      <string>Formatting</string>
116
     </property>
117
     <layout class="QVBoxLayout" name="verticalLayout">
118
      <item>
119
       <layout class="QGridLayout" name="gridLayout">
120
        <item row="0" column="0">
121
         <widget class="QLabel" name="label_11">
122
          <property name="text">
123
           <string>Format Specifier:</string>
124
          </property>
125
         </widget>
126
        </item>
127
        <item row="0" column="1">
128
         <widget class="QLineEdit" name="leFormatSpecifier">
129
          <property name="toolTip">
130
           <string>Text to be displayed</string>
131
          </property>
132
         </widget>
133
        </item>
134
        <item row="1" column="0">
135
         <widget class="QCheckBox" name="cbArbitrary">
136
          <property name="toolTip">
137
           <string>If checked the content of 'Format Spec' will
138
be used instead of the dimension value</string>
139
          </property>
140
          <property name="text">
141
           <string>Arbitrary Text</string>
142
          </property>
143
         </widget>
144
        </item>
145
        <item row="2" column="0">
146
         <widget class="QLabel" name="label">
147
          <property name="text">
148
           <string>OverTolerance Format Specifier:</string>
149
          </property>
150
         </widget>
151
        </item>
152
        <item row="2" column="1">
153
         <widget class="QLineEdit" name="leFormatSpecifierOverTolerance">
154
          <property name="toolTip">
155
           <string>Specifies the overtolerance format in printf() style, or arbitrary text</string>
156
          </property>
157
         </widget>
158
        </item>
159
        <item row="3" column="0">
160
         <widget class="QLabel" name="label_12">
161
          <property name="text">
162
           <string>UnderTolerance Format Specifier:</string>
163
          </property>
164
         </widget>
165
        </item>
166
        <item row="3" column="1">
167
         <widget class="QLineEdit" name="leFormatSpecifierUnderTolerance">
168
          <property name="toolTip">
169
           <string>Specifies the undertolerance format in printf() style, or arbitrary text</string>
170
          </property>
171
         </widget>
172
        </item>
173
        <item row="4" column="0">
174
         <widget class="QCheckBox" name="cbArbitraryTolerances">
175
          <property name="toolTip">
176
           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;If checked the content of tolerance format spec  will&lt;/p&gt;&lt;p&gt;be used instead of the tolerance value&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
177
          </property>
178
          <property name="text">
179
           <string>Arbitrary Tolerance Text</string>
180
          </property>
181
         </widget>
182
        </item>
183
       </layout>
184
      </item>
185
     </layout>
186
    </widget>
187
   </item>
188
   <item>
189
    <widget class="QGroupBox" name="gbDisplayStyle">
190
     <property name="title">
191
      <string>Display Style</string>
192
     </property>
193
     <layout class="QVBoxLayout" name="verticalLayout_3">
194
      <item>
195
       <layout class="QGridLayout" name="gridLayout_3">
196
        <item row="0" column="0">
197
         <widget class="QCheckBox" name="cbArrowheads">
198
          <property name="toolTip">
199
           <string>Reverses usual direction of dimension line terminators</string>
200
          </property>
201
          <property name="text">
202
           <string>Flip Arrowheads</string>
203
          </property>
204
         </widget>
205
        </item>
206
        <item row="1" column="0">
207
         <widget class="QLabel" name="label_5">
208
          <property name="text">
209
           <string>Color:</string>
210
          </property>
211
         </widget>
212
        </item>
213
        <item row="1" column="1">
214
         <widget class="Gui::ColorButton" name="dimensionColor">
215
          <property name="toolTip">
216
           <string>Color of the dimension</string>
217
          </property>
218
          <property name="color">
219
           <color>
220
            <red>0</red>
221
            <green>0</green>
222
            <blue>0</blue>
223
           </color>
224
          </property>
225
         </widget>
226
        </item>
227
        <item row="2" column="0">
228
         <widget class="QLabel" name="label_7">
229
          <property name="text">
230
           <string>Font Size:</string>
231
          </property>
232
         </widget>
233
        </item>
234
        <item row="2" column="1">
235
         <widget class="Gui::QuantitySpinBox" name="qsbFontSize">
236
          <property name="sizePolicy">
237
           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
238
            <horstretch>0</horstretch>
239
            <verstretch>0</verstretch>
240
           </sizepolicy>
241
          </property>
242
          <property name="minimumSize">
243
           <size>
244
            <width>0</width>
245
            <height>20</height>
246
           </size>
247
          </property>
248
          <property name="toolTip">
249
           <string>Fontsize for 'Text'</string>
250
          </property>
251
          <property name="alignment">
252
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
253
          </property>
254
          <property name="minimum">
255
           <double>0.000000000000000</double>
256
          </property>
257
          <property name="value">
258
           <double>4.000000000000000</double>
259
          </property>
260
          <property name="prefEntry" stdset="0">
261
           <cstring>FontSize</cstring>
262
          </property>
263
          <property name="prefPath" stdset="0">
264
           <cstring>/Mod/TechDraw/Dimensions</cstring>
265
          </property>
266
         </widget>
267
        </item>
268
        <item row="3" column="0">
269
         <widget class="QLabel" name="label_4">
270
          <property name="text">
271
           <string>Drawing Style:</string>
272
          </property>
273
         </widget>
274
        </item>
275
        <item row="3" column="1">
276
         <widget class="QComboBox" name="comboDrawingStyle">
277
          <property name="toolTip">
278
           <string>Standard and style according to which dimension is drawn</string>
279
          </property>
280
          <item>
281
           <property name="text">
282
            <string>ISO Oriented</string>
283
           </property>
284
          </item>
285
          <item>
286
           <property name="text">
287
            <string>ISO Referencing</string>
288
           </property>
289
          </item>
290
          <item>
291
           <property name="text">
292
            <string>ASME Inlined</string>
293
           </property>
294
          </item>
295
          <item>
296
           <property name="text">
297
            <string>ASME Referencing</string>
298
           </property>
299
          </item>
300
         </widget>
301
        </item>
302
       </layout>
303
      </item>
304
     </layout>
305
    </widget>
306
   </item>
307
   <item>
308
    <widget class="QGroupBox" name="gbLines">
309
     <property name="title">
310
      <string>Lines</string>
311
     </property>
312
     <layout class="QVBoxLayout" name="verticalLayout_5">
313
      <item>
314
       <layout class="QGridLayout" name="gridLayout_4">
315
        <item row="0" column="0">
316
         <widget class="QRadioButton" name="rbOverride">
317
          <property name="toolTip">
318
           <string>Use override angles if checked. Use default angles if unchecked.</string>
319
          </property>
320
          <property name="text">
321
           <string>Override angles</string>
322
          </property>
323
         </widget>
324
        </item>
325
        <item row="1" column="0">
326
         <widget class="QLabel" name="label_3">
327
          <property name="text">
328
           <string>Dimension line angle</string>
329
          </property>
330
         </widget>
331
        </item>
332
        <item row="1" column="1">
333
         <widget class="QDoubleSpinBox" name="dsbDimAngle">
334
          <property name="toolTip">
335
           <string>Angle of dimension line with drawing X axis (degrees)</string>
336
          </property>
337
          <property name="alignment">
338
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
339
          </property>
340
          <property name="minimum">
341
           <double>-360.000000000000000</double>
342
          </property>
343
          <property name="maximum">
344
           <double>360.000000000000000</double>
345
          </property>
346
         </widget>
347
        </item>
348
        <item row="2" column="0">
349
         <widget class="QPushButton" name="pbDimUseDefault">
350
          <property name="toolTip">
351
           <string>Set dimension line angle to default (ortho view).</string>
352
          </property>
353
          <property name="text">
354
           <string>Use default</string>
355
          </property>
356
         </widget>
357
        </item>
358
        <item row="2" column="1">
359
         <widget class="QPushButton" name="pbDimUseSelection">
360
          <property name="toolTip">
361
           <string>Set dimension line angle to match selected edge or vertices.</string>
362
          </property>
363
          <property name="text">
364
           <string>Use selection</string>
365
          </property>
366
         </widget>
367
        </item>
368
        <item row="3" column="0">
369
         <widget class="QLabel" name="label_6">
370
          <property name="text">
371
           <string>Extension line angle</string>
372
          </property>
373
         </widget>
374
        </item>
375
        <item row="3" column="1">
376
         <widget class="QDoubleSpinBox" name="dsbExtAngle">
377
          <property name="toolTip">
378
           <string>Angle of extension lines with drawing X axis (degrees)</string>
379
          </property>
380
          <property name="alignment">
381
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
382
          </property>
383
          <property name="minimum">
384
           <double>-360.000000000000000</double>
385
          </property>
386
          <property name="maximum">
387
           <double>360.000000000000000</double>
388
          </property>
389
         </widget>
390
        </item>
391
        <item row="4" column="0">
392
         <widget class="QPushButton" name="pbExtUseDefault">
393
          <property name="toolTip">
394
           <string>Set extension line angle to default (ortho).</string>
395
          </property>
396
          <property name="text">
397
           <string>Use default</string>
398
          </property>
399
         </widget>
400
        </item>
401
        <item row="4" column="1">
402
         <widget class="QPushButton" name="pbExtUseSelection">
403
          <property name="toolTip">
404
           <string>Set extension line angle to match selected edge or vertices.</string>
405
          </property>
406
          <property name="text">
407
           <string>Use selection</string>
408
          </property>
409
         </widget>
410
        </item>
411
       </layout>
412
      </item>
413
     </layout>
414
    </widget>
415
   </item>
416
  </layout>
417
 </widget>
418
 <customwidgets>
419
  <customwidget>
420
   <class>Gui::QuantitySpinBox</class>
421
   <extends>QWidget</extends>
422
   <header>Gui/QuantitySpinBox.h</header>
423
  </customwidget>
424
  <customwidget>
425
   <class>Gui::ColorButton</class>
426
   <extends>QPushButton</extends>
427
   <header>Gui/Widgets.h</header>
428
  </customwidget>
429
 </customwidgets>
430
 <resources>
431
  <include location="Resources/TechDraw.qrc"/>
432
 </resources>
433
 <connections/>
434
</ui>
435

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

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

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

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