FreeCAD-macros

Форк
0
/
AeroFoil_Math_Functions_Box.ui 
213 строк · 4.3 Кб
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="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>275</width>
10
    <height>400</height>
11
   </rect>
12
  </property>
13
  <property name="minimumSize">
14
   <size>
15
    <width>275</width>
16
    <height>400</height>
17
   </size>
18
  </property>
19
  <property name="maximumSize">
20
   <size>
21
    <width>275</width>
22
    <height>400</height>
23
   </size>
24
  </property>
25
  <property name="windowTitle">
26
   <string>AeroFoil :  Functions</string>
27
  </property>
28
  <widget class="QLabel" name="af_mfb_label_1">
29
   <property name="geometry">
30
    <rect>
31
     <x>25</x>
32
     <y>25</y>
33
     <width>231</width>
34
     <height>30</height>
35
    </rect>
36
   </property>
37
   <property name="font">
38
    <font>
39
     <underline>true</underline>
40
    </font>
41
   </property>
42
   <property name="text">
43
    <string>List of mathematical functions :</string>
44
   </property>
45
  </widget>
46
  <widget class="QPushButton" name="af_mfb_okay_button">
47
   <property name="geometry">
48
    <rect>
49
     <x>93</x>
50
     <y>355</y>
51
     <width>100</width>
52
     <height>30</height>
53
    </rect>
54
   </property>
55
   <property name="text">
56
    <string>Okay</string>
57
   </property>
58
  </widget>
59
  <widget class="QFrame" name="frame">
60
   <property name="geometry">
61
    <rect>
62
     <x>30</x>
63
     <y>60</y>
64
     <width>100</width>
65
     <height>225</height>
66
    </rect>
67
   </property>
68
   <property name="frameShape">
69
    <enum>QFrame::StyledPanel</enum>
70
   </property>
71
   <property name="frameShadow">
72
    <enum>QFrame::Raised</enum>
73
   </property>
74
   <widget class="QLabel" name="af_mfb_label_2">
75
    <property name="geometry">
76
     <rect>
77
      <x>0</x>
78
      <y>25</y>
79
      <width>100</width>
80
      <height>350</height>
81
     </rect>
82
    </property>
83
    <property name="text">
84
     <string>+
85
-
86
*
87
/
88
^
89
e
90
pi
91
ln(#)
92
log(#)
93
sqrt(#)</string>
94
    </property>
95
    <property name="alignment">
96
     <set>Qt::AlignHCenter|Qt::AlignTop</set>
97
    </property>
98
   </widget>
99
  </widget>
100
  <widget class="QFrame" name="frame_2">
101
   <property name="geometry">
102
    <rect>
103
     <x>140</x>
104
     <y>60</y>
105
     <width>100</width>
106
     <height>140</height>
107
    </rect>
108
   </property>
109
   <property name="frameShape">
110
    <enum>QFrame::StyledPanel</enum>
111
   </property>
112
   <property name="frameShadow">
113
    <enum>QFrame::Raised</enum>
114
   </property>
115
   <widget class="QLabel" name="af_mfb_label_3">
116
    <property name="geometry">
117
     <rect>
118
      <x>0</x>
119
      <y>15</y>
120
      <width>100</width>
121
      <height>110</height>
122
     </rect>
123
    </property>
124
    <property name="text">
125
     <string>sin(θ)
126
cos(θ)
127
tan(θ)
128
asin(θ)
129
acos(θ)
130
atan(θ)
131
</string>
132
    </property>
133
    <property name="alignment">
134
     <set>Qt::AlignHCenter|Qt::AlignTop</set>
135
    </property>
136
   </widget>
137
  </widget>
138
  <widget class="QFrame" name="frame_3">
139
   <property name="geometry">
140
    <rect>
141
     <x>140</x>
142
     <y>210</y>
143
     <width>100</width>
144
     <height>75</height>
145
    </rect>
146
   </property>
147
   <property name="frameShape">
148
    <enum>QFrame::StyledPanel</enum>
149
   </property>
150
   <property name="frameShadow">
151
    <enum>QFrame::Raised</enum>
152
   </property>
153
   <widget class="QLabel" name="af_mfb_label_4">
154
    <property name="geometry">
155
     <rect>
156
      <x>0</x>
157
      <y>7</y>
158
      <width>100</width>
159
      <height>60</height>
160
     </rect>
161
    </property>
162
    <property name="text">
163
     <string>Function
164
variable
165
is 'x'.</string>
166
    </property>
167
    <property name="alignment">
168
     <set>Qt::AlignCenter</set>
169
    </property>
170
   </widget>
171
  </widget>
172
  <widget class="QLabel" name="af_mfb_label_5">
173
   <property name="geometry">
174
    <rect>
175
     <x>35</x>
176
     <y>300</y>
177
     <width>50</width>
178
     <height>30</height>
179
    </rect>
180
   </property>
181
   <property name="font">
182
    <font>
183
     <weight>75</weight>
184
     <bold>true</bold>
185
     <underline>true</underline>
186
    </font>
187
   </property>
188
   <property name="text">
189
    <string>Note :</string>
190
   </property>
191
  </widget>
192
  <widget class="QLabel" name="af_mfb_label_6">
193
   <property name="geometry">
194
    <rect>
195
     <x>90</x>
196
     <y>300</y>
197
     <width>150</width>
198
     <height>30</height>
199
    </rect>
200
   </property>
201
   <property name="styleSheet">
202
    <string notr="true"/>
203
   </property>
204
   <property name="text">
205
    <string/>
206
   </property>
207
  </widget>
208
 </widget>
209
 <resources>
210
  <include location="af_mfb_img.qrc"/>
211
 </resources>
212
 <connections/>
213
</ui>
214

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

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

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

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