FreeCAD-macros

Форк
0
521 строка · 11.5 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>Dialog</class>
4
 <widget class="QDialog" name="Dialog">
5
  <property name="enabled">
6
   <bool>true</bool>
7
  </property>
8
  <property name="geometry">
9
   <rect>
10
    <x>0</x>
11
    <y>0</y>
12
    <width>500</width>
13
    <height>560</height>
14
   </rect>
15
  </property>
16
  <property name="minimumSize">
17
   <size>
18
    <width>500</width>
19
    <height>560</height>
20
   </size>
21
  </property>
22
  <property name="maximumSize">
23
   <size>
24
    <width>500</width>
25
    <height>560</height>
26
   </size>
27
  </property>
28
  <property name="windowTitle">
29
   <string>AeroFoil :  Create</string>
30
  </property>
31
  <widget class="QPushButton" name="af_d3_close_button">
32
   <property name="geometry">
33
    <rect>
34
     <x>370</x>
35
     <y>515</y>
36
     <width>100</width>
37
     <height>30</height>
38
    </rect>
39
   </property>
40
   <property name="text">
41
    <string>Close</string>
42
   </property>
43
  </widget>
44
  <widget class="QPushButton" name="af_d3_back_button">
45
   <property name="geometry">
46
    <rect>
47
     <x>25</x>
48
     <y>515</y>
49
     <width>100</width>
50
     <height>30</height>
51
    </rect>
52
   </property>
53
   <property name="text">
54
    <string>Back</string>
55
   </property>
56
  </widget>
57
  <widget class="QCheckBox" name="af_d3_checkbox_1">
58
   <property name="geometry">
59
    <rect>
60
     <x>25</x>
61
     <y>25</y>
62
     <width>150</width>
63
     <height>30</height>
64
    </rect>
65
   </property>
66
   <property name="text">
67
    <string>Refine the Airfoil</string>
68
   </property>
69
  </widget>
70
  <widget class="QLabel" name="af_d3_label_1">
71
   <property name="geometry">
72
    <rect>
73
     <x>250</x>
74
     <y>25</y>
75
     <width>140</width>
76
     <height>30</height>
77
    </rect>
78
   </property>
79
   <property name="text">
80
    <string>Refine Parameter :</string>
81
   </property>
82
  </widget>
83
  <widget class="QProgressBar" name="af_d3_progressbar">
84
   <property name="enabled">
85
    <bool>false</bool>
86
   </property>
87
   <property name="geometry">
88
    <rect>
89
     <x>25</x>
90
     <y>420</y>
91
     <width>445</width>
92
     <height>30</height>
93
    </rect>
94
   </property>
95
   <property name="value">
96
    <number>0</number>
97
   </property>
98
  </widget>
99
  <widget class="QLabel" name="af_d3_label_3">
100
   <property name="geometry">
101
    <rect>
102
     <x>25</x>
103
     <y>150</y>
104
     <width>175</width>
105
     <height>30</height>
106
    </rect>
107
   </property>
108
   <property name="font">
109
    <font>
110
     <underline>true</underline>
111
    </font>
112
   </property>
113
   <property name="styleSheet">
114
    <string notr="true">text-decoration: underline;</string>
115
   </property>
116
   <property name="text">
117
    <string>Output Curve Type :</string>
118
   </property>
119
  </widget>
120
  <widget class="QGroupBox" name="groupBox">
121
   <property name="geometry">
122
    <rect>
123
     <x>50</x>
124
     <y>215</y>
125
     <width>150</width>
126
     <height>110</height>
127
    </rect>
128
   </property>
129
   <property name="autoFillBackground">
130
    <bool>false</bool>
131
   </property>
132
   <property name="title">
133
    <string/>
134
   </property>
135
   <property name="alignment">
136
    <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
137
   </property>
138
   <property name="flat">
139
    <bool>false</bool>
140
   </property>
141
   <property name="checkable">
142
    <bool>false</bool>
143
   </property>
144
   <widget class="QRadioButton" name="af_d3_radio_1b">
145
    <property name="geometry">
146
     <rect>
147
      <x>15</x>
148
      <y>70</y>
149
      <width>120</width>
150
      <height>30</height>
151
     </rect>
152
    </property>
153
    <property name="text">
154
     <string>BSpline</string>
155
    </property>
156
   </widget>
157
   <widget class="QRadioButton" name="af_d3_radio_1a">
158
    <property name="geometry">
159
     <rect>
160
      <x>15</x>
161
      <y>40</y>
162
      <width>120</width>
163
      <height>30</height>
164
     </rect>
165
    </property>
166
    <property name="text">
167
     <string>DWire</string>
168
    </property>
169
    <property name="checked">
170
     <bool>true</bool>
171
    </property>
172
   </widget>
173
  </widget>
174
  <widget class="QGroupBox" name="groupBox_2">
175
   <property name="enabled">
176
    <bool>true</bool>
177
   </property>
178
   <property name="geometry">
179
    <rect>
180
     <x>275</x>
181
     <y>215</y>
182
     <width>150</width>
