hytos / HYTOS / HYTOS / UI / DiameterEstimation_Vapor.ui @ 3b44b5a7
이력 | 보기 | 이력해설 | 다운로드 (19.4 KB)
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>656</width> |
10 |
<height>488</height> |
11 |
</rect> |
12 |
</property> |
13 |
<property name="font"> |
14 |
<font> |
15 |
<family>굴림</family> |
16 |
</font> |
17 |
</property> |
18 |
<property name="windowTitle"> |
19 |
<string>Pipe Diameter Estimation</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 |
<layout class="QGridLayout" name="gridLayout"> |
26 |
<item row="0" column="0"> |
27 |
<layout class="QVBoxLayout" name="verticalLayout"> |
28 |
<item> |
29 |
<layout class="QHBoxLayout" name="horizontalLayout_8"> |
30 |
<item> |
31 |
<widget class="QGroupBox" name="groupBox_4"> |
32 |
<property name="minimumSize"> |
33 |
<size> |
34 |
<width>300</width> |
35 |
<height>150</height> |
36 |
</size> |
37 |
</property> |
38 |
<property name="maximumSize"> |
39 |
<size> |
40 |
<width>300</width> |
41 |
<height>150</height> |
42 |
</size> |
43 |
</property> |
44 |
<property name="font"> |
45 |
<font> |
46 |
<family>굴림</family> |
47 |
<weight>75</weight> |
48 |
<bold>true</bold> |
49 |
</font> |
50 |
</property> |
51 |
<property name="title"> |
52 |
<string>Reference Pressure</string> |
53 |
</property> |
54 |
<layout class="QGridLayout" name="gridLayout_5"> |
55 |
<item row="0" column="0"> |
56 |
<widget class="QLabel" name="label_6"> |
57 |
<property name="minimumSize"> |
58 |
<size> |
59 |
<width>0</width> |
60 |
<height>0</height> |
61 |
</size> |
62 |
</property> |
63 |
<property name="maximumSize"> |
64 |
<size> |
65 |
<width>16777215</width> |
66 |
<height>16777215</height> |
67 |
</size> |
68 |
</property> |
69 |
<property name="font"> |
70 |
<font> |
71 |
<weight>50</weight> |
72 |
<bold>false</bold> |
73 |
</font> |
74 |
</property> |
75 |
<property name="text"> |
76 |
<string> Inlet P.</string> |
77 |
</property> |
78 |
</widget> |
79 |
</item> |
80 |
<item row="3" column="2"> |
81 |
<widget class="QLabel" name="label_Outlet_Pressure_Unit"> |
82 |
<property name="minimumSize"> |
83 |
<size> |
84 |
<width>98</width> |
85 |
<height>0</height> |
86 |
</size> |
87 |
</property> |
88 |
<property name="maximumSize"> |
89 |
<size> |
90 |
<width>98</width> |
91 |
<height>16777215</height> |
92 |
</size> |
93 |
</property> |
94 |
<property name="font"> |
95 |
<font> |
96 |
<weight>50</weight> |
97 |
<bold>false</bold> |
98 |
</font> |
99 |
</property> |
100 |
<property name="text"> |
101 |
<string>-</string> |
102 |
</property> |
103 |
<property name="alignment"> |
104 |
<set>Qt::AlignCenter</set> |
105 |
</property> |
106 |
</widget> |
107 |
</item> |
108 |
<item row="0" column="2"> |
109 |
<widget class="QLabel" name="label_5"> |
110 |
<property name="minimumSize"> |
111 |
<size> |
112 |
<width>0</width> |
113 |
<height>0</height> |
114 |
</size> |
115 |
</property> |
116 |
<property name="maximumSize"> |
117 |
<size> |
118 |
<width>16777215</width> |
119 |
<height>16777215</height> |
120 |
</size> |
121 |
</property> |
122 |
<property name="font"> |
123 |
<font> |
124 |
<weight>50</weight> |
125 |
<bold>false</bold> |
126 |
</font> |
127 |
</property> |
128 |
<property name="text"> |
129 |
<string> Outlet P.</string> |
130 |
</property> |
131 |
</widget> |
132 |
</item> |
133 |
<item row="2" column="1"> |
134 |
<widget class="QPushButton" name="pushButton_Apply"> |
135 |
<property name="font"> |
136 |
<font> |
137 |
<weight>50</weight> |
138 |
<bold>false</bold> |
139 |
</font> |
140 |
</property> |
141 |
<property name="text"> |
142 |
<string>Apply</string> |
143 |
</property> |
144 |
</widget> |
145 |
</item> |
146 |
<item row="2" column="2"> |
147 |
<widget class="QLineEdit" name="lineEdit_Outlet_Pressure"> |
148 |
<property name="minimumSize"> |
149 |
<size> |
150 |
<width>100</width> |
151 |
<height>0</height> |
152 |
</size> |
153 |
</property> |
154 |
<property name="maximumSize"> |
155 |
<size> |
156 |
<width>100</width> |
157 |
<height>16777215</height> |
158 |
</size> |
159 |
</property> |
160 |
<property name="font"> |
161 |
<font> |
162 |
<weight>50</weight> |
163 |
<bold>false</bold> |
164 |
</font> |
165 |
</property> |
166 |
<property name="alignment"> |
167 |
<set>Qt::AlignCenter</set> |
168 |
</property> |
169 |
<property name="readOnly"> |
170 |
<bool>false</bool> |
171 |
</property> |
172 |
</widget> |
173 |
</item> |
174 |
<item row="1" column="0" colspan="3"> |
175 |
<widget class="QLabel" name="label_7"> |
176 |
<property name="text"> |
177 |
<string><html><head/><body><p><img src=":/images/S_Out.png"/></p></body></html></string> |
178 |
</property> |
179 |
</widget> |
180 |
</item> |
181 |
<item row="2" column="0"> |
182 |
<widget class="QLineEdit" name="lineEdit_Inlet_Pressure"> |
183 |
<property name="minimumSize"> |
184 |
<size> |
185 |
<width>100</width> |
186 |
<height>0</height> |
187 |
</size> |
188 |
</property> |
189 |
<property name="maximumSize"> |
190 |
<size> |
191 |
<width>100</width> |
192 |
<height>16777215</height> |
193 |
</size> |
194 |
</property> |
195 |
<property name="font"> |
196 |
<font> |
197 |
<weight>50</weight> |
198 |
<bold>false</bold> |
199 |
</font> |
200 |
</property> |
201 |
<property name="alignment"> |
202 |
<set>Qt::AlignCenter</set> |
203 |
</property> |
204 |
<property name="readOnly"> |
205 |
<bool>false</bool> |
206 |
</property> |
207 |
</widget> |
208 |
</item> |
209 |
<item row="3" column="0"> |
210 |
<widget class="QLabel" name="label_Inlet_Pressure_Unit"> |
211 |
<property name="minimumSize"> |
212 |
<size> |
213 |
<width>98</width> |
214 |
<height>0</height> |
215 |
</size> |
216 |
</property> |
217 |
<property name="maximumSize"> |
218 |
<size> |
219 |
<width>98</width> |
220 |
<height>16777215</height> |
221 |
</size> |
222 |
</property> |
223 |
<property name="font"> |
224 |
<font> |
225 |
<weight>50</weight> |
226 |
<bold>false</bold> |
227 |
</font> |
228 |
</property> |
229 |
<property name="text"> |
230 |
<string>-</string> |
231 |
</property> |
232 |
<property name="alignment"> |
233 |
<set>Qt::AlignCenter</set> |
234 |
</property> |
235 |
</widget> |
236 |
</item> |
237 |
</layout> |
238 |
</widget> |
239 |
</item> |
240 |
<item> |
241 |
<widget class="QGroupBox" name="groupBox_3"> |
242 |
<property name="font"> |
243 |
<font> |
244 |
<family>굴림</family> |
245 |
<weight>75</weight> |
246 |
<bold>true</bold> |
247 |
</font> |
248 |
</property> |
249 |
<property name="title"> |
250 |
<string>Calculated Property</string> |
251 |
</property> |
252 |
<layout class="QGridLayout" name="gridLayout_4"> |
253 |
<item row="0" column="0"> |
254 |
<spacer name="verticalSpacer"> |
255 |
<property name="orientation"> |
256 |
<enum>Qt::Vertical</enum> |
257 |
</property> |
258 |
<property name="sizeHint" stdset="0"> |
259 |
<size> |
260 |
<width>20</width> |
261 |
<height>40</height> |
262 |
</size> |
263 |
</property> |
264 |
</spacer> |
265 |
</item> |
266 |
<item row="2" column="0"> |
267 |
<layout class="QHBoxLayout" name="horizontalLayout_4"> |
268 |
<item> |
269 |
<widget class="QLabel" name="label_3"> |
270 |
<property name="minimumSize"> |
271 |
<size> |
272 |
<width>150</width> |
273 |
<height>0</height> |
274 |
</size> |
275 |
</property> |
276 |
<property name="maximumSize"> |
277 |
<size> |
278 |
<width>150</width> |
279 |
<height>16777215</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>- Normal Volume Flowrate</string> |
290 |
</property> |
291 |
</widget> |
292 |
</item> |
293 |
<item> |
294 |
<widget class="QLineEdit" name="lineEdit_Flowrate_Volume"> |
295 |
<property name="minimumSize"> |
296 |
<size> |
297 |
<width>100</width> |
298 |
<height>0</height> |
299 |
</size> |
300 |
</property> |
301 |
<property name="maximumSize"> |
302 |
<size> |
303 |
<width>100</width> |
304 |
<height>16777215</height> |
305 |
</size> |
306 |
</property> |
307 |
<property name="font"> |
308 |
<font> |
309 |
<weight>50</weight> |
310 |
<bold>false</bold> |
311 |
</font> |
312 |
</property> |
313 |
<property name="alignment"> |
314 |
<set>Qt::AlignCenter</set> |
315 |
</property> |
316 |
<property name="readOnly"> |
317 |
<bool>true</bool> |
318 |
</property> |
319 |
</widget> |
320 |
</item> |
321 |
<item> |
322 |
<widget class="QLabel" name="label_Flowrate_Volume_Unit"> |
323 |
<property name="font"> |
324 |
<font> |
325 |
<weight>50</weight> |
326 |
<bold>false</bold> |
327 |
</font> |
328 |
</property> |
329 |
<property name="text"> |
330 |
<string>-</string> |
331 |
</property> |
332 |
</widget> |
333 |
</item> |
334 |
</layout> |
335 |
</item> |
336 |
<item row="1" column="0"> |
337 |
<layout class="QHBoxLayout" name="horizontalLayout_5"> |
338 |
<item> |
339 |
<widget class="QLabel" name="label_4"> |
340 |
<property name="minimumSize"> |
341 |
<size> |
342 |
<width>150</width> |
343 |
<height>0</height> |
344 |
</size> |
345 |
</property> |
346 |
<property name="maximumSize"> |
347 |
<size> |
348 |
<width>150</width> |
349 |
<height>16777215</height> |
350 |
</size> |
351 |
</property> |
352 |
<property name="font"> |
353 |
<font> |
354 |
<weight>50</weight> |
355 |
<bold>false</bold> |
356 |
</font> |
357 |
</property> |
358 |
<property name="text"> |
359 |
<string>- Density</string> |
360 |
</property> |
361 |
</widget> |
362 |
</item> |
363 |
<item> |
364 |
<widget class="QLineEdit" name="lineEdit_Density"> |
365 |
<property name="minimumSize"> |
366 |
<size> |
367 |
<width>100</width> |
368 |
<height>0</height> |
369 |
</size> |
370 |
</property> |
371 |
<property name="maximumSize"> |
372 |
<size> |
373 |
<width>100</width> |
374 |
<height>16777215</height> |
375 |
</size> |
376 |
</property> |
377 |
<property name="font"> |
378 |
<font> |
379 |
<weight>50</weight> |
380 |
<bold>false</bold> |
381 |
</font> |
382 |
</property> |
383 |
<property name="alignment"> |
384 |
<set>Qt::AlignCenter</set> |
385 |
</property> |
386 |
<property name="readOnly"> |
387 |
<bool>true</bool> |
388 |
</property> |
389 |
</widget> |
390 |
</item> |
391 |
<item> |
392 |
<widget class="QLabel" name="label_Density_Unit"> |
393 |
<property name="font"> |
394 |
<font> |
395 |
<weight>50</weight> |
396 |
<bold>false</bold> |
397 |
</font> |
398 |
</property> |
399 |
<property name="text"> |
400 |
<string>-</string> |
401 |
</property> |
402 |
</widget> |
403 |
</item> |
404 |
</layout> |
405 |
</item> |
406 |
<item row="3" column="0"> |
407 |
<spacer name="verticalSpacer_2"> |
408 |
<property name="orientation"> |
409 |
<enum>Qt::Vertical</enum> |
410 |
</property> |
411 |
<property name="sizeHint" stdset="0"> |
412 |
<size> |
413 |
<width>20</width> |
414 |
<height>40</height> |
415 |
</size> |
416 |
</property> |
417 |
</spacer> |
418 |
</item> |
419 |
</layout> |
420 |
</widget> |
421 |
</item> |
422 |
</layout> |
423 |
</item> |
424 |
<item> |
425 |
<widget class="QGroupBox" name="groupBox"> |
426 |
<property name="font"> |
427 |
<font> |
428 |
<family>굴림</family> |
429 |
<weight>75</weight> |
430 |
<bold>true</bold> |
431 |
</font> |
432 |
</property> |
433 |
<property name="title"> |
434 |
<string>Limitation Criteria</string> |
435 |
</property> |
436 |
<layout class="QGridLayout" name="gridLayout_2"> |
437 |
<item row="1" column="0"> |
438 |
<layout class="QHBoxLayout" name="horizontalLayout"> |
439 |
<item> |
440 |
<widget class="QLabel" name="label_2"> |
441 |
<property name="minimumSize"> |
442 |
<size> |
443 |
<width>90</width> |
444 |
<height>0</height> |
445 |
</size> |
446 |
</property> |
447 |
<property name="maximumSize"> |
448 |
<size> |
449 |
<width>90</width> |
450 |
<height>16777215</height> |
451 |
</size> |
452 |
</property> |
453 |
<property name="font"> |
454 |
<font> |
455 |
<weight>50</weight> |
456 |
<bold>false</bold> |
457 |
</font> |
458 |
</property> |
459 |
<property name="text"> |
460 |
<string>Pressure Drop</string> |
461 |
</property> |
462 |
</widget> |
463 |
</item> |
464 |
<item> |
465 |
<widget class="QLineEdit" name="lineEdit_Pressure_Drop"> |
466 |
<property name="minimumSize"> |
467 |
<size> |
468 |
<width>100</width> |
469 |
<height>0</height> |
470 |
</size> |
471 |
</property> |
472 |
<property name="maximumSize"> |
473 |
<size> |
474 |
<width>100</width> |
475 |
<height>16777215</height> |
476 |
</size> |
477 |
</property> |
478 |
<property name="font"> |
479 |
<font> |
480 |
<weight>50</weight> |
481 |
<bold>false</bold> |
482 |
</font> |
483 |
</property> |
484 |
<property name="alignment"> |
485 |
<set>Qt::AlignCenter</set> |
486 |
</property> |
487 |
<property name="readOnly"> |
488 |
<bool>true</bool> |
489 |
</property> |
490 |
</widget> |
491 |
</item> |
492 |
<item> |
493 |
<widget class="QLabel" name="label_Pressure_Drop_Unit"> |
494 |
<property name="font"> |
495 |
<font> |
496 |
<weight>50</weight> |
497 |
<bold>false</bold> |
498 |
</font> |
499 |
</property> |
500 |
<property name="text"> |
501 |
<string>-</string> |
502 |
</property> |
503 |
</widget> |
504 |
</item> |
505 |
</layout> |
506 |
</item> |
507 |
<item row="0" column="0"> |
508 |
<layout class="QHBoxLayout" name="horizontalLayout_2"> |
509 |
<item> |
510 |
<widget class="QLabel" name="label"> |
511 |
<property name="minimumSize"> |
512 |
<size> |
513 |
<width>90</width> |
514 |
<height>0</height> |
515 |
</size> |
516 |
</property> |
517 |
<property name="maximumSize"> |
518 |
<size> |
519 |
<width>90</width> |
520 |
<height>16777215</height> |
521 |
</size> |
522 |
</property> |
523 |
<property name="font"> |
524 |
<font> |
525 |
<weight>50</weight> |
526 |
<bold>false</bold> |
527 |
</font> |
528 |
</property> |
529 |
<property name="text"> |
530 |
<string>Velocity</string> |
531 |
</property> |
532 |
</widget> |
533 |
</item> |
534 |
<item> |
535 |
<widget class="QLineEdit" name="lineEdit_Velocity"> |
536 |
<property name="minimumSize"> |
537 |
<size> |
538 |
<width>100</width> |
539 |
<height>0</height> |
540 |
</size> |
541 |
</property> |
542 |
<property name="maximumSize"> |
543 |
<size> |
544 |
<width>100</width> |
545 |
<height>16777215</height> |
546 |
</size> |
547 |
</property> |
548 |
<property name="font"> |
549 |
<font> |
550 |
<weight>50</weight> |
551 |
<bold>false</bold> |
552 |
</font> |
553 |
</property> |
554 |
<property name="alignment"> |
555 |
<set>Qt::AlignCenter</set> |
556 |
</property> |
557 |
<property name="readOnly"> |
558 |
<bool>true</bool> |
559 |
</property> |
560 |
</widget> |
561 |
</item> |
562 |
<item> |
563 |
<widget class="QLabel" name="label_Velocity_Unit"> |
564 |
<property name="font"> |
565 |
<font> |
566 |
<weight>50</weight> |
567 |
<bold>false</bold> |
568 |
</font> |
569 |
</property> |
570 |
<property name="text"> |
571 |
<string>-</string> |
572 |
</property> |
573 |
</widget> |
574 |
</item> |
575 |
</layout> |
576 |
</item> |
577 |
</layout> |
578 |
</widget> |
579 |
</item> |
580 |
<item> |
581 |
<widget class="QGroupBox" name="groupBox_2"> |
582 |
<property name="font"> |
583 |
<font> |
584 |
<family>굴림</family> |
585 |
<weight>75</weight> |
586 |
<bold>true</bold> |
587 |
</font> |
588 |
</property> |
589 |
<property name="title"> |
590 |
<string>Select Pipe Diameter</string> |
591 |
</property> |
592 |
<layout class="QGridLayout" name="gridLayout_3"> |
593 |
<item row="0" column="0"> |
594 |
<widget class="QTableWidget" name="tableWidget"/> |
595 |
</item> |
596 |
</layout> |
597 |
</widget> |
598 |
</item> |
599 |
</layout> |
600 |
</item> |
601 |
<item row="1" column="0"> |
602 |
<layout class="QHBoxLayout" name="horizontalLayout_3"> |
603 |
<item> |
604 |
<widget class="QLabel" name="label_Note"> |
605 |
<property name="font"> |
606 |
<font> |
607 |
<weight>75</weight> |
608 |
<bold>true</bold> |
609 |
</font> |
610 |
</property> |
611 |
<property name="text"> |
612 |
<string>※ Note : Red Diameter is not available</string> |
613 |
</property> |
614 |
</widget> |
615 |
</item> |
616 |
<item> |
617 |
<widget class="QDialogButtonBox" name="buttonBox"> |
618 |
<property name="orientation"> |
619 |
<enum>Qt::Horizontal</enum> |
620 |
</property> |
621 |
<property name="standardButtons"> |
622 |
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
623 |
</property> |
624 |
</widget> |
625 |
</item> |
626 |
</layout> |
627 |
</item> |
628 |
</layout> |
629 |
</widget> |
630 |
<tabstops> |
631 |
<tabstop>lineEdit_Velocity</tabstop> |
632 |
<tabstop>lineEdit_Pressure_Drop</tabstop> |
633 |
<tabstop>tableWidget</tabstop> |
634 |
</tabstops> |
635 |
<resources> |
636 |
<include location="../res/Resource.qrc"/> |
637 |
</resources> |
638 |
<connections> |
639 |
<connection> |
640 |
<sender>buttonBox</sender> |
641 |
<signal>accepted()</signal> |
642 |
<receiver>Dialog</receiver> |
643 |
<slot>accept()</slot> |
644 |
<hints> |
645 |
<hint type="sourcelabel"> |
646 |
<x>248</x> |
647 |
<y>254</y> |
648 |
</hint> |
649 |
<hint type="destinationlabel"> |
650 |
<x>157</x> |
651 |
<y>274</y> |
652 |
</hint> |
653 |
</hints> |
654 |
</connection> |
655 |
<connection> |
656 |
<sender>buttonBox</sender> |
657 |
<signal>rejected()</signal> |
658 |
<receiver>Dialog</receiver> |
659 |
<slot>reject()</slot> |
660 |
<hints> |
661 |
<hint type="sourcelabel"> |
662 |
<x>316</x> |
663 |
<y>260</y> |
664 |
</hint> |
665 |
<hint type="destinationlabel"> |
666 |
<x>286</x> |
667 |
<y>274</y> |
668 |
</hint> |
669 |
</hints> |
670 |
</connection> |
671 |
</connections> |
672 |
</ui> |