FreeCAD

Форк
0
/
TaskAttacher.ui 
419 строк · 12.7 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>PartGui::TaskAttacher</class>
4
 <widget class="QWidget" name="PartGui::TaskAttacher">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>271</width>
10
    <height>604</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string notr="true">Form</string>
15
  </property>
16
  <layout class="QVBoxLayout" name="verticalLayout">
17
   <item>
18
    <widget class="QLabel" name="message">
19
     <property name="text">
20
      <string>Selection accepted</string>
21
     </property>
22
     <property name="alignment">
23
      <set>Qt::AlignCenter</set>
24
     </property>
25
     <property name="wordWrap">
26
      <bool>true</bool>
27
     </property>
28
    </widget>
29
   </item>
30
   <item>
31
    <layout class="QHBoxLayout" name="horizontalLayout_3">
32
     <item>
33
      <widget class="QPushButton" name="buttonRef1">
34
       <property name="text">
35
        <string>Reference 1</string>
36
       </property>
37
       <property name="checkable">
38
        <bool>true</bool>
39
       </property>
40
      </widget>
41
     </item>
42
     <item>
43
      <widget class="QLineEdit" name="lineRef1"/>
44
     </item>
45
    </layout>
46
   </item>
47
   <item>
48
    <layout class="QHBoxLayout" name="horizontalLayout_5">
49
     <item>
50
      <widget class="QPushButton" name="buttonRef2">
51
       <property name="text">
52
        <string>Reference 2</string>
53
       </property>
54
       <property name="checkable">
55
        <bool>true</bool>
56
       </property>
57
      </widget>
58
     </item>
59
     <item>
60
      <widget class="QLineEdit" name="lineRef2"/>
61
     </item>
62
    </layout>
63
   </item>
64
   <item>
65
    <layout class="QHBoxLayout" name="horizontalLayout_6">
66
     <item>
67
      <widget class="QPushButton" name="buttonRef3">
68
       <property name="text">
69
        <string>Reference 3</string>
70
       </property>
71
       <property name="checkable">
72
        <bool>true</bool>
73
       </property>
74
      </widget>
75
     </item>
76
     <item>
77
      <widget class="QLineEdit" name="lineRef3"/>
78
     </item>
79
    </layout>
80
   </item>
81
   <item>
82
    <layout class="QHBoxLayout" name="horizontalLayout_7">
83
     <item>
84
      <widget class="QPushButton" name="buttonRef4">
85
       <property name="text">
86
        <string>Reference 4</string>
87
       </property>
88
       <property name="checkable">
89
        <bool>true</bool>
90
       </property>
91
      </widget>
92
     </item>
93
     <item>
94
      <widget class="QLineEdit" name="lineRef4"/>
95
     </item>
96
    </layout>
97
   </item>
98
   <item>
99
    <widget class="QLabel" name="label">
100
     <property name="text">
101
      <string>Attachment mode:</string>
102
     </property>
103
    </widget>
104
   </item>
105
   <item>
106
    <widget class="QListWidget" name="listOfModes">
107
     <property name="selectionMode">
108
      <enum>QAbstractItemView::SingleSelection</enum>
109
     </property>
110
    </widget>
111
   </item>
112
   <item>
113
    <widget class="QGroupBox" name="groupBox_AttachmentOffset">
114
     <property name="sizePolicy">
115
      <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
116
       <horstretch>0</horstretch>
117
       <verstretch>0</verstretch>
118
      </sizepolicy>
119
     </property>
120
     <property name="toolTip">
121
      <string/>
122
     </property>
123
     <property name="title">
124
      <string>Attachment Offset (in local coordinates):</string>
125
     </property>
126
     <layout class="QGridLayout" name="gridLayout">
127
      <item row="1" column="0">
128
       <widget class="QLabel" name="labelOffsetX">
129
        <property name="sizePolicy">
130
         <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
131
          <horstretch>0</horstretch>
132
          <verstretch>0</verstretch>
133
         </sizepolicy>
134
        </property>
135
        <property name="text">
136
         <string>In x-direction:</string>
137
        </property>
138
       </widget>
139
      </item>
140
      <item row="1" column="1">
141
       <widget class="Gui::PrefQuantitySpinBox" name="attachmentOffsetX">
142
        <property name="sizePolicy">
143
         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
144
          <horstretch>0</horstretch>
145
          <verstretch>0</verstretch>
146
         </sizepolicy>
147
        </property>
148
        <property name="minimumSize">
149
         <size>
