FreeCAD

Форк
0
/
DlgRevolution.ui 
352 строки · 10.4 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>PartGui::DlgRevolution</class>
4
 <widget class="QDialog" name="PartGui::DlgRevolution">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>426</width>
10
    <height>599</height>
11
   </rect>
12
  </property>
13
  <property name="minimumSize">
14
   <size>
15
    <width>0</width>
16
    <height>0</height>
17
   </size>
18
  </property>
19
  <property name="windowTitle">
20
   <string>Revolve</string>
21
  </property>
22
  <layout class="QGridLayout">
23
   <property name="margin">
24
    <number>9</number>
25
   </property>
26
   <property name="spacing">
27
    <number>6</number>
28
   </property>
29
   <item row="0" column="3">
30
    <widget class="QTreeWidget" name="treeWidget">
31
     <property name="selectionMode">
32
      <enum>QAbstractItemView::ExtendedSelection</enum>
33
     </property>
34
     <property name="indentation">
35
      <number>20</number>
36
     </property>
37
     <property name="rootIsDecorated">
38
      <bool>false</bool>
39
     </property>
40
     <column>
41
      <property name="text">
42
       <string>Shape</string>
43
      </property>
44
     </column>
45
    </widget>
46
   </item>
47
   <item row="1" column="3" rowspan="2">
48
    <widget class="QGroupBox" name="groupBox">
49
     <property name="minimumSize">
50
      <size>
51
       <width>0</width>
52
       <height>0</height>
53
      </size>
54
     </property>
55
     <property name="title">
56
      <string>Revolution axis</string>
57
     </property>
58
     <layout class="QVBoxLayout" name="verticalLayout">
59
      <item>
60
       <layout class="QGridLayout" name="gridLayout_1">
61
        <item row="0" column="0">
62
         <widget class="QLabel" name="label">
63
          <property name="text">
64
           <string>Center X:</string>
65
          </property>
66
         </widget>
67
        </item>
68
        <item row="0" column="1">
69
         <widget class="Gui::QuantitySpinBox" name="xPos">
70
          <property name="sizePolicy">
71
           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
72
            <horstretch>0</horstretch>
73
            <verstretch>0</verstretch>
74
           </sizepolicy>
75
          </property>
76
          <property name="unit" stdset="0">
77
           <string notr="true">mm</string>
78
          </property>
79
         </widget>
80
        </item>
81
        <item row="1" column="0">
82
         <widget class="QLabel" name="label_2">
83
          <property name="text">
84
           <string>Center Y:</string>
85
          </property>
86
         </widget>
87
        </item>
88
        <item row="1" column="1">
89
         <widget class="Gui::QuantitySpinBox" name="yPos">
90
          <property name="sizePolicy">
91
           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
92
            <horstretch>0</horstretch>
93
            <verstretch>0</verstretch>
94
           </sizepolicy>
95
          </property>
96
          <property name="unit" stdset="0">
97
           <string notr="true">mm</string>
98
          </property>
99
         </widget>
100
        </item>
101
        <item row="2" column="0">
102
         <widget class="QLabel" name="label_3">
103
          <property name="text">
104
           <string>Center Z:</string>
105
          </property>
106
         </widget>
107
        </item>
108
        <item row="2" column="1">
109
         <widget class="Gui::QuantitySpinBox" name="zPos">
110
          <property name="sizePolicy">
111
           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
112
            <horstretch>0</horstretch>
113
            <verstretch>0</verstretch>
114
           </sizepolicy>
115
          </property>
116
          <property name="unit" stdset="0">
117
           <string notr="true">mm</string>
118
          </property>
119
         </widget>
120
        </item>
121
       </layout>
122
      </item>
123
      <item>
124
       <layout class="QGridLayout" name="gridLayout_2">
125
        <item row="0" column="0">
126
         <widget class="QPushButton" name="btnX">
127
          <property name="sizePolicy">
128
           <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
129
            <horstretch>0</horstretch>
130
            <verstretch>0</verstretch>
131
           </sizepolicy>
132
          </property>
133
          <property name="minimumSize">
134
           <size>
135
            <width>0</width>
136
            <height>0</height>
137
           </size>
138
          </property>
139
          <property name="maximumSize">
140
           <size>
141
            <width>16777215</width>
142
            <height>16777215</height>
143
           </size>
144
          </property>
145
          <property name="toolTip">
146
           <string>Click to set this as axis</string>
147
          </property>
148
          <property name="text">
149
           <string>Dir. X:</string>
150
          </property>
151
         </widget>
152
        </item>
153
        <item row="0" column="1">
154
         <widget class="Gui::QuantitySpinBox" name="xDir">
155
          <property name="sizePolicy">
156
           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
157
            <horstretch>0</horstretch>
158
            <verstretch>0</verstretch>
159
           </sizepolicy>
160
          </property>
161
          <property name="unit" stdset="0">
162
           <string notr="true"/>
163
          </property>
164
         </widget>
165
        </item>
166
        <item row="1" column="0">
167
         <widget class="QPushButton" name="btnY">
168
          <property name="sizePolicy">
169
           <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
170
            <horstretch>0</horstretch>
171
            <verstretch>0</verstretch>
172
           </sizepolicy>
173
          </property>
174
          <property name="minimumSize">
175
           <size>
176
            <width>0</width>
177
            <height>0</height>
178
           </size>