183
     <height>110</height>
184
    </rect>
185
   </property>
186
   <property name="autoFillBackground">
187
    <bool>false</bool>
188
   </property>
189
   <property name="title">
190
    <string/>
191
   </property>
192
   <property name="flat">
193
    <bool>false</bool>
194
   </property>
195
   <property name="checkable">
196
    <bool>false</bool>
197
   </property>
198
   <widget class="QRadioButton" name="af_d3_radio_2b">
199
    <property name="geometry">
200
     <rect>
201
      <x>15</x>
202
      <y>70</y>
203
      <width>120</width>
204
      <height>30</height>
205
     </rect>
206
    </property>
207
    <property name="text">
208
     <string>BSpline</string>
209
    </property>
210
   </widget>
211
   <widget class="QRadioButton" name="af_d3_radio_2a">
212
    <property name="geometry">
213
     <rect>
214
      <x>15</x>
215
      <y>40</y>
216
      <width>120</width>
217
      <height>30</height>
218
     </rect>
219
    </property>
220
    <property name="text">
221
     <string>PolyLine</string>
222
    </property>
223
    <property name="checked">
224
     <bool>true</bool>
225
    </property>
226
   </widget>
227
  </widget>
228
  <widget class="QPushButton" name="af_d3_create_button">
229
   <property name="geometry">
230
    <rect>
231
     <x>25</x>
232
     <y>460</y>
233
     <width>445</width>
234
     <height>30</height>
235
    </rect>
236
   </property>
237
   <property name="text">
238
    <string>Create AeroFoil</string>
239
   </property>
240
  </widget>
241
  <widget class="QGroupBox" name="groupBox_3">
242
   <property name="geometry">
243
    <rect>
244
     <x>20</x>
245
     <y>160</y>
246
     <width>450</width>
247
     <height>75</height>
248
    </rect>
249
   </property>
250
   <property name="title">
251
    <string/>
252
   </property>
253
   <widget class="QRadioButton" name="af_d3_radio_1">
254
    <property name="geometry">
255
     <rect>
256
      <x>15</x>
257
      <y>35</y>
258
      <width>150</width>
259
      <height>30</height>
260
     </rect>
261
    </property>
262
    <property name="text">
263
     <string>Draft Workbench</string>
264
    </property>
265
    <property name="checked">
266
     <bool>true</bool>
267
    </property>
268
    <property name="autoExclusive">
269
     <bool>true</bool>
270
    </property>
271
   </widget>
272
   <widget class="QRadioButton" name="af_d3_radio_2">
273
    <property name="geometry">
274
     <rect>
275
      <x>240</x>
276
      <y>35</y>
277
      <width>211</width>
278
      <height>30</height>
279
     </rect>
280
    </property>
281
    <property name="text">
282
     <string>Sketcher Workbench</string>
283
    </property>
284
   </widget>
285
  </widget>
286
  <widget class="QLabel" name="af_d3_label_2">
287
   <property name="geometry">
288
    <rect>
289
     <x>250</x>
290
     <y>55</y>
291
     <width>140</width>
292
     <height>30</height>
293
    </rect>
294
   </property>
295
   <property name="text">
296
    <string>Quantity :</string>
297
   </property>
298
  </widget>
299
  <widget class="QCheckBox" name="af_d3_checkbox_2">
300
   <property name="geometry">
301
    <rect>
302
     <x>25</x>
303
     <y>55</y>
304
     <width>175</width>
305
     <height>25</height>
306
    </rect>
307
   </property>
308
   <property name="text">
309
    <string>Multiple Curves</string>
310
   </property>
311
  </widget>
312
  <widget class="QCheckBox" name="af_d3_checkbox_5">
313
   <property name="geometry">
314
    <rect>
315
     <x>25</x>
316
     <y>115</y>
317
     <width>201</width>
318
     <height>25</height>
319
    </rect>
320
   </property>
321
   <property name="text">
322
    <string>Create a Closed Surface</string>
323
   </property>
324
  </widget>
325
  <widget class="QSpinBox" name="af_d3_spinbox_1">
326
   <property name="enabled">
327
    <bool>false</bool>
328
   </property>
329
   <property name="geometry">
330
    <rect>
331
     <x>400</x>
332
     <y>25</y>
333
     <width>70</width>
334
     <height>30</height>
335
    </rect>
336
   </property>
337
   <property name="alignment">
338
    <set>Qt::AlignCenter</set>
339
   </property>
340
   <property name="minimum">
341
    <number>2</number>
342
   </property>
343
   <property name="maximum">
344
    <number>15</number>
345
   </property>
346
  </widget>
347
  <widget class="QSpinBox" name="af_d3_spinbox_2">
348
   <property name="enabled">
349
    <bool>false</bool>
350
   </property>
351
   <property name="geometry">
352
    <rect>
353
     <x>400</x>
354
     <y>55</y>
355
     <width>70</width>
356
     <height>30</height>
357
    </rect>
358
   </property>
359
   <property name="alignment">
360
    <set>Qt::AlignCenter</set>
361
   </property>
