FreeCAD-macros

Форк
0
/
AeroFoil_NACA5Digit_Dialog.ui 
94 строки · 2.0 Кб
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 :  NACA - 5 Digit</string>
30
  </property>
31
  <widget class="QLabel" name="af_d2b_label">
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>Enter airfoil number :</string>
42
   </property>
43
  </widget>
44
  <widget class="QPushButton" name="af_d2b_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_d2b_back_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>Back</string>
68
   </property>
69
  </widget>
70
  <widget class="QLineEdit" name="af_d2b_textbox">
71
   <property name="geometry">
72
    <rect>
73
     <x>195</x>
74
     <y>25</y>
75
     <width>160</width>
76
     <height>30</height>
77
    </rect>
78
   </property>
79
   <property name="maxLength">
80
    <number>5</number>
81
   </property>
82
   <property name="alignment">
83
    <set>Qt::AlignCenter</set>
84
   </property>
85
  </widget>
86
 </widget>
87
 <tabstops>
88
  <tabstop>af_d2b_textbox</tabstop>
89
  <tabstop>af_d2b_next_button</tabstop>
90
  <tabstop>af_d2b_back_button</tabstop>
91
 </tabstops>
92
 <resources/>
93
 <connections/>
94
</ui>
95

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

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

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

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