hytos / HYTOS / HYTOS / UI / Pump.ui @ e534f39d
이력 | 보기 | 이력해설 | 다운로드 (8.54 KB)
1 |
<?xml version="1.0" encoding="UTF-8"?> |
---|---|
2 |
<ui version="4.0"> |
3 |
<class>PumpDialog</class> |
4 |
<widget class="QDialog" name="PumpDialog"> |
5 |
<property name="geometry"> |
6 |
<rect> |
7 |
<x>0</x> |
8 |
<y>0</y> |
9 |
<width>439</width> |
10 |
<height>206</height> |
11 |
</rect> |
12 |
</property> |
13 |
<property name="font"> |
14 |
<font> |
15 |
<family>맑은 고딕</family> |
16 |
</font> |
17 |
</property> |
18 |
<property name="windowTitle"> |
19 |
<string>HYTOS Equipment Data - Pump</string> |
20 |
</property> |
21 |
<property name="windowIcon"> |
22 |
<iconset resource="../res/Resource.qrc"> |
23 |
<normaloff>:/images/HYTOS.png</normaloff>:/images/HYTOS.png</iconset> |
24 |
</property> |
25 |
<widget class="QGroupBox" name="groupBox"> |
26 |
<property name="geometry"> |
27 |
<rect> |
28 |
<x>8</x> |
29 |
<y>8</y> |
30 |
<width>421</width> |
31 |
<height>159</height> |
32 |
</rect> |
33 |
</property> |
34 |
<property name="font"> |
35 |
<font> |
36 |
<family>맑은 고딕</family> |
37 |
<weight>75</weight> |
38 |
<bold>true</bold> |
39 |
</font> |
40 |
</property> |
41 |
<property name="title"> |
42 |
<string>Equipment Figure</string> |
43 |
</property> |
44 |
<widget class="QLabel" name="label_Img"> |
45 |
<property name="geometry"> |
46 |
<rect> |
47 |
<x>12</x> |
48 |
<y>44</y> |
49 |
<width>146</width> |
50 |
<height>75</height> |
51 |
</rect> |
52 |
</property> |
53 |
<property name="text"> |
54 |
<string><html><head/><body><p><img src=":/images/Pump.png"/></p></body></html></string> |
55 |
</property> |
56 |
</widget> |
57 |
<widget class="QLabel" name="label_5"> |
58 |
<property name="geometry"> |
59 |
<rect> |
60 |
<x>136</x> |
61 |
<y>88</y> |
62 |
<width>90</width> |
63 |
<height>16</height> |
64 |
</rect> |
65 |
</property> |
66 |
<property name="minimumSize"> |
67 |
<size> |
68 |
<width>90</width> |
69 |
<height>0</height> |
70 |
</size> |
71 |
</property> |
72 |
<property name="font"> |
73 |
<font> |
74 |
<weight>50</weight> |
75 |
<bold>false</bold> |
76 |
</font> |
77 |
</property> |
78 |
<property name="text"> |
79 |
<string>Elevation</string> |
80 |
</property> |
81 |
<property name="alignment"> |
82 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
83 |
</property> |
84 |
</widget> |
85 |
<widget class="QLineEdit" name="lineEdit_Elevation"> |
86 |
<property name="geometry"> |
87 |
<rect> |
88 |
<x>232</x> |
89 |
<y>88</y> |
90 |
<width>100</width> |
91 |
<height>21</height> |
92 |
</rect> |
93 |
</property> |
94 |
<property name="maximumSize"> |
95 |
<size> |
96 |
<width>100</width> |
97 |
<height>16777215</height> |
98 |
</size> |
99 |
</property> |
100 |
<property name="font"> |
101 |
<font> |
102 |
<weight>50</weight> |
103 |
<bold>false</bold> |
104 |
</font> |
105 |
</property> |
106 |
<property name="alignment"> |
107 |
<set>Qt::AlignCenter</set> |
108 |
</property> |
109 |
</widget> |
110 |
<widget class="QLabel" name="label_ElevationUnit"> |
111 |
<property name="geometry"> |
112 |
<rect> |
113 |
<x>338</x> |
114 |
<y>88</y> |
115 |
<width>16</width> |
116 |
<height>16</height> |
117 |
</rect> |
118 |
</property> |
119 |
<property name="font"> |
120 |
<font> |
121 |
<weight>50</weight> |
122 |
<bold>false</bold> |
123 |
</font> |
124 |
</property> |
125 |
<property name="text"> |
126 |
<string>-</string> |
127 |
</property> |
128 |
</widget> |
129 |
<widget class="QLabel" name="label_9"> |
130 |
<property name="geometry"> |
131 |
<rect> |
132 |
<x>136</x> |
133 |
<y>117</y> |
134 |
<width>90</width> |
135 |
<height>16</height> |
136 |
</rect> |
137 |
</property> |
138 |
<property name="minimumSize"> |
139 |
<size> |
140 |
<width>90</width> |
141 |
<height>0</height> |
142 |
</size> |
143 |
</property> |
144 |
<property name="font"> |
145 |
<font> |
146 |
<weight>50</weight> |
147 |
<bold>false</bold> |
148 |
</font> |
149 |
</property> |
150 |
<property name="text"> |
151 |
<string>Vapor Press.(a)</string> |
152 |
</property> |
153 |
<property name="alignment"> |
154 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
155 |
</property> |
156 |
</widget> |
157 |
<widget class="QLineEdit" name="lineEdit_Vapor_Pressure"> |
158 |
<property name="geometry"> |
159 |
<rect> |
160 |
<x>232</x> |
161 |
<y>117</y> |
162 |
<width>100</width> |
163 |
<height>21</height> |
164 |
</rect> |
165 |
</property> |
166 |
<property name="maximumSize"> |
167 |
<size> |
168 |
<width>100</width> |
169 |
<height>16777215</height> |
170 |
</size> |
171 |
</property> |
172 |
<property name="alignment"> |
173 |
<set>Qt::AlignCenter</set> |
174 |
</property> |
175 |
</widget> |
176 |
<widget class="QLabel" name="label_Vapor_PressureUnit"> |
177 |
<property name="geometry"> |
178 |
<rect> |
179 |
<x>338</x> |
180 |
<y>117</y> |
181 |
<width>61</width> |
182 |
<height>16</height> |
183 |
</rect> |
184 |
</property> |
185 |
<property name="font"> |
186 |
<font> |
187 |
<weight>50</weight> |
188 |
<bold>false</bold> |
189 |
</font> |
190 |
</property> |
191 |
<property name="text"> |
192 |
<string>-</string> |
193 |
</property> |
194 |
</widget> |
195 |
<widget class="QLabel" name="label_3"> |
196 |
<property name="geometry"> |
197 |
<rect> |
198 |
<x>136</x> |
199 |
<y>59</y> |
200 |
<width>90</width> |
201 |
<height>16</height> |
202 |
</rect> |
203 |
</property> |
204 |
<property name="minimumSize"> |
205 |
<size> |
206 |
<width>90</width> |
207 |
<height>0</height> |
208 |
</size> |
209 |
</property> |
210 |
<property name="font"> |
211 |
<font> |
212 |
<weight>50</weight> |
213 |
<bold>false</bold> |
214 |
</font> |
215 |
</property> |
216 |
<property name="text"> |
217 |
<string>Diff. P</string> |
218 |
</property> |
219 |
<property name="alignment"> |
220 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
221 |
</property> |
222 |
</widget> |
223 |
<widget class="QLineEdit" name="lineEdit_Diff_Pressure"> |
224 |
<property name="geometry"> |
225 |
<rect> |
226 |
<x>232</x> |
227 |
<y>59</y> |
228 |
<width>100</width> |
229 |
<height>21</height> |
230 |
</rect> |
231 |
</property> |
232 |
<property name="maximumSize"> |
233 |
<size> |
234 |
<width>100</width> |
235 |
<height>16777215</height> |
236 |
</size> |
237 |
</property> |
238 |
<property name="font"> |
239 |
<font> |
240 |
<weight>50</weight> |
241 |
<bold>false</bold> |
242 |
</font> |
243 |
</property> |
244 |
<property name="alignment"> |
245 |
<set>Qt::AlignCenter</set> |
246 |
</property> |
247 |
</widget> |
248 |
<widget class="QLabel" name="label_Diff_PressureUnit"> |
249 |
<property name="geometry"> |
250 |
<rect> |
251 |
<x>338</x> |
252 |
<y>59</y> |
253 |
<width>49</width> |
254 |
<height>16</height> |
255 |
</rect> |
256 |
</property> |
257 |
<property name="font"> |
258 |
<font> |
259 |
<weight>50</weight> |
260 |
<bold>false</bold> |
261 |
</font> |
262 |
</property> |
263 |
<property name="text"> |
264 |
<string>-</string> |
265 |
</property> |
266 |
</widget> |
267 |
<widget class="QLabel" name="label_2"> |
268 |
<property name="geometry"> |
269 |
<rect> |
270 |
<x>136</x> |
271 |
<y>30</y> |
272 |
<width>90</width> |
273 |
<height>16</height> |
274 |
</rect> |
275 |
</property> |
276 |
<property name="minimumSize"> |
277 |
<size> |
278 |
<width>90</width> |
279 |
<height>0</height> |
280 |
</size> |
281 |
</property> |
282 |
<property name="font"> |
283 |
<font> |
284 |
<weight>50</weight> |
285 |
<bold>false</bold> |
286 |
</font> |
287 |
</property> |
288 |
<property name="text"> |
289 |
<string>Tag No.</string> |
290 |
</property> |
291 |
<property name="alignment"> |
292 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
293 |
</property> |
294 |
</widget> |
295 |
<widget class="QLineEdit" name="lineEdit_TagNo"> |
296 |
<property name="geometry"> |
297 |
<rect> |
298 |
<x>232</x> |
299 |
<y>30</y> |
300 |
<width>100</width> |
301 |
<height>21</height> |
302 |
</rect> |
303 |
</property> |
304 |
<property name="maximumSize"> |
305 |
<size> |
306 |
<width>100</width> |
307 |
<height>16777215</height> |
308 |
</size> |
309 |
</property> |
310 |
<property name="font"> |
311 |
<font> |
312 |
<weight>50</weight> |
313 |
<bold>false</bold> |
314 |
</font> |
315 |
</property> |
316 |
<property name="alignment"> |
317 |
<set>Qt::AlignCenter</set> |
318 |
</property> |
319 |
</widget> |
320 |
</widget> |
321 |
<widget class="QDialogButtonBox" name="buttonBox"> |
322 |
<property name="geometry"> |
323 |
<rect> |
324 |
<x>272</x> |
325 |
<y>176</y> |
326 |
<width>156</width> |
327 |
<height>23</height> |
328 |
</rect> |
329 |
</property> |
330 |
<property name="orientation"> |
331 |
<enum>Qt::Horizontal</enum> |
332 |
</property> |
333 |
<property name="standardButtons"> |
334 |
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
335 |
</property> |
336 |
</widget> |
337 |
</widget> |
338 |
<tabstops> |
339 |
<tabstop>lineEdit_TagNo</tabstop> |
340 |
<tabstop>lineEdit_Diff_Pressure</tabstop> |
341 |
<tabstop>lineEdit_Elevation</tabstop> |
342 |
<tabstop>lineEdit_Vapor_Pressure</tabstop> |
343 |
</tabstops> |
344 |
<resources> |
345 |
<include location="../res/Resource.qrc"/> |
346 |
</resources> |
347 |
<connections> |
348 |
<connection> |
349 |
<sender>buttonBox</sender> |
350 |
<signal>accepted()</signal> |
351 |
<receiver>PumpDialog</receiver> |
352 |
<slot>accept()</slot> |
353 |
<hints> |
354 |
<hint type="sourcelabel"> |
355 |
<x>248</x> |
356 |
<y>254</y> |
357 |
</hint> |
358 |
<hint type="destinationlabel"> |
359 |
<x>157</x> |
360 |
<y>274</y> |
361 |
</hint> |
362 |
</hints> |
363 |
</connection> |
364 |
<connection> |
365 |
<sender>buttonBox</sender> |
366 |
<signal>rejected()</signal> |
367 |
<receiver>PumpDialog</receiver> |
368 |
<slot>reject()</slot> |
369 |
<hints> |
370 |
<hint type="sourcelabel"> |
371 |
<x>316</x> |
372 |
<y>260</y> |
373 |
</hint> |
374 |
<hint type="destinationlabel"> |
375 |
<x>286</x> |
376 |
<y>274</y> |
377 |
</hint> |
378 |
</hints> |
379 |
</connection> |
380 |
</connections> |
381 |
</ui> |