FreeCAD-macros

Форк
0
/
AeroFoil_Initial_Dialog.ui 
108 строк · 2.2 Кб
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>390</width>
13
    <height>150</height>
14
   </rect>
15
  </property>
16
  <property name="minimumSize">
17
   <size>
18
    <width>390</width>
19
    <height>150</height>
20
   </size>
21
  </property>
22
  <property name="maximumSize">
23
   <size>
24
    <width>390</width>
25
    <height>150</height>
26
   </size>
27
  </property>
28
  <property name="windowTitle">
29
   <string>AeroFoil</string>
30
  </property>
31
  <widget class="QLabel" name="af_d1_label">
32
   <property name="geometry">
33
    <rect>
34
     <x>25</x>
35
     <y>25</y>
36
     <width>150</width>
37
     <height>30</height>
38
    </rect>
39
   </property>
40
   <property name="text">
41
    <string>Choose airfoil type :</string>
42
   </property>
43
  </widget>
44
  <widget class="QPushButton" name="af_d1_next_button">
45
   <property name="geometry">
46
    <rect>
47
     <x>255</x>
48
     <y>100</y>
49
     <width>100</width>
50
     <height>30</height>
51
    </rect>
52
   </property>
53
   <property name="text">
54
    <string>Next</string>
55
   </property>
56
  </widget>
57
  <widget class="QPushButton" name="af_d1_close_button">
58
   <property name="geometry">
59
    <rect>
60
     <x>25</x>
61
     <y>100</y>
62
     <width>100</width>
63
     <height>30</height>
64
    </rect>
65
   </property>
66
   <property name="text">
67
    <string>Close</string>
68
   </property>
69
  </widget>
70
  <widget class="QComboBox" name="af_d1_combo">
71
   <property name="geometry">
72
    <rect>
73
     <x>180</x>
74
     <y>25</y>
75
     <width>175</width>
76
     <height>30</height>
77
    </rect>
78
   </property>
79
   <item>
80
    <property name="text">
81
     <string>NACA - 4 Digit</string>
82
    </property>
83
   </item>
84
   <item>
85
    <property name="text">
86
     <string>NACA - 5 Digit</string>
87
    </property>
88
   </item>
89
   <item>
90
    <property name="text">
91
     <string>Custom - Curves</string>
92
    </property>
93
   </item>
94
   <item>
95
    <property name="text">
96
     <string>Custom - Points</string>
97
    </property>
98
   </item>
99
  </widget>
100
 </widget>
101
 <tabstops>
102
  <tabstop>af_d1_combo</tabstop>
103
  <tabstop>af_d1_next_button</tabstop>
104
  <tabstop>af_d1_close_button</tabstop>
105
 </tabstops>
106
 <resources/>
107
 <connections/>
108
</ui>
109

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

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

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

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