150
          <width>0</width>
151
          <height>5</height>
152
         </size>
153
        </property>
154
        <property name="toolTip">
155
         <string>Note: The placement is expressed in local coordinate system
156
of object being attached.</string>
157
        </property>
158
        <property name="keyboardTracking">
159
         <bool>false</bool>
160
        </property>
161
       </widget>
162
      </item>
163
      <item row="2" column="0">
164
       <widget class="QLabel" name="labelOffsetY">
165
        <property name="sizePolicy">
166
         <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
167
          <horstretch>0</horstretch>
168
          <verstretch>0</verstretch>
169
         </sizepolicy>
170
        </property>
171
        <property name="text">
172
         <string>In y-direction:</string>
173
        </property>
174
       </widget>
175
      </item>
176
      <item row="2" column="1">
177
       <widget class="Gui::PrefQuantitySpinBox" name="attachmentOffsetY">
178
        <property name="sizePolicy">
179
         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
180
          <horstretch>0</horstretch>
181
          <verstretch>0</verstretch>
182
         </sizepolicy>
183
        </property>
184
        <property name="minimumSize">
185
         <size>
186
          <width>0</width>
187
          <height>5</height>
188
         </size>
189
        </property>
190
        <property name="toolTip">
191
         <string>Note: The placement is expressed in local coordinate system
192
of object being attached.</string>
193
        </property>
194
        <property name="keyboardTracking">
195
         <bool>false</bool>
196
        </property>
197
       </widget>
198
      </item>
199
      <item row="3" column="0">
200
       <widget class="QLabel" name="labelOffsetZ">
201
        <property name="sizePolicy">
202
         <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
203
          <horstretch>0</horstretch>
204
          <verstretch>0</verstretch>
205
         </sizepolicy>
206
        </property>
207
        <property name="text">
208
         <string>In z-direction:</string>
209
        </property>
210
       </widget>
211
      </item>
212
      <item row="3" column="1">
213
       <widget class="Gui::PrefQuantitySpinBox" name="attachmentOffsetZ">
214
        <property name="sizePolicy">
215
         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
216
          <horstretch>0</horstretch>
217
          <verstretch>0</verstretch>
218
         </sizepolicy>
219
        </property>
220
        <property name="minimumSize">
221
         <size>
222
          <width>0</width>
223
          <height>5</height>
224
         </size>
225
        </property>
226
        <property name="toolTip">
227
         <string>Note: The placement is expressed in local coordinate system
228
of object being attached.</string>
229
        </property>
230
        <property name="keyboardTracking">
231
         <bool>false</bool>
232
        </property>
233
       </widget>
234
      </item>
235
      <item row="4" column="0">
236
       <widget class="QLabel" name="labelRoll">
237
        <property name="sizePolicy">
238
         <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
239
          <horstretch>0</horstretch>
240
          <verstretch>0</verstretch>
241
         </sizepolicy>
242
        </property>
243
        <property name="text">
244
         <string>Around x-axis:</string>
245
        </property>
246
       </widget>
247
      </item>
248
      <item row="4" column="1">
249
       <widget class="Gui::QuantitySpinBox" name="attachmentOffsetRoll">
250
        <property name="sizePolicy">
251
         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
252
          <horstretch>0</horstretch>
253
          <verstretch>0</verstretch>
254
         </sizepolicy>
255
        </property>
256
        <property name="toolTip">
257
         <string>Rotation around the x-axis
258
Note: The placement is expressed in local coordinate system
259
of object being attached.</string>
260
        </property>
261
        <property name="keyboardTracking">
262
         <bool>false</bool>
263
        </property>
264
        <property name="unit" stdset="0">
265
         <string notr="true">deg</string>
266
        </property>
267
        <property name="minimum">
268
         <double>-360.000000000000000</double>
269
        </property>
270
        <property name="maximum">
271
         <double>360.000000000000000</double>
272
        </property>
273
       </widget>
274
      </item>
275
      <item row="5" column="0">
276
       <widget class="QLabel" name="labelPitch">
277
        <property name="sizePolicy">
278
         <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
279
          <horstretch>0</horstretch>
280
          <verstretch>0</verstretch>
281
         </sizepolicy>
282
        </property>
283
        <property name="text">
284
         <string>Around y-axis:</string>
285
        </property>
286
       </widget>
287
      </item>
288
      <item row="5" column="1">
289
       <widget class="Gui::QuantitySpinBox" name="attachmentOffsetPitch">
290
        <property name="sizePolicy">
291
         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