179
          </property>
180
          <property name="maximumSize">
181
           <size>
182
            <width>16777215</width>
183
            <height>16777215</height>
184
           </size>
185
          </property>
186
          <property name="toolTip">
187
           <string>Click to set this as axis</string>
188
          </property>
189
          <property name="text">
190
           <string>Dir. Y:</string>
191
          </property>
192
         </widget>
193
        </item>
194
        <item row="1" column="1">
195
         <widget class="Gui::QuantitySpinBox" name="yDir">
196
          <property name="sizePolicy">
197
           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
198
            <horstretch>0</horstretch>
199
            <verstretch>0</verstretch>
200
           </sizepolicy>
201
          </property>
202
          <property name="unit" stdset="0">
203
           <string notr="true"/>
204
          </property>
205
         </widget>
206
        </item>
207
        <item row="2" column="0">
208
         <widget class="QPushButton" name="btnZ">
209
          <property name="sizePolicy">
210
           <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
211
            <horstretch>0</horstretch>
212
            <verstretch>0</verstretch>
213
           </sizepolicy>
214
          </property>
215
          <property name="minimumSize">
216
           <size>
217
            <width>0</width>
218
            <height>0</height>
219
           </size>
220
          </property>
221
          <property name="maximumSize">
222
           <size>
223
            <width>16777215</width>
224
            <height>16777215</height>
225
           </size>
226
          </property>
227
          <property name="text">
228
           <string>Dir. Z:</string>
229
          </property>
230
         </widget>
231
        </item>
232
        <item row="2" column="1">
233
         <widget class="Gui::QuantitySpinBox" name="zDir">
234
          <property name="sizePolicy">
235
           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
236
            <horstretch>0</horstretch>
237
            <verstretch>0</verstretch>
238
           </sizepolicy>
239
          </property>
240
          <property name="unit" stdset="0">
241
           <string notr="true"/>
242
          </property>
243
         </widget>
244
        </item>
245
       </layout>
246
      </item>
247
      <item>
248
       <widget class="QPushButton" name="selectLine">
249
        <property name="text">
250
         <string>Select reference</string>
251
        </property>
252
       </widget>
253
      </item>
254
      <item>
255
       <widget class="QLineEdit" name="txtAxisLink">
256
        <property name="sizePolicy">
257
         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
258
          <horstretch>0</horstretch>
259
          <verstretch>0</verstretch>
260
         </sizepolicy>
261
        </property>
262
       </widget>
263
      </item>
264
     </layout>
265
    </widget>
266
   </item>
267
   <item row="3" column="3">
268
    <layout class="QFormLayout" name="formLayout_3">
269
     <property name="horizontalSpacing">
270
      <number>6</number>
271
     </property>
272
     <property name="verticalSpacing">
273
      <number>6</number>
274
     </property>
275
     <property name="margin">
276
      <number>0</number>
277
     </property>
278
     <item row="0" column="0">
279
      <widget class="QLabel" name="label_5">
280
       <property name="text">
281
        <string>Angle:</string>
282
       </property>
283
       <property name="alignment">
284
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
285
       </property>
286
      </widget>
287
     </item>
288
     <item row="0" column="1">
289
      <widget class="Gui::QuantitySpinBox" name="angle">
290
       <property name="sizePolicy">
291
        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
292
         <horstretch>0</horstretch>
293
         <verstretch>0</verstretch>
294
        </sizepolicy>
295
       </property>
296
       <property name="unit" stdset="0">
297
        <string notr="true">deg</string>
298
       </property>
299
       <property name="minimum">
300
        <double>-360.000000000000000</double>
301
       </property>
302
       <property name="maximum">
303
        <double>360.000000000000000</double>
304
       </property>
305
       <property name="value">
306
        <double>360.000000000000000</double>
307
       </property>
308
      </widget>
309
     </item>
310
    </layout>
311
   </item>
312
   <item row="4" column="3">
313
    <widget class="QCheckBox" name="checkSymmetric">
314
     <property name="toolTip">
315
      <string>If checked, revolution will extend forwards and backwards by half the angle.</string>
316
     </property>
317
     <property name="text">
318
      <string>Symmetric angle</string>
319
     </property>
320
    </widget>
321
   </item>
322
  <item row="5" column="3">
323
    <widget class="QCheckBox" name="checkSolid">
324
     <property name="toolTip">
325
      <string>If checked, revolving wires will produce solids. If not, revolving a wire yields a shell.</string>
326
     </property>
327
     <property name="text">
328
      <string>Create Solid</string>
329
     </property>
330
    </widget>
331
   </item>
332
   </layout>
333
 </widget>
334
 <customwidgets>
335
  <customwidget>
336
   <class>Gui::QuantitySpinBox</class>
337
   <extends>QWidget</extends>
338
   <header>Gui/QuantitySpinBox.h</header>
339
  </customwidget>
340
 </customwidgets>
341
 <tabstops>
342
  <tabstop>treeWidget</tabstop>
343
  <tabstop>btnX</tabstop>
344
  <tabstop>btnY</tabstop>
345
  <tabstop>btnZ</tabstop>
346
  <tabstop>selectLine</tabstop>
347
  <tabstop>txtAxisLink</tabstop>
348
  <tabstop>checkSolid</tabstop>
349
 </tabstops>
350
 <resources/>
351
 <connections/>
352
</ui>
353

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

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

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

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