FreeCAD-macros

Форк
0
/
AeroFoil_CurvesInput_Dialog.ui 
190 строк · 4.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>425</width>
13
    <height>380</height>
14
   </rect>
15
  </property>
16
  <property name="minimumSize">
17
   <size>
18
    <width>425</width>
19
    <height>380</height>
20
   </size>
21
  </property>
22
  <property name="maximumSize">
23
   <size>
24
    <width>425</width>
25
    <height>380</height>
26
   </size>
27
  </property>
28
  <property name="windowTitle">
29
   <string>AeroFoil :  Custom Curves</string>
30
  </property>
31
  <widget class="QLabel" name="af_d2c_label_1">
32
   <property name="geometry">
33
    <rect>
34
     <x>25</x>
35
     <y>25</y>
36
     <width>160</width>
37
     <height>30</height>
38
    </rect>
39
   </property>
40
   <property name="text">
41
    <string>Airfoil Profile Type :</string>
42
   </property>
43
  </widget>
44
  <widget class="QPushButton" name="af_d2c_next_button">
45
   <property name="geometry">
46
    <rect>
47
     <x>295</x>
48
     <y>335</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_d2c_back_button">
58
   <property name="geometry">
59
    <rect>
60
     <x>25</x>
61
     <y>335</y>
62
     <width>100</width>
63
     <height>30</height>
64
    </rect>
65
   </property>
66
   <property name="text">
67
    <string>Back</string>
68
   </property>
69
  </widget>
70
  <widget class="QRadioButton" name="af_d2c_radio_1">
71
   <property name="geometry">
72
    <rect>
73
     <x>200</x>
74
     <y>30</y>
75
     <width>125</width>
76
     <height>25</height>
77
    </rect>
78
   </property>
79
   <property name="text">
80
    <string>Symmetric</string>
81
   </property>
82
   <property name="checked">
83
    <bool>true</bool>
84
   </property>
85
   <property name="autoExclusive">
86
    <bool>true</bool>
87
   </property>
88
  </widget>
89
  <widget class="QRadioButton" name="af_d2c_radio_2">
90
   <property name="geometry">
91
    <rect>
92
     <x>200</x>
93
     <y>60</y>
94
     <width>210</width>
95
     <height>30</height>
96
    </rect>
97
   </property>
98
   <property name="text">
99
    <string>Asymmetric / Cambered</string>
100
   </property>
101
   <property name="checked">
102
    <bool>false</bool>
103
   </property>
104
  </widget>
105
  <widget class="QLabel" name="af_d2c_label_2">
106
   <property name="geometry">
107
    <rect>
108
     <x>25</x>
109
     <y>150</y>
110
     <width>191</width>
111
     <height>30</height>
112
    </rect>
113
   </property>
114
   <property name="text">
115
    <string>Enter top curve function :</string>
116
   </property>
117
  </widget>
118
  <widget class="QLabel" name="af_d2c_label_3">
119
   <property name="geometry">
120
    <rect>
121
     <x>25</x>
122
     <y>230</y>
123
     <width>221</width>
124
     <height>30</height>
125
    </rect>
126
   </property>
127
   <property name="text">
128
    <string>Enter bottom curve function :</string>
129
   </property>
130
  </widget>
131
  <widget class="QLineEdit" name="af_d2c_textbox_1">
132
   <property name="geometry">
133
    <rect>
134
     <x>25</x>
135
     <y>180</y>
136
     <width>370</width>
137
     <height>30</height>
138
    </rect>
139
   </property>
140
  </widget>
141
  <widget class="QLineEdit" name="af_d2c_textbox_2">
142
   <property name="enabled">
143
    <bool>false</bool>
144
   </property>
145
   <property name="geometry">
146
    <rect>
147
     <x>25</x>
148
     <y>260</y>
149
     <width>370</width>
150
     <height>30</height>
151
    </rect>
152
   </property>
153
   <property name="readOnly">
154
    <bool>false</bool>
155
   </property>
156
  </widget>
157
  <widget class="QPushButton" name="af_d2c_list_button">
158
   <property name="geometry">
159
    <rect>
160
     <x>20</x>
161
     <y>110</y>
162
     <width>335</width>
163
     <height>30</height>
164
    </rect>
165
   </property>
166
   <property name="cursor">
167
    <cursorShape>PointingHandCursor</cursorShape>
168
   </property>
169
   <property name="styleSheet">
170
    <string notr="true">color: navy; 
171
text-decoration: underline; 
172
border: 0px;</string>
173
   </property>
174
   <property name="text">
175
    <string>Click here to look through the 'List of Functions'</string>
176
   </property>
177
  </widget>
178
 </widget>
179
 <tabstops>
180
  <tabstop>af_d2c_textbox_1</tabstop>
181
  <tabstop>af_d2c_list_button</tabstop>
182
  <tabstop>af_d2c_radio_1</tabstop>
183
  <tabstop>af_d2c_radio_2</tabstop>
184
  <tabstop>af_d2c_textbox_2</tabstop>
185
  <tabstop>af_d2c_next_button</tabstop>
186
  <tabstop>af_d2c_back_button</tabstop>
187
 </tabstops>
188
 <resources/>
189
 <connections/>
190
</ui>
191

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

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

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

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