292
          <horstretch>0</horstretch>
293
          <verstretch>0</verstretch>
294
         </sizepolicy>
295
        </property>
296
        <property name="toolTip">
297
         <string>Rotation around the y-axis
298
Note: The placement is expressed in local coordinate system
299
of object being attached.</string>
300
        </property>
301
        <property name="keyboardTracking">
302
         <bool>false</bool>
303
        </property>
304
        <property name="unit" stdset="0">
305
         <string notr="true">deg</string>
306
        </property>
307
        <property name="minimum">
308
         <double>-360.000000000000000</double>
309
        </property>
310
        <property name="maximum">
311
         <double>360.000000000000000</double>
312
        </property>
313
       </widget>
314
      </item>
315
      <item row="6" column="0">
316
       <widget class="QLabel" name="labelYaw">
317
        <property name="sizePolicy">
318
         <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
319
          <horstretch>0</horstretch>
320
          <verstretch>0</verstretch>
321
         </sizepolicy>
322
        </property>
323
        <property name="text">
324
         <string>Around z-axis:</string>
325
        </property>
326
       </widget>
327
      </item>
328
      <item row="6" column="1">
329
       <widget class="Gui::QuantitySpinBox" name="attachmentOffsetYaw">
330
        <property name="sizePolicy">
331
         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
332
          <horstretch>0</horstretch>
333
          <verstretch>0</verstretch>
334
         </sizepolicy>
335
        </property>
336
        <property name="toolTip">
337
         <string>Rotation around the z-axis
338
Note: The placement is expressed in local coordinate system
339
of object being attached.</string>
340
        </property>
341
        <property name="keyboardTracking">
342
         <bool>false</bool>
343
        </property>
344
        <property name="unit" stdset="0">
345
         <string notr="true">deg</string>
346
        </property>
347
        <property name="minimum">
348
         <double>-360.000000000000000</double>
349
        </property>
350
        <property name="maximum">
351
         <double>360.000000000000000</double>
352
        </property>
353
       </widget>
354
      </item>
355
     </layout>
356
    </widget>
357
   </item>
358
   <item>
359
    <widget class="QCheckBox" name="checkBoxFlip">
360
     <property name="toolTip">
361
      <string>Flip side of attachment and offset</string>
362
     </property>
363
     <property name="text">
364
      <string>Flip sides</string>
365
     </property>
366
    </widget>
367
   </item>
368
  </layout>
369
 </widget>
370
 <customwidgets>
371
  <customwidget>
372
   <class>Gui::QuantitySpinBox</class>
373
   <extends>QWidget</extends>
374
   <header>Gui/QuantitySpinBox.h</header>
375
  </customwidget>
376
  <customwidget>
377
   <class>Gui::PrefQuantitySpinBox</class>
378
   <extends>Gui::QuantitySpinBox</extends>
379
   <header>Gui/PrefWidgets.h</header>
380
  </customwidget>
381
 </customwidgets>
382
 <tabstops>
383
  <tabstop>buttonRef1</tabstop>
384
  <tabstop>lineRef1</tabstop>
385
  <tabstop>buttonRef2</tabstop>
386
  <tabstop>lineRef2</tabstop>
387
  <tabstop>buttonRef3</tabstop>
388
  <tabstop>lineRef3</tabstop>
389
  <tabstop>buttonRef4</tabstop>
390
  <tabstop>lineRef4</tabstop>
391
  <tabstop>listOfModes</tabstop>
392
  <tabstop>attachmentOffsetX</tabstop>
393
  <tabstop>attachmentOffsetY</tabstop>
394
  <tabstop>attachmentOffsetZ</tabstop>
395
  <tabstop>attachmentOffsetRoll</tabstop>
396
  <tabstop>attachmentOffsetPitch</tabstop>
397
  <tabstop>attachmentOffsetYaw</tabstop>
398
  <tabstop>checkBoxFlip</tabstop>
399
 </tabstops>
400
 <resources/>
401
 <connections/>
402
 <designerdata>
403
  <property name="gridDeltaX">
404
   <number>10</number>
405
  </property>
406
  <property name="gridDeltaY">
407
   <number>10</number>
408
  </property>
409
  <property name="gridSnapX">
410
   <bool>true</bool>
411
  </property>
412
  <property name="gridSnapY">
413
   <bool>true</bool>
414
  </property>
415
  <property name="gridVisible">
416
   <bool>true</bool>
417
  </property>
418
 </designerdata>
419
</ui>
420

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

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

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

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