hytos / HYTOS / HYTOS / UI / StreamData.ui @ 691bd900
이력 | 보기 | 이력해설 | 다운로드 (48.9 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>679</width> |
10 |
<height>419</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 Stream Data</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_StreamNo"> |
26 |
<property name="geometry"> |
27 |
<rect> |
28 |
<x>8</x> |
29 |
<y>8</y> |
30 |
<width>661</width> |
31 |
<height>60</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>Stream No : ????</string> |
43 |
</property> |
44 |
<widget class="QDialogButtonBox" name="buttonBox"> |
45 |
<property name="geometry"> |
46 |
<rect> |
47 |
<x>492</x> |
48 |
<y>28</y> |
49 |
<width>156</width> |
50 |
<height>23</height> |
51 |
</rect> |
52 |
</property> |
53 |
<property name="font"> |
54 |
<font> |
55 |
<family>맑은 고딕</family> |
56 |
<weight>50</weight> |
57 |
<bold>false</bold> |
58 |
</font> |
59 |
</property> |
60 |
<property name="orientation"> |
61 |
<enum>Qt::Horizontal</enum> |
62 |
</property> |
63 |
<property name="standardButtons"> |
64 |
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
65 |
</property> |
66 |
</widget> |
67 |
<widget class="QLabel" name="label_14"> |
68 |
<property name="geometry"> |
69 |
<rect> |
70 |
<x>236</x> |
71 |
<y>30</y> |
72 |
<width>77</width> |
73 |
<height>16</height> |
74 |
</rect> |
75 |
</property> |
76 |
<property name="font"> |
77 |
<font> |
78 |
<family>맑은 고딕</family> |
79 |
<weight>50</weight> |
80 |
<bold>false</bold> |
81 |
</font> |
82 |
</property> |
83 |
<property name="text"> |
84 |
<string>Phase Type : </string> |
85 |
</property> |
86 |
</widget> |
87 |
<widget class="QComboBox" name="comboBox_PhaseType"> |
88 |
<property name="geometry"> |
89 |
<rect> |
90 |
<x>312</x> |
91 |
<y>28</y> |
92 |
<width>161</width> |
93 |
<height>22</height> |
94 |
</rect> |
95 |
</property> |
96 |
</widget> |
97 |
<widget class="QLabel" name="label_5"> |
98 |
<property name="geometry"> |
99 |
<rect> |
100 |
<x>12</x> |
101 |
<y>30</y> |
102 |
<width>77</width> |
103 |
<height>16</height> |
104 |
</rect> |
105 |
</property> |
106 |
<property name="font"> |
107 |
<font> |
108 |
<family>맑은 고딕</family> |
109 |
<weight>50</weight> |
110 |
<bold>false</bold> |
111 |
</font> |
112 |
</property> |
113 |
<property name="text"> |
114 |
<string>Display No. : </string> |
115 |
</property> |
116 |
</widget> |
117 |
<widget class="QLineEdit" name="lineEdit_DisplayNo"> |
118 |
<property name="geometry"> |
119 |
<rect> |
120 |
<x>88</x> |
121 |
<y>28</y> |
122 |
<width>133</width> |
123 |
<height>21</height> |
124 |
</rect> |
125 |
</property> |
126 |
<property name="minimumSize"> |
127 |
<size> |
128 |
<width>0</width> |
129 |
<height>21</height> |
130 |
</size> |
131 |
</property> |
132 |
<property name="maximumSize"> |
133 |
<size> |
134 |
<width>16777215</width> |
135 |
<height>16777215</height> |
136 |
</size> |
137 |
</property> |
138 |
<property name="font"> |
139 |
<font> |
140 |
<family>맑은 고딕</family> |
141 |
<weight>50</weight> |
142 |
<bold>false</bold> |
143 |
</font> |
144 |
</property> |
145 |
</widget> |
146 |
</widget> |
147 |
<widget class="QGroupBox" name="groupBox_Geometry_Data"> |
148 |
<property name="geometry"> |
149 |
<rect> |
150 |
<x>344</x> |
151 |
<y>80</y> |
152 |
<width>324</width> |
153 |
<height>329</height> |
154 |
</rect> |
155 |
</property> |
156 |
<property name="font"> |
157 |
<font> |
158 |
<weight>75</weight> |
159 |
<bold>true</bold> |
160 |
</font> |
161 |
</property> |
162 |
<property name="title"> |
163 |
<string>Geometry Data</string> |
164 |
</property> |
165 |
<layout class="QVBoxLayout" name="verticalLayout_4"> |
166 |
<item> |
167 |
<layout class="QHBoxLayout" name="horizontalLayout_15"> |
168 |
<item> |
169 |
<widget class="QLabel" name="label_13"> |
170 |
<property name="minimumSize"> |
171 |
<size> |
172 |
<width>129</width> |
173 |
<height>0</height> |
174 |
</size> |
175 |
</property> |
176 |
<property name="maximumSize"> |
177 |
<size> |
178 |
<width>129</width> |
179 |
<height>16777215</height> |
180 |
</size> |
181 |
</property> |
182 |
<property name="font"> |
183 |
<font> |
184 |
<weight>50</weight> |
185 |
<bold>false</bold> |
186 |
</font> |
187 |
</property> |
188 |
<property name="text"> |
189 |
<string>Use Equiv. Length :</string> |
190 |
</property> |
191 |
<property name="alignment"> |
192 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
193 |
</property> |
194 |
</widget> |
195 |
</item> |
196 |
<item> |
197 |
<widget class="QRadioButton" name="radioButton_Equivalent_Length_Input"> |
198 |
<property name="font"> |
199 |
<font> |
200 |
<weight>50</weight> |
201 |
<bold>false</bold> |
202 |
</font> |
203 |
</property> |
204 |
<property name="text"> |
205 |
<string>Input</string> |
206 |
</property> |
207 |
<property name="checked"> |
208 |
<bool>true</bool> |
209 |
</property> |
210 |
</widget> |
211 |
</item> |
212 |
<item> |
213 |
<widget class="QRadioButton" name="radioButton_Equivalent_Length_Cal"> |
214 |
<property name="font"> |
215 |
<font> |
216 |
<weight>50</weight> |
217 |
<bold>false</bold> |
218 |
</font> |
219 |
</property> |
220 |
<property name="text"> |
221 |
<string>Cal'd</string> |
222 |
</property> |
223 |
</widget> |
224 |
</item> |
225 |
</layout> |
226 |
</item> |
227 |
<item> |
228 |
<layout class="QHBoxLayout" name="horizontalLayout_7"> |
229 |
<item> |
230 |
<widget class="QLabel" name="label_8"> |
231 |
<property name="minimumSize"> |
232 |
<size> |
233 |
<width>129</width> |
234 |
<height>0</height> |
235 |
</size> |
236 |
</property> |
237 |
<property name="maximumSize"> |
238 |
<size> |
239 |
<width>129</width> |
240 |
<height>16777215</height> |
241 |
</size> |
242 |
</property> |
243 |
<property name="font"> |
244 |
<font> |
245 |
<weight>50</weight> |
246 |
<bold>false</bold> |
247 |
</font> |
248 |
</property> |
249 |
<property name="text"> |
250 |
<string>ND :</string> |
251 |
</property> |
252 |
<property name="alignment"> |
253 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
254 |
</property> |
255 |
</widget> |
256 |
</item> |
257 |
<item> |
258 |
<widget class="QComboBox" name="comboBox_Nominal_Pipe_Size"> |
259 |
<property name="minimumSize"> |
260 |
<size> |
261 |
<width>80</width> |
262 |
<height>0</height> |
263 |
</size> |
264 |
</property> |
265 |
<property name="maximumSize"> |
266 |
<size> |
267 |
<width>80</width> |
268 |
<height>16777215</height> |
269 |
</size> |
270 |
</property> |
271 |
<property name="font"> |
272 |
<font> |
273 |
<weight>50</weight> |
274 |
<bold>false</bold> |
275 |
</font> |
276 |
</property> |
277 |
</widget> |
278 |
</item> |
279 |
<item> |
280 |
<widget class="QLabel" name="label_Nominal_Pipe_Size_Unit"> |
281 |
<property name="font"> |
282 |
<font> |
283 |
<weight>50</weight> |
284 |
<bold>false</bold> |
285 |
</font> |
286 |
</property> |
287 |
<property name="text"> |
288 |
<string>-</string> |
289 |
</property> |
290 |
</widget> |
291 |
</item> |
292 |
</layout> |
293 |
</item> |
294 |
<item> |
295 |
<layout class="QHBoxLayout" name="horizontalLayout_6"> |
296 |
<item> |
297 |
<widget class="QLabel" name="label_10"> |
298 |
<property name="minimumSize"> |
299 |
<size> |
300 |
<width>129</width> |
301 |
<height>0</height> |
302 |
</size> |
303 |
</property> |
304 |
<property name="maximumSize"> |
305 |
<size> |
306 |
<width>129</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="text"> |
317 |
<string>Sch. No. :</string> |
318 |
</property> |
319 |
<property name="alignment"> |
320 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
321 |
</property> |
322 |
</widget> |
323 |
</item> |
324 |
<item> |
325 |
<widget class="QComboBox" name="comboBox_Schedule_No"> |
326 |
<property name="minimumSize"> |
327 |
<size> |
328 |
<width>80</width> |
329 |
<height>0</height> |
330 |
</size> |
331 |
</property> |
332 |
<property name="maximumSize"> |
333 |
<size> |
334 |
<width>80</width> |
335 |
<height>16777215</height> |
336 |
</size> |
337 |
</property> |
338 |
<property name="font"> |
339 |
<font> |
340 |
<weight>50</weight> |
341 |
<bold>false</bold> |
342 |
</font> |
343 |
</property> |
344 |
</widget> |
345 |
</item> |
346 |
<item> |
347 |
<spacer name="horizontalSpacer_4"> |
348 |
<property name="orientation"> |
349 |
<enum>Qt::Horizontal</enum> |
350 |
</property> |
351 |
<property name="sizeHint" stdset="0"> |
352 |
<size> |
353 |
<width>40</width> |
354 |
<height>20</height> |
355 |
</size> |
356 |
</property> |
357 |
</spacer> |
358 |
</item> |
359 |
</layout> |
360 |
</item> |
361 |
<item> |
362 |
<layout class="QHBoxLayout" name="horizontalLayout_5"> |
363 |
<item> |
364 |
<widget class="QLabel" name="label_12"> |
365 |
<property name="minimumSize"> |
366 |
<size> |
367 |
<width>129</width> |
368 |
<height>0</height> |
369 |
</size> |
370 |
</property> |
371 |
<property name="maximumSize"> |
372 |
<size> |
373 |
<width>129</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="text"> |
384 |
<string>ID :</string> |
385 |
</property> |
386 |
<property name="alignment"> |
387 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
388 |
</property> |
389 |
</widget> |
390 |
</item> |
391 |
<item> |
392 |
<widget class="QLineEdit" name="lineEdit_Inside_Pipe_Size"> |
393 |
<property name="enabled"> |
394 |
<bool>true</bool> |
395 |
</property> |
396 |
<property name="minimumSize"> |
397 |
<size> |
398 |
<width>80</width> |
399 |
<height>0</height> |
400 |
</size> |
401 |
</property> |
402 |
<property name="maximumSize"> |
403 |
<size> |
404 |
<width>80</width> |
405 |
<height>16777215</height> |
406 |
</size> |
407 |
</property> |
408 |
<property name="font"> |
409 |
<font> |
410 |
<weight>50</weight> |
411 |
<bold>false</bold> |
412 |
</font> |
413 |
</property> |
414 |
<property name="alignment"> |
415 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
416 |
</property> |
417 |
</widget> |
418 |
</item> |
419 |
<item> |
420 |
<widget class="QLabel" name="label_Inside_Pipe_Size_Unit"> |
421 |
<property name="font"> |
422 |
<font> |
423 |
<weight>50</weight> |
424 |
<bold>false</bold> |
425 |
</font> |
426 |
</property> |
427 |
<property name="text"> |
428 |
<string>-</string> |
429 |
</property> |
430 |
</widget> |
431 |
</item> |
432 |
</layout> |
433 |
</item> |
434 |
<item> |
435 |
<layout class="QHBoxLayout" name="horizontalLayout_19"> |
436 |
<item> |
437 |
<widget class="QComboBox" name="comboBox_Roughness"> |
438 |
<property name="minimumSize"> |
439 |
<size> |
440 |
<width>129</width> |
441 |
<height>0</height> |
442 |
</size> |
443 |
</property> |
444 |
<property name="maximumSize"> |
445 |
<size> |
446 |
<width>129</width> |
447 |
<height>16777215</height> |
448 |
</size> |
449 |
</property> |
450 |
</widget> |
451 |
</item> |
452 |
<item> |
453 |
<widget class="QLineEdit" name="lineEdit_Roughness"> |
454 |
<property name="minimumSize"> |
455 |
<size> |
456 |
<width>80</width> |
457 |
<height>0</height> |
458 |
</size> |
459 |
</property> |
460 |
<property name="maximumSize"> |
461 |
<size> |
462 |
<width>80</width> |
463 |
<height>16777215</height> |
464 |
</size> |
465 |
</property> |
466 |
<property name="alignment"> |
467 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
468 |
</property> |
469 |
</widget> |
470 |
</item> |
471 |
<item> |
472 |
<widget class="QLabel" name="label_Roughness_Unit"> |
473 |
<property name="minimumSize"> |
474 |
<size> |
475 |
<width>0</width> |
476 |
<height>0</height> |
477 |
</size> |
478 |
</property> |
479 |
<property name="font"> |
480 |
<font> |
481 |
<weight>50</weight> |
482 |
<bold>false</bold> |
483 |
</font> |
484 |
</property> |
485 |
<property name="text"> |
486 |
<string>-</string> |
487 |
</property> |
488 |
</widget> |
489 |
</item> |
490 |
<item> |
491 |
<widget class="QPushButton" name="pushButton_Roughness"> |
492 |
<property name="minimumSize"> |
493 |
<size> |
494 |
<width>64</width> |
495 |
<height>0</height> |
496 |
</size> |
497 |
</property> |
498 |
<property name="maximumSize"> |
499 |
<size> |
500 |
<width>64</width> |
501 |
<height>16777215</height> |
502 |
</size> |
503 |
</property> |
504 |
<property name="font"> |
505 |
<font> |
506 |
<weight>50</weight> |
507 |
<bold>false</bold> |
508 |
</font> |
509 |
</property> |
510 |
<property name="text"> |
511 |
<string>View</string> |
512 |
</property> |
513 |
</widget> |
514 |
</item> |
515 |
</layout> |
516 |
</item> |
517 |
<item> |
518 |
<layout class="QHBoxLayout" name="horizontalLayout_17"> |
519 |
<item> |
520 |
<widget class="QLabel" name="label_27"> |
521 |
<property name="minimumSize"> |
522 |
<size> |
523 |
<width>129</width> |
524 |
<height>0</height> |
525 |
</size> |
526 |
</property> |
527 |
<property name="maximumSize"> |
528 |
<size> |
529 |
<width>129</width> |
530 |
<height>16777215</height> |
531 |
</size> |
532 |
</property> |
533 |
<property name="font"> |
534 |
<font> |
535 |
<weight>50</weight> |
536 |
<bold>false</bold> |
537 |
</font> |
538 |
</property> |
539 |
<property name="text"> |
540 |
<string>Str. Length :</string> |
541 |
</property> |
542 |
<property name="alignment"> |
543 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
544 |
</property> |
545 |
</widget> |
546 |
</item> |
547 |
<item> |
548 |
<widget class="QLineEdit" name="lineEdit_Straight_Length"> |
549 |
<property name="minimumSize"> |
550 |
<size> |
551 |
<width>80</width> |
552 |
<height>0</height> |
553 |
</size> |
554 |
</property> |
555 |
<property name="maximumSize"> |
556 |
<size> |
557 |
<width>80</width> |
558 |
<height>16777215</height> |
559 |
</size> |
560 |
</property> |
561 |
<property name="font"> |
562 |
<font> |
563 |
<weight>50</weight> |
564 |
<bold>false</bold> |
565 |
</font> |
566 |
</property> |
567 |
<property name="alignment"> |
568 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
569 |
</property> |
570 |
</widget> |
571 |
</item> |
572 |
<item> |
573 |
<widget class="QLabel" name="label_Straight_Lengh_Unit"> |
574 |
<property name="font"> |
575 |
<font> |
576 |
<weight>50</weight> |
577 |
<bold>false</bold> |
578 |
</font> |
579 |
</property> |
580 |
<property name="text"> |
581 |
<string>-</string> |
582 |
</property> |
583 |
</widget> |
584 |
</item> |
585 |
</layout> |
586 |
</item> |
587 |
<item> |
588 |
<layout class="QHBoxLayout" name="horizontalLayout_18"> |
589 |
<item> |
590 |
<widget class="QLabel" name="label_7"> |
591 |
<property name="minimumSize"> |
592 |
<size> |
593 |
<width>129</width> |
594 |
<height>0</height> |
595 |
</size> |
596 |
</property> |
597 |
<property name="maximumSize"> |
598 |
<size> |
599 |
<width>129</width> |
600 |
<height>16777215</height> |
601 |
</size> |
602 |
</property> |
603 |
<property name="font"> |
604 |
<font> |
605 |
<weight>50</weight> |
606 |
<bold>false</bold> |
607 |
</font> |
608 |
</property> |
609 |
<property name="text"> |
610 |
<string>Equiv. Lenght (Input) :</string> |
611 |
</property> |
612 |
<property name="alignment"> |
613 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
614 |
</property> |
615 |
</widget> |
616 |
</item> |
617 |
<item> |
618 |
<widget class="QLineEdit" name="lineEdit_Equivalent_Length_Input"> |
619 |
<property name="minimumSize"> |
620 |
<size> |
621 |
<width>80</width> |
622 |
<height>0</height> |
623 |
</size> |
624 |
</property> |
625 |
<property name="maximumSize"> |
626 |
<size> |
627 |
<width>80</width> |
628 |
<height>16777215</height> |
629 |
</size> |
630 |
</property> |
631 |
<property name="font"> |
632 |
<font> |
633 |
<weight>50</weight> |
634 |
<bold>false</bold> |
635 |
</font> |
636 |
</property> |
637 |
<property name="alignment"> |
638 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
639 |
</property> |
640 |
</widget> |
641 |
</item> |
642 |
<item> |
643 |
<widget class="QLabel" name="label_Equivalent_Lenght_Input_Unit"> |
644 |
<property name="font"> |
645 |
<font> |
646 |
<weight>50</weight> |
647 |
<bold>false</bold> |
648 |
</font> |
649 |
</property> |
650 |
<property name="text"> |
651 |
<string>-</string> |
652 |
</property> |
653 |
</widget> |
654 |
</item> |
655 |
</layout> |
656 |
</item> |
657 |
<item> |
658 |
<layout class="QHBoxLayout" name="horizontalLayout_16"> |
659 |
<item> |
660 |
<spacer name="horizontalSpacer_2"> |
661 |
<property name="orientation"> |
662 |
<enum>Qt::Horizontal</enum> |
663 |
</property> |
664 |
<property name="sizeType"> |
665 |
<enum>QSizePolicy::Fixed</enum> |
666 |
</property> |
667 |
<property name="sizeHint" stdset="0"> |
668 |
<size> |
669 |
<width>54</width> |
670 |
<height>20</height> |
671 |
</size> |
672 |
</property> |
673 |
</spacer> |
674 |
</item> |
675 |
<item> |
676 |
<widget class="QPushButton" name="pushButton_Fitting"> |
677 |
<property name="minimumSize"> |
678 |
<size> |
679 |
<width>75</width> |
680 |
<height>0</height> |
681 |
</size> |
682 |
</property> |
683 |
<property name="maximumSize"> |
684 |
<size> |
685 |
<width>75</width> |
686 |
<height>16777215</height> |
687 |
</size> |
688 |
</property> |
689 |
<property name="font"> |
690 |
<font> |
691 |
<weight>50</weight> |
692 |
<bold>false</bold> |
693 |
</font> |
694 |
</property> |
695 |
<property name="text"> |
696 |
<string>Fitting Input</string> |
697 |
</property> |
698 |
</widget> |
699 |
</item> |
700 |
<item> |
701 |
<widget class="QLineEdit" name="lineEdit_Fitting"> |
702 |
<property name="enabled"> |
703 |
<bool>false</bool> |
704 |
</property> |
705 |
<property name="minimumSize"> |
706 |
<size> |
707 |
<width>80</width> |
708 |
<height>0</height> |
709 |
</size> |
710 |
</property> |
711 |
<property name="maximumSize"> |
712 |
<size> |
713 |
<width>80</width> |
714 |
<height>16777215</height> |
715 |
</size> |
716 |
</property> |
717 |
<property name="font"> |
718 |
<font> |
719 |
<weight>50</weight> |
720 |
<bold>false</bold> |
721 |
</font> |
722 |
</property> |
723 |
</widget> |
724 |
</item> |
725 |
<item> |
726 |
<widget class="QLabel" name="label_Fitting_Length_Unit"> |
727 |
<property name="font"> |
728 |
<font> |
729 |
<weight>50</weight> |
730 |
<bold>false</bold> |
731 |
</font> |
732 |
</property> |
733 |
<property name="text"> |
734 |
<string>-</string> |
735 |
</property> |
736 |
</widget> |
737 |
</item> |
738 |
</layout> |
739 |
</item> |
740 |
<item> |
741 |
<layout class="QHBoxLayout" name="horizontalLayout_9"> |
742 |
<item> |
743 |
<widget class="QLabel" name="label_9"> |
744 |
<property name="minimumSize"> |
745 |
<size> |
746 |
<width>129</width> |
747 |
<height>0</height> |
748 |
</size> |
749 |
</property> |
750 |
<property name="maximumSize"> |
751 |
<size> |
752 |
<width>129</width> |
753 |
<height>16777215</height> |
754 |
</size> |
755 |
</property> |
756 |
<property name="font"> |
757 |
<font> |
758 |
<weight>50</weight> |
759 |
<bold>false</bold> |
760 |
</font> |
761 |
</property> |
762 |
<property name="text"> |
763 |
<string>Equiv. Length (Cal'd) :</string> |
764 |
</property> |
765 |
<property name="alignment"> |
766 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
767 |
</property> |
768 |
</widget> |
769 |
</item> |
770 |
<item> |
771 |
<widget class="QLineEdit" name="lineEdit_Equivalent_Length_Cal"> |
772 |
<property name="enabled"> |
773 |
<bool>false</bool> |
774 |
</property> |
775 |
<property name="minimumSize"> |
776 |
<size> |
777 |
<width>80</width> |
778 |
<height>0</height> |
779 |
</size> |
780 |
</property> |
781 |
<property name="maximumSize"> |
782 |
<size> |
783 |
<width>80</width> |
784 |
<height>16777215</height> |
785 |
</size> |
786 |
</property> |
787 |
<property name="font"> |
788 |
<font> |
789 |
<weight>50</weight> |
790 |
<bold>false</bold> |
791 |
</font> |
792 |
</property> |
793 |
</widget> |
794 |
</item> |
795 |
<item> |
796 |
<widget class="QLabel" name="label_Equivalent_Lenght_Cal_Unit"> |
797 |
<property name="font"> |
798 |
<font> |
799 |
<weight>50</weight> |
800 |
<bold>false</bold> |
801 |
</font> |
802 |
</property> |
803 |
<property name="text"> |
804 |
<string>-</string> |
805 |
</property> |
806 |
</widget> |
807 |
</item> |
808 |
</layout> |
809 |
</item> |
810 |
<item> |
811 |
<layout class="QHBoxLayout" name="horizontalLayout"> |
812 |
<item> |
813 |
<widget class="QPushButton" name="pushButton"> |
814 |
<property name="font"> |
815 |
<font> |
816 |
<weight>50</weight> |
817 |
<bold>false</bold> |
818 |
</font> |
819 |
</property> |
820 |
<property name="text"> |
821 |
<string>View Pressure Gradient ...</string> |
822 |
</property> |
823 |
</widget> |
824 |
</item> |
825 |
</layout> |
826 |
</item> |
827 |
<item> |
828 |
<spacer name="verticalSpacer_3"> |
829 |
<property name="orientation"> |
830 |
<enum>Qt::Vertical</enum> |
831 |
</property> |
832 |
<property name="sizeHint" stdset="0"> |
833 |
<size> |
834 |
<width>20</width> |
835 |
<height>40</height> |
836 |
</size> |
837 |
</property> |
838 |
</spacer> |
839 |
</item> |
840 |
</layout> |
841 |
</widget> |
842 |
<widget class="QGroupBox" name="groupBox_ProcessData_Liquid"> |
843 |
<property name="geometry"> |
844 |
<rect> |
845 |
<x>8</x> |
846 |
<y>80</y> |
847 |
<width>324</width> |
848 |
<height>221</height> |
849 |
</rect> |
850 |
</property> |
851 |
<property name="minimumSize"> |
852 |
<size> |
853 |
<width>0</width> |
854 |
<height>221</height> |
855 |
</size> |
856 |
</property> |
857 |
<property name="maximumSize"> |
858 |
<size> |
859 |
<width>16777215</width> |
860 |
<height>221</height> |
861 |
</size> |
862 |
</property> |
863 |
<property name="font"> |
864 |
<font> |
865 |
<weight>75</weight> |
866 |
<bold>true</bold> |
867 |
</font> |
868 |
</property> |
869 |
<property name="title"> |
870 |
<string>Process Data</string> |
871 |
</property> |
872 |
<layout class="QVBoxLayout" name="verticalLayout_5"> |
873 |
<item> |
874 |
<layout class="QHBoxLayout" name="horizontalLayout_14"> |
875 |
<item> |
876 |
<widget class="QLabel" name="label_11"> |
877 |
<property name="minimumSize"> |
878 |
<size> |
879 |
<width>129</width> |
880 |
<height>0</height> |
881 |
</size> |
882 |
</property> |
883 |
<property name="maximumSize"> |
884 |
<size> |
885 |
<width>129</width> |
886 |
<height>16777215</height> |
887 |
</size> |
888 |
</property> |
889 |
<property name="font"> |
890 |
<font> |
891 |
<weight>50</weight> |
892 |
<bold>false</bold> |
893 |
</font> |
894 |
</property> |
895 |
<property name="text"> |
896 |
<string>Use Flowrate :</string> |
897 |
</property> |
898 |
<property name="alignment"> |
899 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
900 |
</property> |
901 |
</widget> |
902 |
</item> |
903 |
<item> |
904 |
<widget class="QRadioButton" name="radioButton_Flowrate_Mass"> |
905 |
<property name="minimumSize"> |
906 |
<size> |
907 |
<width>0</width> |
908 |
<height>0</height> |
909 |
</size> |
910 |
</property> |
911 |
<property name="maximumSize"> |
912 |
<size> |
913 |
<width>16777215</width> |
914 |
<height>16777215</height> |
915 |
</size> |
916 |
</property> |
917 |
<property name="sizeIncrement"> |
918 |
<size> |
919 |
<width>0</width> |
920 |
<height>0</height> |
921 |
</size> |
922 |
</property> |
923 |
<property name="font"> |
924 |
<font> |
925 |
<weight>50</weight> |
926 |
<bold>false</bold> |
927 |
</font> |
928 |
</property> |
929 |
<property name="text"> |
930 |
<string>Mass</string> |
931 |
</property> |
932 |
<property name="checked"> |
933 |
<bool>true</bool> |
934 |
</property> |
935 |
</widget> |
936 |
</item> |
937 |
<item> |
938 |
<widget class="QRadioButton" name="radioButton_Flowrate_Volume"> |
939 |
<property name="minimumSize"> |
940 |
<size> |
941 |
<width>0</width> |
942 |
<height>0</height> |
943 |
</size> |
944 |
</property> |
945 |
<property name="font"> |
946 |
<font> |
947 |
<weight>50</weight> |
948 |
<bold>false</bold> |
949 |
</font> |
950 |
</property> |
951 |
<property name="layoutDirection"> |
952 |
<enum>Qt::LeftToRight</enum> |
953 |
</property> |
954 |
<property name="text"> |
955 |
<string>Volume</string> |
956 |
</property> |
957 |
</widget> |
958 |
</item> |
959 |
</layout> |
960 |
</item> |
961 |
<item> |
962 |
<layout class="QHBoxLayout" name="horizontalLayout_8"> |
963 |
<item> |
964 |
<widget class="QLabel" name="label"> |
965 |
<property name="minimumSize"> |
966 |
<size> |
967 |
<width>129</width> |
968 |
<height>0</height> |
969 |
</size> |
970 |
</property> |
971 |
<property name="maximumSize"> |
972 |
<size> |
973 |
<width>129</width> |
974 |
<height>16777215</height> |
975 |
</size> |
976 |
</property> |
977 |
<property name="font"> |
978 |
<font> |
979 |
<weight>50</weight> |
980 |
<bold>false</bold> |
981 |
</font> |
982 |
</property> |
983 |
<property name="text"> |
984 |
<string>Flowrate (Mass) :</string> |
985 |
</property> |
986 |
<property name="alignment"> |
987 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
988 |
</property> |
989 |
</widget> |
990 |
</item> |
991 |
<item> |
992 |
<widget class="QLineEdit" name="lineEdit_Flowrate_Mass_Liquid"> |
993 |
<property name="minimumSize"> |
994 |
<size> |
995 |
<width>80</width> |
996 |
<height>0</height> |
997 |
</size> |
998 |
</property> |
999 |
<property name="maximumSize"> |
1000 |
<size> |
1001 |
<width>80</width> |
1002 |
<height>16777215</height> |
1003 |
</size> |
1004 |
</property> |
1005 |
<property name="font"> |
1006 |
<font> |
1007 |
<weight>50</weight> |
1008 |
<bold>false</bold> |
1009 |
</font> |
1010 |
</property> |
1011 |
<property name="alignment"> |
1012 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
1013 |
</property> |
1014 |
</widget> |
1015 |
</item> |
1016 |
<item> |
1017 |
<widget class="QLabel" name="label_Flowrate_Mass_Unit_Liquid"> |
1018 |
<property name="font"> |
1019 |
<font> |
1020 |
<weight>50</weight> |
1021 |
<bold>false</bold> |
1022 |
</font> |
1023 |
</property> |
1024 |
<property name="text"> |
1025 |
<string>-</string> |
1026 |
</property> |
1027 |
</widget> |
1028 |
</item> |
1029 |
</layout> |
1030 |
</item> |
1031 |
<item> |
1032 |
<layout class="QHBoxLayout" name="horizontalLayout_10"> |
1033 |
<item> |
1034 |
<widget class="QLabel" name="label_2"> |
1035 |
<property name="minimumSize"> |
1036 |
<size> |
1037 |
<width>129</width> |
1038 |
<height>0</height> |
1039 |
</size> |
1040 |
</property> |
1041 |
<property name="maximumSize"> |
1042 |
<size> |
1043 |
<width>129</width> |
1044 |
<height>16777215</height> |
1045 |
</size> |
1046 |
</property> |
1047 |
<property name="font"> |
1048 |
<font> |
1049 |
<weight>50</weight> |
1050 |
<bold>false</bold> |
1051 |
</font> |
1052 |
</property> |
1053 |
<property name="text"> |
1054 |
<string>Flowrate (Volume) :</string> |
1055 |
</property> |
1056 |
<property name="alignment"> |
1057 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
1058 |
</property> |
1059 |
</widget> |
1060 |
</item> |
1061 |
<item> |
1062 |
<widget class="QLineEdit" name="lineEdit_Flowrate_Volume"> |
1063 |
<property name="enabled"> |
1064 |
<bool>false</bool> |
1065 |
</property> |
1066 |
<property name="minimumSize"> |
1067 |
<size> |
1068 |
<width>80</width> |
1069 |
<height>0</height> |
1070 |
</size> |
1071 |
</property> |
1072 |
<property name="maximumSize"> |
1073 |
<size> |
1074 |
<width>80</width> |
1075 |
<height>16777215</height> |
1076 |
</size> |
1077 |
</property> |
1078 |
<property name="font"> |
1079 |
<font> |
1080 |
<weight>50</weight> |
1081 |
<bold>false</bold> |
1082 |
</font> |
1083 |
</property> |
1084 |
<property name="alignment"> |
1085 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
1086 |
</property> |
1087 |
</widget> |
1088 |
</item> |
1089 |
<item> |
1090 |
<widget class="QLabel" name="label_Flowrate_Volume_Unit"> |
1091 |
<property name="font"> |
1092 |
<font> |
1093 |
<weight>50</weight> |
1094 |
<bold>false</bold> |
1095 |
</font> |
1096 |
</property> |
1097 |
<property name="text"> |
1098 |
<string>-</string> |
1099 |
</property> |
1100 |
</widget> |
1101 |
</item> |
1102 |
</layout> |
1103 |
</item> |
1104 |
<item> |
1105 |
<layout class="QHBoxLayout" name="horizontalLayout_11"> |
1106 |
<item> |
1107 |
<widget class="QLabel" name="label_18"> |
1108 |
<property name="minimumSize"> |
1109 |
<size> |
1110 |
<width>129</width> |
1111 |
<height>0</height> |
1112 |
</size> |
1113 |
</property> |
1114 |
<property name="maximumSize"> |
1115 |
<size> |
1116 |
<width>129</width> |
1117 |
<height>16777215</height> |
1118 |
</size> |
1119 |
</property> |
1120 |
<property name="font"> |
1121 |
<font> |
1122 |
<weight>50</weight> |
1123 |
<bold>false</bold> |
1124 |
</font> |
1125 |
</property> |
1126 |
<property name="text"> |
1127 |
<string>Density :</string> |
1128 |
</property> |
1129 |
<property name="alignment"> |
1130 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
1131 |
</property> |
1132 |
</widget> |
1133 |
</item> |
1134 |
<item> |
1135 |
<widget class="QLineEdit" name="lineEdit_Density"> |
1136 |
<property name="minimumSize"> |
1137 |
<size> |
1138 |
<width>80</width> |
1139 |
<height>0</height> |
1140 |
</size> |
1141 |
</property> |
1142 |
<property name="maximumSize"> |
1143 |
<size> |
1144 |
<width>80</width> |
1145 |
<height>16777215</height> |
1146 |
</size> |
1147 |
</property> |
1148 |
<property name="font"> |
1149 |
<font> |
1150 |
<weight>50</weight> |
1151 |
<bold>false</bold> |
1152 |
</font> |
1153 |
</property> |
1154 |
<property name="alignment"> |
1155 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
1156 |
</property> |
1157 |
</widget> |
1158 |
</item> |
1159 |
<item> |
1160 |
<widget class="QLabel" name="label_Density_Unit"> |
1161 |
<property name="font"> |
1162 |
<font> |
1163 |
<weight>50</weight> |
1164 |
<bold>false</bold> |
1165 |
</font> |
1166 |
</property> |
1167 |
<property name="text"> |
1168 |
<string>-</string> |
1169 |
</property> |
1170 |
</widget> |
1171 |
</item> |
1172 |
</layout> |
1173 |
</item> |
1174 |
<item> |
1175 |
<layout class="QHBoxLayout" name="horizontalLayout_12"> |
1176 |
<item> |
1177 |
<widget class="QLabel" name="label_20"> |
1178 |
<property name="minimumSize"> |
1179 |
<size> |
1180 |
<width>129</width> |
1181 |
<height>0</height> |
1182 |
</size> |
1183 |
</property> |
1184 |
<property name="maximumSize"> |
1185 |
<size> |
1186 |
<width>129</width> |
1187 |
<height>16777215</height> |
1188 |
</size> |
1189 |
</property> |
1190 |
<property name="font"> |
1191 |
<font> |
1192 |
<weight>50</weight> |
1193 |
<bold>false</bold> |
1194 |
</font> |
1195 |
</property> |
1196 |
<property name="text"> |
1197 |
<string>Viscosity :</string> |
1198 |
</property> |
1199 |
<property name="alignment"> |
1200 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
1201 |
</property> |
1202 |
</widget> |
1203 |
</item> |
1204 |
<item> |
1205 |
<widget class="QLineEdit" name="lineEdit_Viscosity_Liquid"> |
1206 |
<property name="minimumSize"> |
1207 |
<size> |
1208 |
<width>80</width> |
1209 |
<height>0</height> |
1210 |
</size> |
1211 |
</property> |
1212 |
<property name="maximumSize"> |
1213 |
<size> |
1214 |
<width>80</width> |
1215 |
<height>16777215</height> |
1216 |
</size> |
1217 |
</property> |
1218 |
<property name="font"> |
1219 |
<font> |
1220 |
<weight>50</weight> |
1221 |
<bold>false</bold> |
1222 |
</font> |
1223 |
</property> |
1224 |
<property name="alignment"> |
1225 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
1226 |
</property> |
1227 |
</widget> |
1228 |
</item> |
1229 |
<item> |
1230 |
<widget class="QLabel" name="label_Viscosity_Unit_Liquid"> |
1231 |
<property name="font"> |
1232 |
<font> |
1233 |
<weight>50</weight> |
1234 |
<bold>false</bold> |
1235 |
</font> |
1236 |
</property> |
1237 |
<property name="text"> |
1238 |
<string>-</string> |
1239 |
</property> |
1240 |
</widget> |
1241 |
</item> |
1242 |
</layout> |
1243 |
</item> |
1244 |
<item> |
1245 |
<spacer name="verticalSpacer_2"> |
1246 |
<property name="orientation"> |
1247 |
<enum>Qt::Vertical</enum> |
1248 |
</property> |
1249 |
<property name="sizeHint" stdset="0"> |
1250 |
<size> |
1251 |
<width>20</width> |
1252 |
<height>40</height> |
1253 |
</size> |
1254 |
</property> |
1255 |
</spacer> |
1256 |
</item> |
1257 |
</layout> |
1258 |
</widget> |
1259 |
<widget class="QGroupBox" name="groupBox_Line_Sizing_Data"> |
1260 |
<property name="geometry"> |
1261 |
<rect> |
1262 |
<x>8</x> |
1263 |
<y>304</y> |
1264 |
<width>324</width> |
1265 |
<height>105</height> |
1266 |
</rect> |
1267 |
</property> |
1268 |
<property name="font"> |
1269 |
<font> |
1270 |
<weight>75</weight> |
1271 |
<bold>true</bold> |
1272 |
</font> |
1273 |
</property> |
1274 |
<property name="title"> |
1275 |
<string>Line Sizing Data</string> |
1276 |
</property> |
1277 |
<layout class="QVBoxLayout" name="verticalLayout_3"> |
1278 |
<item> |
1279 |
<layout class="QHBoxLayout" name="horizontalLayout_4"> |
1280 |
<item> |
1281 |
<widget class="QLabel" name="label_4"> |
1282 |
<property name="minimumSize"> |
1283 |
<size> |
1284 |
<width>129</width> |
1285 |
<height>0</height> |
1286 |
</size> |
1287 |
</property> |
1288 |
<property name="maximumSize"> |
1289 |
<size> |
1290 |
<width>129</width> |
1291 |
<height>16777215</height> |
1292 |
</size> |
1293 |
</property> |
1294 |
<property name="font"> |
1295 |
<font> |
1296 |
<weight>50</weight> |
1297 |
<bold>false</bold> |
1298 |
</font> |
1299 |
</property> |
1300 |
<property name="text"> |
1301 |
<string>Velocity :</string> |
1302 |
</property> |
1303 |
<property name="alignment"> |
1304 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
1305 |
</property> |
1306 |
</widget> |
1307 |
</item> |
1308 |
<item> |
1309 |
<widget class="QLineEdit" name="lineEdit_Limitation_Velocity"> |
1310 |
<property name="minimumSize"> |
1311 |
<size> |
1312 |
<width>80</width> |
1313 |
<height>0</height> |
1314 |
</size> |
1315 |
</property> |
1316 |
<property name="maximumSize"> |
1317 |
<size> |
1318 |
<width>80</width> |
1319 |
<height>16777215</height> |
1320 |
</size> |
1321 |
</property> |
1322 |
<property name="font"> |
1323 |
<font> |
1324 |
<weight>50</weight> |
1325 |
<bold>false</bold> |
1326 |
</font> |
1327 |
</property> |
1328 |
<property name="alignment"> |
1329 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
1330 |
</property> |
1331 |
</widget> |
1332 |
</item> |
1333 |
<item> |
1334 |
<widget class="QLabel" name="label_Velocity_Unit"> |
1335 |
<property name="font"> |
1336 |
<font> |
1337 |
<weight>50</weight> |
1338 |
<bold>false</bold> |
1339 |
</font> |
1340 |
</property> |
1341 |
<property name="text"> |
1342 |
<string>-</string> |
1343 |
</property> |
1344 |
</widget> |
1345 |
</item> |
1346 |
</layout> |
1347 |
</item> |
1348 |
<item> |
1349 |
<layout class="QHBoxLayout" name="horizontalLayout_3"> |
1350 |
<item> |
1351 |
<widget class="QLabel" name="label_6"> |
1352 |
<property name="minimumSize"> |
1353 |
<size> |
1354 |
<width>129</width> |
1355 |
<height>0</height> |
1356 |
</size> |
1357 |
</property> |
1358 |
<property name="maximumSize"> |
1359 |
<size> |
1360 |
<width>129</width> |
1361 |
<height>16777215</height> |
1362 |
</size> |
1363 |
</property> |
1364 |
<property name="font"> |
1365 |
<font> |
1366 |
<weight>50</weight> |
1367 |
<bold>false</bold> |
1368 |
</font> |
1369 |
</property> |
1370 |
<property name="text"> |
1371 |
<string>△P :</string> |
1372 |
</property> |
1373 |
<property name="alignment"> |
1374 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
1375 |
</property> |
1376 |
</widget> |
1377 |
</item> |
1378 |
<item> |
1379 |
<widget class="QLineEdit" name="lineEdit_Limitation_Pressure_Drop"> |
1380 |
<property name="minimumSize"> |
1381 |
<size> |
1382 |
<width>80</width> |
1383 |
<height>0</height> |
1384 |
</size> |
1385 |
</property> |
1386 |
<property name="maximumSize"> |
1387 |
<size> |
1388 |
<width>80</width> |
1389 |
<height>16777215</height> |
1390 |
</size> |
1391 |
</property> |
1392 |
<property name="font"> |
1393 |
<font> |
1394 |
<weight>50</weight> |
1395 |
<bold>false</bold> |
1396 |
</font> |
1397 |
</property> |
1398 |
<property name="alignment"> |
1399 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
1400 |
</property> |
1401 |
</widget> |
1402 |
</item> |
1403 |
<item> |
1404 |
<widget class="QLabel" name="label_DropPressure_Unit"> |
1405 |
<property name="font"> |
1406 |
<font> |
1407 |
<weight>50</weight> |
1408 |
<bold>false</bold> |
1409 |
</font> |
1410 |
</property> |
1411 |
<property name="text"> |
1412 |
<string>-</string> |
1413 |
</property> |
1414 |
</widget> |
1415 |
</item> |
1416 |
</layout> |
1417 |
</item> |
1418 |
<item> |
1419 |
<spacer name="verticalSpacer"> |
1420 |
<property name="orientation"> |
1421 |
<enum>Qt::Vertical</enum> |
1422 |
</property> |
1423 |
<property name="sizeHint" stdset="0"> |
1424 |
<size> |
1425 |
<width>20</width> |
1426 |
<height>40</height> |
1427 |
</size> |
1428 |
</property> |
1429 |
</spacer> |
1430 |
</item> |
1431 |
</layout> |
1432 |
</widget> |
1433 |
<widget class="QGroupBox" name="groupBox_ProcessData_Vapor"> |
1434 |
<property name="geometry"> |
1435 |
<rect> |
1436 |
<x>8</x> |
1437 |
<y>80</y> |
1438 |
<width>324</width> |
1439 |
<height>221</height> |
1440 |
</rect> |
1441 |
</property> |
1442 |
<property name="minimumSize"> |
1443 |
<size> |
1444 |
<width>0</width> |
1445 |
<height>221</height> |
1446 |
</size> |
1447 |
</property> |
1448 |
<property name="maximumSize"> |
1449 |
<size> |
1450 |
<width>16777215</width> |
1451 |
<height>221</height> |
1452 |
</size> |
1453 |
</property> |
1454 |
<property name="font"> |
1455 |
<font> |
1456 |
<weight>75</weight> |
1457 |
<bold>true</bold> |
1458 |
</font> |
1459 |
</property> |
1460 |
<property name="title"> |
1461 |
<string>Process Data</string> |
1462 |
</property> |
1463 |
<layout class="QVBoxLayout" name="verticalLayout_6"> |
1464 |
<item> |
1465 |
<layout class="QHBoxLayout" name="horizontalLayout_13"> |
1466 |
<item> |
1467 |
<widget class="QLabel" name="label_3"> |
1468 |
<property name="minimumSize"> |
1469 |
<size> |
1470 |
<width>129</width> |
1471 |
<height>0</height> |
1472 |
</size> |
1473 |
</property> |
1474 |
<property name="maximumSize"> |
1475 |
<size> |
1476 |
<width>129</width> |
1477 |
<height>16777215</height> |
1478 |
</size> |
1479 |
</property> |
1480 |
<property name="font"> |
1481 |
<font> |
1482 |
<weight>50</weight> |
1483 |
<bold>false</bold> |
1484 |
</font> |
1485 |
</property> |
1486 |
<property name="text"> |
1487 |
<string>Flowrate :</string> |
1488 |
</property> |
1489 |
<property name="alignment"> |
1490 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
1491 |
</property> |
1492 |
</widget> |
1493 |
</item> |
1494 |
<item> |
1495 |
<widget class="QLineEdit" name="lineEdit_Flowrate_Mass_Vapor"> |
1496 |
<property name="minimumSize"> |
1497 |
<size> |
1498 |
<width>80</width> |
1499 |
<height>0</height> |
1500 |
</size> |
1501 |
</property> |
1502 |
<property name="maximumSize"> |
1503 |
<size> |
1504 |
<width>80</width> |
1505 |
<height>16777215</height> |
1506 |
</size> |
1507 |
</property> |
1508 |
<property name="font"> |
1509 |
<font> |
1510 |
<weight>50</weight> |
1511 |
<bold>false</bold> |
1512 |
</font> |
1513 |
</property> |
1514 |
<property name="alignment"> |
1515 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
1516 |
</property> |
1517 |
</widget> |
1518 |
</item> |
1519 |
<item> |
1520 |
<widget class="QLabel" name="label_Flowrate_Mass_Unit_Vapor"> |
1521 |
<property name="font"> |
1522 |
<font> |
1523 |
<weight>50</weight> |
1524 |
<bold>false</bold> |
1525 |
</font> |
1526 |
</property> |
1527 |
<property name="text"> |
1528 |
<string>-</string> |
1529 |
</property> |
1530 |
</widget> |
1531 |
</item> |
1532 |
</layout> |
1533 |
</item> |
1534 |
<item> |
1535 |
<layout class="QHBoxLayout" name="horizontalLayout_23"> |
1536 |
<item> |
1537 |
<widget class="QLabel" name="label_21"> |
1538 |
<property name="minimumSize"> |
1539 |
<size> |
1540 |
<width>129</width> |
1541 |
<height>0</height> |
1542 |
</size> |
1543 |
</property> |
1544 |
<property name="maximumSize"> |
1545 |
<size> |
1546 |
<width>129</width> |
1547 |
<height>16777215</height> |
1548 |
</size> |
1549 |
</property> |
1550 |
<property name="font"> |
1551 |
<font> |
1552 |
<weight>50</weight> |
1553 |
<bold>false</bold> |
1554 |
</font> |
1555 |
</property> |
1556 |
<property name="text"> |
1557 |
<string>Viscosity :</string> |
1558 |
</property> |
1559 |
<property name="alignment"> |
1560 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
1561 |
</property> |
1562 |
</widget> |
1563 |
</item> |
1564 |
<item> |
1565 |
<widget class="QLineEdit" name="lineEdit_Viscosity_Vapor"> |
1566 |
<property name="minimumSize"> |
1567 |
<size> |
1568 |
<width>80</width> |
1569 |
<height>0</height> |
1570 |
</size> |
1571 |
</property> |
1572 |
<property name="maximumSize"> |
1573 |
<size> |
1574 |
<width>80</width> |
1575 |
<height>16777215</height> |
1576 |
</size> |
1577 |
</property> |
1578 |
<property name="font"> |
1579 |
<font> |
1580 |
<weight>50</weight> |
1581 |
<bold>false</bold> |
1582 |
</font> |
1583 |
</property> |
1584 |
<property name="alignment"> |
1585 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
1586 |
</property> |
1587 |
</widget> |
1588 |
</item> |
1589 |
<item> |
1590 |
<widget class="QLabel" name="label_Viscosity_Unit_Vapor"> |
1591 |
<property name="font"> |
1592 |
<font> |
1593 |
<weight>50</weight> |
1594 |
<bold>false</bold> |
1595 |
</font> |
1596 |
</property> |
1597 |
<property name="text"> |
1598 |
<string>-</string> |
1599 |
</property> |
1600 |
</widget> |
1601 |
</item> |
1602 |
</layout> |
1603 |
</item> |
1604 |
<item> |
1605 |
<layout class="QHBoxLayout" name="horizontalLayout_21"> |
1606 |
<item> |
1607 |
<widget class="QLabel" name="label_16"> |
1608 |
<property name="minimumSize"> |
1609 |
<size> |
1610 |
<width>129</width> |
1611 |
<height>0</height> |
1612 |
</size> |
1613 |
</property> |
1614 |
<property name="maximumSize"> |
1615 |
<size> |
1616 |
<width>129</width> |
1617 |
<height>16777215</height> |
1618 |
</size> |
1619 |
</property> |
1620 |
<property name="font"> |
1621 |
<font> |
1622 |
<weight>50</weight> |
1623 |
<bold>false</bold> |
1624 |
</font> |
1625 |
</property> |
1626 |
<property name="text"> |
1627 |
<string>Cp/Cv :</string> |
1628 |
</property> |
1629 |
<property name="alignment"> |
1630 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
1631 |
</property> |
1632 |
</widget> |
1633 |
</item> |
1634 |
<item> |
1635 |
<widget class="QLineEdit" name="lineEdit_Specific_Heat_Ratio"> |
1636 |
<property name="enabled"> |
1637 |
<bool>true</bool> |
1638 |
</property> |
1639 |
<property name="minimumSize"> |
1640 |
<size> |
1641 |
<width>80</width> |
1642 |
<height>0</height> |
1643 |
</size> |
1644 |
</property> |
1645 |
<property name="maximumSize"> |
1646 |
<size> |
1647 |
<width>80</width> |
1648 |
<height>16777215</height> |
1649 |
</size> |
1650 |
</property> |
1651 |
<property name="font"> |
1652 |
<font> |
1653 |
<weight>50</weight> |
1654 |
<bold>false</bold> |
1655 |
</font> |
1656 |
</property> |
1657 |
<property name="alignment"> |
1658 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
1659 |
</property> |
1660 |
</widget> |
1661 |
</item> |
1662 |
<item> |
1663 |
<widget class="QLabel" name="label_Specific_Heat_Ratio_Unit"> |
1664 |
<property name="font"> |
1665 |
<font> |
1666 |
<weight>50</weight> |
1667 |
<bold>false</bold> |
1668 |
</font> |
1669 |
</property> |
1670 |
<property name="text"> |
1671 |
<string/> |
1672 |
</property> |
1673 |
</widget> |
1674 |
</item> |
1675 |
</layout> |
1676 |
</item> |
1677 |
<item> |
1678 |
<layout class="QHBoxLayout" name="horizontalLayout_22"> |
1679 |
<item> |
1680 |
<widget class="QLabel" name="label_19"> |
1681 |
<property name="minimumSize"> |
1682 |
<size> |
1683 |
<width>129</width> |
1684 |
<height>0</height> |
1685 |
</size> |
1686 |
</property> |
1687 |
<property name="maximumSize"> |
1688 |
<size> |
1689 |
<width>129</width> |
1690 |
<height>16777215</height> |
1691 |
</size> |
1692 |
</property> |
1693 |
<property name="font"> |
1694 |
<font> |
1695 |
<weight>50</weight> |
1696 |
<bold>false</bold> |
1697 |
</font> |
1698 |
</property> |
1699 |
<property name="text"> |
1700 |
<string>Molecular Weight :</string> |
1701 |
</property> |
1702 |
<property name="alignment"> |
1703 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
1704 |
</property> |
1705 |
</widget> |
1706 |
</item> |
1707 |
<item> |
1708 |
<widget class="QLineEdit" name="lineEdit_Molecular_Weight"> |
1709 |
<property name="minimumSize"> |
1710 |
<size> |
1711 |
<width>80</width> |
1712 |
<height>0</height> |
1713 |
</size> |
1714 |
</property> |
1715 |
<property name="maximumSize"> |
1716 |
<size> |
1717 |
<width>80</width> |
1718 |
<height>16777215</height> |
1719 |
</size> |
1720 |
</property> |
1721 |
<property name="font"> |
1722 |
<font> |
1723 |
<weight>50</weight> |
1724 |
<bold>false</bold> |
1725 |
</font> |
1726 |
</property> |
1727 |
<property name="alignment"> |
1728 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
1729 |
</property> |
1730 |
</widget> |
1731 |
</item> |
1732 |
<item> |
1733 |
<widget class="QLabel" name="label_Molecular_Weight_Unit"> |
1734 |
<property name="font"> |
1735 |
<font> |
1736 |
<weight>50</weight> |
1737 |
<bold>false</bold> |
1738 |
</font> |
1739 |
</property> |
1740 |
<property name="text"> |
1741 |
<string/> |
1742 |
</property> |
1743 |
</widget> |
1744 |
</item> |
1745 |
</layout> |
1746 |
</item> |
1747 |
<item> |
1748 |
<layout class="QHBoxLayout" name="horizontalLayout_24"> |
1749 |
<item> |
1750 |
<widget class="QLabel" name="label_22"> |
1751 |
<property name="minimumSize"> |
1752 |
<size> |
1753 |
<width>129</width> |
1754 |
<height>0</height> |
1755 |
</size> |
1756 |
</property> |
1757 |
<property name="maximumSize"> |
1758 |
<size> |
1759 |
<width>129</width> |
1760 |
<height>16777215</height> |
1761 |
</size> |
1762 |
</property> |
1763 |
<property name="font"> |
1764 |
<font> |
1765 |
<weight>50</weight> |
1766 |
<bold>false</bold> |
1767 |
</font> |
1768 |
</property> |
1769 |
<property name="text"> |
1770 |
<string>Temperature :</string> |
1771 |
</property> |
1772 |
<property name="alignment"> |
1773 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
1774 |
</property> |
1775 |
</widget> |
1776 |
</item> |
1777 |
<item> |
1778 |
<widget class="QLineEdit" name="lineEdit_Temperature"> |
1779 |
<property name="minimumSize"> |
1780 |
<size> |
1781 |
<width>80</width> |
1782 |
<height>0</height> |
1783 |
</size> |
1784 |
</property> |
1785 |
<property name="maximumSize"> |
1786 |
<size> |
1787 |
<width>80</width> |
1788 |
<height>16777215</height> |
1789 |
</size> |
1790 |
</property> |
1791 |
<property name="font"> |
1792 |
<font> |
1793 |
<weight>50</weight> |
1794 |
<bold>false</bold> |
1795 |
</font> |
1796 |
</property> |
1797 |
<property name="alignment"> |
1798 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
1799 |
</property> |
1800 |
</widget> |
1801 |
</item> |
1802 |
<item> |
1803 |
<widget class="QLabel" name="label_Temperature_Unit"> |
1804 |
<property name="font"> |
1805 |
<font> |
1806 |
<weight>50</weight> |
1807 |
<bold>false</bold> |
1808 |
</font> |
1809 |
</property> |
1810 |
<property name="text"> |
1811 |
<string>-</string> |
1812 |
</property> |
1813 |
</widget> |
1814 |
</item> |
1815 |
</layout> |
1816 |
</item> |
1817 |
<item> |
1818 |
<layout class="QHBoxLayout" name="horizontalLayout_25"> |
1819 |
<item> |
1820 |
<widget class="QLabel" name="label_23"> |
1821 |
<property name="minimumSize"> |
1822 |
<size> |
1823 |
<width>129</width> |
1824 |
<height>0</height> |
1825 |
</size> |
1826 |
</property> |
1827 |
<property name="maximumSize"> |
1828 |
<size> |
1829 |
<width>129</width> |
1830 |
<height>16777215</height> |
1831 |
</size> |
1832 |
</property> |
1833 |
<property name="font"> |
1834 |
<font> |
1835 |
<weight>50</weight> |
1836 |
<bold>false</bold> |
1837 |
</font> |
1838 |
</property> |
1839 |
<property name="text"> |
1840 |
<string>Z factor :</string> |
1841 |
</property> |
1842 |
<property name="alignment"> |
1843 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
1844 |
</property> |
1845 |
</widget> |
1846 |
</item> |
1847 |
<item> |
1848 |
<widget class="QLineEdit" name="lineEdit_Compress_Factor"> |
1849 |
<property name="minimumSize"> |
1850 |
<size> |
1851 |
<width>80</width> |
1852 |
<height>0</height> |
1853 |
</size> |
1854 |
</property> |
1855 |
<property name="maximumSize"> |
1856 |
<size> |
1857 |
<width>80</width> |
1858 |
<height>16777215</height> |
1859 |
</size> |
1860 |
</property> |
1861 |
<property name="font"> |
1862 |
<font> |
1863 |
<weight>50</weight> |
1864 |
<bold>false</bold> |
1865 |
</font> |
1866 |
</property> |
1867 |
<property name="alignment"> |
1868 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
1869 |
</property> |
1870 |
</widget> |
1871 |
</item> |
1872 |
<item> |
1873 |
<widget class="QLabel" name="label_Compress_Factor_Unit"> |
1874 |
<property name="font"> |
1875 |
<font> |
1876 |
<weight>50</weight> |
1877 |
<bold>false</bold> |
1878 |
</font> |
1879 |
</property> |
1880 |
<property name="text"> |
1881 |
<string/> |
1882 |
</property> |
1883 |
</widget> |
1884 |
</item> |
1885 |
</layout> |
1886 |
</item> |
1887 |
<item> |
1888 |
<spacer name="verticalSpacer_4"> |
1889 |
<property name="orientation"> |
1890 |
<enum>Qt::Vertical</enum> |
1891 |
</property> |
1892 |
<property name="sizeHint" stdset="0"> |
1893 |
<size> |
1894 |
<width>20</width> |
1895 |
<height>40</height> |
1896 |
</size> |
1897 |
</property> |
1898 |
</spacer> |
1899 |
</item> |
1900 |
</layout> |
1901 |
</widget> |
1902 |
</widget> |
1903 |
<resources> |
1904 |
<include location="../res/Resource.qrc"/> |
1905 |
</resources> |
1906 |
<connections> |
1907 |
<connection> |
1908 |
<sender>buttonBox</sender> |
1909 |
<signal>accepted()</signal> |
1910 |
<receiver>Dialog</receiver> |
1911 |
<slot>accept()</slot> |
1912 |
<hints> |
1913 |
<hint type="sourcelabel"> |
1914 |
<x>248</x> |
1915 |
<y>254</y> |
1916 |
</hint> |
1917 |
<hint type="destinationlabel"> |
1918 |
<x>157</x> |
1919 |
<y>274</y> |
1920 |
</hint> |
1921 |
</hints> |
1922 |
</connection> |
1923 |
<connection> |
1924 |
<sender>buttonBox</sender> |
1925 |
<signal>rejected()</signal> |
1926 |
<receiver>Dialog</receiver> |
1927 |
<slot>reject()</slot> |
1928 |
<hints> |
1929 |
<hint type="sourcelabel"> |
1930 |
<x>316</x> |
1931 |
<y>260</y> |
1932 |
</hint> |
1933 |
<hint type="destinationlabel"> |
1934 |
<x>286</x> |
1935 |
<y>274</y> |
1936 |
</hint> |
1937 |
</hints> |
1938 |
</connection> |
1939 |
</connections> |
1940 |
</ui> |