FreeCAD-macros

Форк
0
/
AeroFoil_FileLoad_Dialog.ui 
135 строк · 3.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>500</width>
13
    <height>235</height>
14
   </rect>
15
  </property>
16
  <property name="minimumSize">
17
   <size>
18
    <width>500</width>
19
    <height>235</height>
20
   </size>
21
  </property>
22
  <property name="maximumSize">
23
   <size>
24
    <width>500</width>
25
    <height>235</height>
26
   </size>
27
  </property>
28
  <property name="windowTitle">
29
   <string>AeroFoil :  Load 'Data Points'</string>
30
  </property>
31
  <widget class="QPushButton" name="af_d2cd2_next_button">
32
   <property name="geometry">
33
    <rect>
34
     <x>375</x>
35
     <y>190</y>
36
     <width>100</width>
37
     <height>30</height>
38
    </rect>
39
   </property>
40
   <property name="text">
41
    <string>Next</string>
42
   </property>
43
  </widget>
44
  <widget class="QPushButton" name="af_d2cd2_back_button">
45
   <property name="geometry">
46
    <rect>
47
     <x>25</x>
48
     <y>190</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="QLabel" name="af_d2cd2_label_1">
58
   <property name="geometry">
59
    <rect>
60
     <x>25</x>
61
     <y>25</y>
62
     <width>341</width>
63
     <height>30</height>
64
    </rect>
65
   </property>
66
   <property name="text">
67
    <string>Enter a File Name or Load a File :</string>
68
   </property>
69
  </widget>
70
  <widget class="QPushButton" name="af_d2cd2_load_button">
71
   <property name="geometry">
72
    <rect>
73
     <x>25</x>
74
     <y>90</y>
75
     <width>450</width>
76
     <height>30</height>
77
    </rect>
78
   </property>
79
   <property name="text">
80
    <string>Load File</string>
81
   </property>
82
  </widget>
83
  <widget class="QLineEdit" name="af_d2cd2_textbox">
84
   <property name="geometry">
85
    <rect>
86
     <x>25</x>
87
     <y>55</y>
88
     <width>450</width>
89
     <height>30</height>
90
    </rect>
91
   </property>
92
   <property name="readOnly">
93
    <bool>true</bool>
94
   </property>
95
  </widget>
96
  <widget class="QLabel" name="af_d2cd2_label_2">
97
   <property name="geometry">
98
    <rect>
99
     <x>34</x>
100
     <y>125</y>
101
     <width>431</width>
102
     <height>30</height>
103
    </rect>
104
   </property>
105
   <property name="font">
106
    <font>
107
     <family>Ubuntu Mono</family>
108
     <pointsize>12</pointsize>
109
     <weight>75</weight>
110
     <bold>true</bold>
111
     <underline>true</underline>
112
     <strikeout>false</strikeout>
113
     <kerning>true</kerning>
114
    </font>
115
   </property>
116
   <property name="styleSheet">
117
    <string notr="true">color: black;</string>
118
   </property>
119
   <property name="text">
120
    <string>File Not Loaded</string>
121
   </property>
122
   <property name="alignment">
123
    <set>Qt::AlignCenter</set>
124
   </property>
125
  </widget>
126
 </widget>
127
 <tabstops>
128
  <tabstop>af_d2cd2_load_button</tabstop>
129
  <tabstop>af_d2cd2_next_button</tabstop>
130
  <tabstop>af_d2cd2_back_button</tabstop>
131
  <tabstop>af_d2cd2_textbox</tabstop>
132
 </tabstops>
133
 <resources/>
134
 <connections/>
135
</ui>
136

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

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

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

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