362
   <property name="minimum">
363
    <number>2</number>
364
   </property>
365
   <property name="maximum">
366
    <number>100</number>
367
   </property>
368
  </widget>
369
  <widget class="QLabel" name="af_d3_label_4">
370
   <property name="geometry">
371
    <rect>
372
     <x>25</x>
373
     <y>360</y>
374
     <width>160</width>
375
     <height>30</height>
376
    </rect>
377
   </property>
378
   <property name="font">
379
    <font>
380
     <underline>true</underline>
381
    </font>
382
   </property>
383
   <property name="styleSheet">
384
    <string notr="true">text-decoration: underline;</string>
385
   </property>
386
   <property name="text">
387
    <string>Airfoil Chord Length :</string>
388
   </property>
389
  </widget>
390
  <widget class="QDoubleSpinBox" name="af_d3_spinbox_3">
391
   <property name="geometry">
392
    <rect>
393
     <x>190</x>
394
     <y>360</y>
395
     <width>200</width>
396
     <height>30</height>
397
    </rect>
398
   </property>
399
   <property name="alignment">
400
    <set>Qt::AlignCenter</set>
401
   </property>
402
   <property name="decimals">
403
    <number>2</number>
404
   </property>
405
   <property name="maximum">
406
    <double>100000.000000000000000</double>
407
   </property>
408
  </widget>
409
  <widget class="QComboBox" name="af_d3_combobox">
410
   <property name="geometry">
411
    <rect>
412
     <x>395</x>
413
     <y>360</y>
414
     <width>75</width>
415
     <height>30</height>
416
    </rect>
417
   </property>
418
   <item>
419
    <property name="text">
420
     <string>mm</string>
421
    </property>
422
   </item>
423
   <item>
424
    <property name="text">
425
     <string>cm</string>
426
    </property>
427
   </item>
428
   <item>
429
    <property name="text">
430
     <string>m</string>
431
    </property>
432
   </item>
433
   <item>
434
    <property name="text">
435
     <string>in</string>
436
    </property>
437
   </item>
438
   <item>
439
    <property name="text">
440
     <string>ft</string>
441
    </property>
442
   </item>
443
   <item>
444
    <property name="text">
445
     <string>yards</string>
446
    </property>
447
   </item>
448
  </widget>
449
  <widget class="QCheckBox" name="af_d3_checkbox_3">
450
   <property name="geometry">
451
    <rect>
452
     <x>25</x>
453
     <y>85</y>
454
     <width>161</width>
455
     <height>25</height>
456
    </rect>
457
   </property>
458
   <property name="layoutDirection">
459
    <enum>Qt::LeftToRight</enum>
460
   </property>
461
   <property name="text">
462
    <string>Split Curves (Open)</string>
463
   </property>
464
  </widget>
465
  <widget class="QCheckBox" name="af_d3_checkbox_4">
466
   <property name="geometry">
467
    <rect>
468
     <x>246</x>
469
     <y>85</y>
470
     <width>188</width>
471
     <height>25</height>
472
    </rect>
473
   </property>
474
   <property name="layoutDirection">
475
    <enum>Qt::RightToLeft</enum>
476
   </property>
477
   <property name="text">
478
    <string>Split Curves (Closed) :     </string>
479
   </property>
480
  </widget>
481
  <widget class="QCheckBox" name="af_d3_checkbox_6">
482
   <property name="enabled">
483
    <bool>false</bool>
484
   </property>
485
   <property name="geometry">
486
    <rect>
487
     <x>245</x>
488
     <y>115</y>
489
     <width>191</width>
490
     <height>25</height>
491
    </rect>
492
   </property>
493
   <property name="layoutDirection">
494
    <enum>Qt::RightToLeft</enum>
495
   </property>
496
   <property name="text">
497
    <string>End Points at [0,0; 1,0] :  </string>
498
   </property>
499
  </widget>
500
 </widget>
501
 <tabstops>
502
  <tabstop>af_d3_checkbox_1</tabstop>
503
  <tabstop>af_d3_spinbox_1</tabstop>
504
  <tabstop>af_d3_checkbox_2</tabstop>
505
  <tabstop>af_d3_spinbox_2</tabstop>
506
  <tabstop>af_d3_checkbox_5</tabstop>
507
  <tabstop>af_d3_radio_1</tabstop>
508
  <tabstop>af_d3_radio_2</tabstop>
509
  <tabstop>af_d3_radio_1a</tabstop>
510
  <tabstop>af_d3_radio_1b</tabstop>
511
  <tabstop>af_d3_radio_2a</tabstop>
512
  <tabstop>af_d3_radio_2b</tabstop>
513
  <tabstop>af_d3_spinbox_3</tabstop>
514
  <tabstop>af_d3_combobox</tabstop>
515
  <tabstop>af_d3_create_button</tabstop>
516
  <tabstop>af_d3_back_button</tabstop>
517
  <tabstop>af_d3_close_button</tabstop>
518
 </tabstops>
519
 <resources/>
520
 <connections/>
521
</ui>
522

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

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

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

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