프로젝트

일반

사용자정보

통계
| 개정판:

hytos / HYTOS / HYTOS / UI / StreamData.ui @ a3811ad8

이력 | 보기 | 이력해설 | 다운로드 (72.3 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>687</width>
10
    <height>452</height>
11
   </rect>
12
  </property>
13
  <property name="sizePolicy">
14
   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
15
    <horstretch>0</horstretch>
16
    <verstretch>0</verstretch>
17
   </sizepolicy>
18
  </property>
19
  <property name="font">
20
   <font>
21
    <family>맑은 고딕</family>
22
   </font>
23
  </property>
24
  <property name="windowTitle">
25
   <string>Stream Data</string>
26
  </property>
27
  <property name="windowIcon">
28
   <iconset resource="../res/Resource.qrc">
29
    <normaloff>:/images/HYTOS.png</normaloff>:/images/HYTOS.png</iconset>
30
  </property>
31
  <widget class="QGroupBox" name="groupBox_StreamNo">
32
   <property name="geometry">
33
    <rect>
34
     <x>8</x>
35
     <y>8</y>
36
     <width>669</width>
37
     <height>60</height>
38
    </rect>
39
   </property>
40
   <property name="font">
41
    <font>
42
     <family>맑은 고딕</family>
43
     <weight>75</weight>
44
     <bold>true</bold>
45
    </font>
46
   </property>
47
   <property name="title">
48
    <string>Stream No : ????</string>
49
   </property>
50
   <widget class="QDialogButtonBox" name="buttonBox">
51
    <property name="geometry">
52
     <rect>
53
      <x>500</x>
54
      <y>28</y>
55
      <width>156</width>
56
      <height>23</height>
57
     </rect>
58
    </property>
59
    <property name="font">
60
     <font>
61
      <family>맑은 고딕</family>
62
      <weight>50</weight>
63
      <bold>false</bold>
64
     </font>
65
    </property>
66
    <property name="orientation">
67
     <enum>Qt::Horizontal</enum>
68
    </property>
69
    <property name="standardButtons">
70
     <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
71
    </property>
72
   </widget>
73
   <widget class="QLabel" name="label_14">
74
    <property name="geometry">
75
     <rect>
76
      <x>236</x>
77
      <y>30</y>
78
      <width>77</width>
79
      <height>16</height>
80
     </rect>
81
    </property>
82
    <property name="font">
83
     <font>
84
      <family>맑은 고딕</family>
85
      <weight>50</weight>
86
      <bold>false</bold>
87
     </font>
88
    </property>
89
    <property name="text">
90
     <string>Phase Type : </string>
91
    </property>
92
   </widget>
93
   <widget class="QComboBox" name="comboBox_PhaseType">
94
    <property name="geometry">
95
     <rect>
96
      <x>312</x>
97
      <y>28</y>
98
      <width>161</width>
99
      <height>22</height>
100
     </rect>
101
    </property>
102
   </widget>
103
   <widget class="QLabel" name="label_5">
104
    <property name="geometry">
105
     <rect>
106
      <x>12</x>
107
      <y>30</y>
108
      <width>77</width>
109
      <height>16</height>
110
     </rect>
111
    </property>
112
    <property name="font">
113
     <font>
114
      <family>맑은 고딕</family>
115
      <weight>50</weight>
116
      <bold>false</bold>
117
     </font>
118
    </property>
119
    <property name="text">
120
     <string>Display No. : </string>
121
    </property>
122
   </widget>
123
   <widget class="QLineEdit" name="lineEdit_DisplayNo">
124
    <property name="geometry">
125
     <rect>
126
      <x>88</x>
127
      <y>28</y>
128
      <width>133</width>
129
      <height>21</height>
130
     </rect>
131
    </property>
132
    <property name="minimumSize">
133
     <size>
134
      <width>0</width>
135
      <height>21</height>
136
     </size>
137
    </property>
138
    <property name="maximumSize">
139
     <size>
140
      <width>16777215</width>
141
      <height>16777215</height>
142
     </size>
143
    </property>
144
    <property name="font">
145
     <font>
146
      <family>맑은 고딕</family>
147
      <weight>50</weight>
148
      <bold>false</bold>
149
     </font>
150
    </property>
151
   </widget>
152
  </widget>
153
  <widget class="QGroupBox" name="groupBox_GeometryData">
154
   <property name="geometry">
155
    <rect>
156
     <x>348</x>
157
     <y>80</y>
158
     <width>328</width>
159
     <height>329</height>
160
    </rect>
161
   </property>
162
   <property name="font">
163
    <font>
164
     <weight>75</weight>
165
     <bold>true</bold>
166
    </font>
167
   </property>
168
   <property name="title">
169
    <string>Geometry Data</string>
170
   </property>
171
   <layout class="QVBoxLayout" name="verticalLayout_4">
172
    <item>
173
     <layout class="QHBoxLayout" name="horizontalLayout_15">
174
      <item>
175
       <widget class="QLabel" name="label_13">
176
        <property name="minimumSize">
177
         <size>
178
          <width>129</width>
179
          <height>0</height>
180
         </size>
181
        </property>
182
        <property name="maximumSize">
183
         <size>
184
          <width>129</width>
185
          <height>16777215</height>
186
         </size>
187
        </property>
188
        <property name="font">
189
         <font>
190
          <weight>50</weight>
191
          <bold>false</bold>
192
         </font>
193
        </property>
194
        <property name="text">
195
         <string>Use Equiv. Length :</string>
196
        </property>
197
        <property name="alignment">
198
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
199
        </property>
200
       </widget>
201
      </item>
202
      <item>
203
       <widget class="QRadioButton" name="radioButton_Equivalent_Length_Input">
204
        <property name="font">
205
         <font>
206
          <weight>50</weight>
207
          <bold>false</bold>
208
         </font>
209
        </property>
210
        <property name="text">
211
         <string>Input</string>
212
        </property>
213
        <property name="checked">
214
         <bool>true</bool>
215
        </property>
216
       </widget>
217
      </item>
218
      <item>
219
       <widget class="QRadioButton" name="radioButton_Equivalent_Length_Cal">
220
        <property name="font">
221
         <font>
222
          <weight>50</weight>
223
          <bold>false</bold>
224
         </font>
225
        </property>
226
        <property name="text">
227
         <string>Cal'd</string>
228
        </property>
229
       </widget>
230
      </item>
231
     </layout>
232
    </item>
233
    <item>
234
     <layout class="QHBoxLayout" name="horizontalLayout_7">
235
      <item>
236
       <widget class="QLabel" name="label_8">
237
        <property name="minimumSize">
238
         <size>
239
          <width>129</width>
240
          <height>0</height>
241
         </size>
242
        </property>
243
        <property name="maximumSize">
244
         <size>
245
          <width>129</width>
246
          <height>16777215</height>
247
         </size>
248
        </property>
249
        <property name="font">
250
         <font>
251
          <weight>50</weight>
252
          <bold>false</bold>
253
         </font>
254
        </property>
255
        <property name="text">
256
         <string>Nominal Diameter :</string>
257
        </property>
258
        <property name="alignment">
259
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
260
        </property>
261
       </widget>
262
      </item>
263
      <item>
264
       <widget class="QComboBox" name="comboBox_Nominal_Pipe_Size">
265
        <property name="minimumSize">
266
         <size>
267
          <width>80</width>
268
          <height>0</height>
269
         </size>
270
        </property>
271
        <property name="maximumSize">
272
         <size>
273
          <width>80</width>
274
          <height>16777215</height>
275
         </size>
276
        </property>
277
        <property name="font">
278
         <font>
279
          <weight>50</weight>
280
          <bold>false</bold>
281
         </font>
282
        </property>
283
       </widget>
284
      </item>
285
      <item>
286
       <widget class="QLabel" name="label_Nominal_Pipe_Size_Unit">
287
        <property name="font">
288
         <font>
289
          <weight>50</weight>
290
          <bold>false</bold>
291
         </font>
292
        </property>
293
        <property name="text">
294
         <string>-</string>
295
        </property>
296
       </widget>
297
      </item>
298
     </layout>
299
    </item>
300
    <item>
301
     <layout class="QHBoxLayout" name="horizontalLayout_6">
302
      <item>
303
       <widget class="QLabel" name="label_10">
304
        <property name="minimumSize">
305
         <size>
306
          <width>129</width>
307
          <height>0</height>
308
         </size>
309
        </property>
310
        <property name="maximumSize">
311
         <size>
312
          <width>129</width>
313
          <height>16777215</height>
314
         </size>
315
        </property>
316
        <property name="font">
317
         <font>
318
          <weight>50</weight>
319
          <bold>false</bold>
320
         </font>
321
        </property>
322
        <property name="text">
323
         <string>Schedule No. :</string>
324
        </property>
325
        <property name="alignment">
326
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
327
        </property>
328
       </widget>
329
      </item>
330
      <item>
331
       <widget class="QComboBox" name="comboBox_Schedule_No">
332
        <property name="minimumSize">
333
         <size>
334
          <width>80</width>
335
          <height>0</height>
336
         </size>
337
        </property>
338
        <property name="maximumSize">
339
         <size>
340
          <width>80</width>
341
          <height>16777215</height>
342
         </size>
343
        </property>
344
        <property name="font">
345
         <font>
346
          <weight>50</weight>
347
          <bold>false</bold>
348
         </font>
349
        </property>
350
       </widget>
351
      </item>
352
      <item>
353
       <spacer name="horizontalSpacer_4">
354
        <property name="orientation">
355
         <enum>Qt::Horizontal</enum>
356
        </property>
357
        <property name="sizeHint" stdset="0">
358
         <size>
359
          <width>40</width>
360
          <height>20</height>
361
         </size>
362
        </property>
363
       </spacer>
364
      </item>
365
     </layout>
366
    </item>
367
    <item>
368
     <layout class="QHBoxLayout" name="horizontalLayout_5">
369
      <item>
370
       <widget class="QLabel" name="label_12">
371
        <property name="minimumSize">
372
         <size>
373
          <width>129</width>
374
          <height>0</height>
375
         </size>
376
        </property>
377
        <property name="maximumSize">
378
         <size>
379
          <width>129</width>
380
          <height>16777215</height>
381
         </size>
382
        </property>
383
        <property name="font">
384
         <font>
385
          <weight>50</weight>
386
          <bold>false</bold>
387
         </font>
388
        </property>
389
        <property name="text">
390
         <string>Inside Diameter :</string>
391
        </property>
392
        <property name="alignment">
393
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
394
        </property>
395
       </widget>
396
      </item>
397
      <item>
398
       <widget class="QLineEdit" name="lineEdit_Inside_Pipe_Size">
399
        <property name="enabled">
400
         <bool>true</bool>
401
        </property>
402
        <property name="minimumSize">
403
         <size>
404
          <width>80</width>
405
          <height>0</height>
406
         </size>
407
        </property>
408
        <property name="maximumSize">
409
         <size>
410
          <width>80</width>
411
          <height>16777215</height>
412
         </size>
413
        </property>
414
        <property name="font">
415
         <font>
416
          <weight>50</weight>
417
          <bold>false</bold>
418
         </font>
419
        </property>
420
        <property name="alignment">
421
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
422
        </property>
423
       </widget>
424
      </item>
425
      <item>
426
       <widget class="QLabel" name="label_Inside_Pipe_Size_Unit">
427
        <property name="font">
428
         <font>
429
          <weight>50</weight>
430
          <bold>false</bold>
431
         </font>
432
        </property>
433
        <property name="text">
434
         <string>-</string>
435
        </property>
436
       </widget>
437
      </item>
438
     </layout>
439
    </item>
440
    <item>
441
     <layout class="QHBoxLayout" name="horizontalLayout_19">
442
      <item>
443
       <spacer name="horizontalSpacer_3">
444
        <property name="orientation">
445
         <enum>Qt::Horizontal</enum>
446
        </property>
447
        <property name="sizeType">
448
         <enum>QSizePolicy::Fixed</enum>
449
        </property>
450
        <property name="sizeHint" stdset="0">
451
         <size>
452
          <width>54</width>
453
          <height>20</height>
454
         </size>
455
        </property>
456
       </spacer>
457
      </item>
458
      <item>
459
       <widget class="QPushButton" name="pushButton_Roughness">
460
        <property name="minimumSize">
461
         <size>
462
          <width>75</width>
463
          <height>0</height>
464
         </size>
465
        </property>
466
        <property name="maximumSize">
467
         <size>
468
          <width>75</width>
469
          <height>16777215</height>
470
         </size>
471
        </property>
472
        <property name="font">
473
         <font>
474
          <weight>50</weight>
475
          <bold>false</bold>
476
         </font>
477
        </property>
478
        <property name="text">
479
         <string>Roughness</string>
480
        </property>
481
       </widget>
482
      </item>
483
      <item>
484
       <widget class="QLineEdit" name="lineEdit_Roughness">
485
        <property name="minimumSize">
486
         <size>
487
          <width>80</width>
488
          <height>0</height>
489
         </size>
490
        </property>
491
        <property name="maximumSize">
492
         <size>
493
          <width>80</width>
494
          <height>16777215</height>
495
         </size>
496
        </property>
497
        <property name="alignment">
498
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
499
        </property>
500
       </widget>
501
      </item>
502
      <item>
503
       <widget class="QLabel" name="label_Roughness_Unit">
504
        <property name="minimumSize">
505
         <size>
506
          <width>0</width>
507
          <height>0</height>
508
         </size>
509
        </property>
510
        <property name="font">
511
         <font>
512
          <weight>50</weight>
513
          <bold>false</bold>
514
         </font>
515
        </property>
516
        <property name="text">
517
         <string>-</string>
518
        </property>
519
       </widget>
520
      </item>
521
     </layout>
522
    </item>
523
    <item>
524
     <layout class="QHBoxLayout" name="horizontalLayout_17">
525
      <item>
526
       <widget class="QLabel" name="label_27">
527
        <property name="minimumSize">
528
         <size>
529
          <width>129</width>
530
          <height>0</height>
531
         </size>
532
        </property>
533
        <property name="maximumSize">
534
         <size>
535
          <width>129</width>
536
          <height>16777215</height>
537
         </size>
538
        </property>
539
        <property name="font">
540
         <font>
541
          <weight>50</weight>
542
          <bold>false</bold>
543
         </font>
544
        </property>
545
        <property name="text">
546
         <string>Straight Length :</string>
547
        </property>
548
        <property name="alignment">
549
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
550
        </property>
551
       </widget>
552
      </item>
553
      <item>
554
       <widget class="QLineEdit" name="lineEdit_Straight_Length">
555
        <property name="minimumSize">
556
         <size>
557
          <width>80</width>
558
          <height>0</height>
559
         </size>
560
        </property>
561
        <property name="maximumSize">
562
         <size>
563
          <width>80</width>
564
          <height>16777215</height>
565
         </size>
566
        </property>
567
        <property name="font">
568
         <font>
569
          <weight>50</weight>
570
          <bold>false</bold>
571
         </font>
572
        </property>
573
        <property name="alignment">
574
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
575
        </property>
576
       </widget>
577
      </item>
578
      <item>
579
       <widget class="QLabel" name="label_Straight_Lengh_Unit">
580
        <property name="font">
581
         <font>
582
          <weight>50</weight>
583
          <bold>false</bold>
584
         </font>
585
        </property>
586
        <property name="text">
587
         <string>-</string>
588
        </property>
589
       </widget>
590
      </item>
591
     </layout>
592
    </item>
593
    <item>
594
     <layout class="QHBoxLayout" name="horizontalLayout_18">
595
      <item>
596
       <widget class="QLabel" name="label_7">
597
        <property name="minimumSize">
598
         <size>
599
          <width>129</width>
600
          <height>0</height>
601
         </size>
602
        </property>
603
        <property name="maximumSize">
604
         <size>
605
          <width>129</width>
606
          <height>16777215</height>
607
         </size>
608
        </property>
609
        <property name="font">
610
         <font>
611
          <weight>50</weight>
612
          <bold>false</bold>
613
         </font>
614
        </property>
615
        <property name="text">
616
         <string>Equiv. Lenght (Input) :</string>
617
        </property>
618
        <property name="alignment">
619
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
620
        </property>
621
       </widget>
622
      </item>
623
      <item>
624
       <widget class="QLineEdit" name="lineEdit_Equivalent_Length_Input">
625
        <property name="minimumSize">
626
         <size>
627
          <width>80</width>
628
          <height>0</height>
629
         </size>
630
        </property>
631
        <property name="maximumSize">
632
         <size>
633
          <width>80</width>
634
          <height>16777215</height>
635
         </size>
636
        </property>
637
        <property name="font">
638
         <font>
639
          <weight>50</weight>
640
          <bold>false</bold>
641
         </font>
642
        </property>
643
        <property name="alignment">
644
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
645
        </property>
646
       </widget>
647
      </item>
648
      <item>
649
       <widget class="QLabel" name="label_Equivalent_Lenght_Input_Unit">
650
        <property name="font">
651
         <font>
652
          <weight>50</weight>
653
          <bold>false</bold>
654
         </font>
655
        </property>
656
        <property name="text">
657
         <string>-</string>
658
        </property>
659
       </widget>
660
      </item>
661
     </layout>
662
    </item>
663
    <item>
664
     <layout class="QHBoxLayout" name="horizontalLayout_16">
665
      <item>
666
       <spacer name="horizontalSpacer_2">
667
        <property name="orientation">
668
         <enum>Qt::Horizontal</enum>
669
        </property>
670
        <property name="sizeType">
671
         <enum>QSizePolicy::Fixed</enum>
672
        </property>
673
        <property name="sizeHint" stdset="0">
674
         <size>
675
          <width>54</width>
676
          <height>20</height>
677
         </size>
678
        </property>
679
       </spacer>
680
      </item>
681
      <item>
682
       <widget class="QPushButton" name="pushButton_Fitting">
683
        <property name="enabled">
684
         <bool>false</bool>
685
        </property>
686
        <property name="minimumSize">
687
         <size>
688
          <width>75</width>
689
          <height>0</height>
690
         </size>
691
        </property>
692
        <property name="maximumSize">
693
         <size>
694
          <width>75</width>
695
          <height>16777215</height>
696
         </size>
697
        </property>
698
        <property name="font">
699
         <font>
700
          <weight>50</weight>
701
          <bold>false</bold>
702
         </font>
703
        </property>
704
        <property name="text">
705
         <string>Fitting Input</string>
706
        </property>
707
       </widget>
708
      </item>
709
      <item>
710
       <widget class="QLineEdit" name="lineEdit_Fitting_Length">
711
        <property name="enabled">
712
         <bool>false</bool>
713
        </property>
714
        <property name="minimumSize">
715
         <size>
716
          <width>80</width>
717
          <height>0</height>
718
         </size>
719
        </property>
720
        <property name="maximumSize">
721
         <size>
722
          <width>80</width>
723
          <height>16777215</height>
724
         </size>
725
        </property>
726
        <property name="font">
727
         <font>
728
          <weight>50</weight>
729
          <bold>false</bold>
730
         </font>
731
        </property>
732
        <property name="alignment">
733
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
734
        </property>
735
       </widget>
736
      </item>
737
      <item>
738
       <widget class="QLabel" name="label_Fitting_Length_Unit">
739
        <property name="font">
740
         <font>
741
          <weight>50</weight>
742
          <bold>false</bold>
743
         </font>
744
        </property>
745
        <property name="text">
746
         <string>-</string>
747
        </property>
748
       </widget>
749
      </item>
750
      <item>
751
       <widget class="QLineEdit" name="lineEdit_Fitting_K">
752
        <property name="enabled">
753
         <bool>false</bool>
754
        </property>
755
        <property name="minimumSize">
756
         <size>
757
          <width>30</width>
758
          <height>0</height>
759
         </size>
760
        </property>
761
        <property name="maximumSize">
762
         <size>
763
          <width>30</width>
764
          <height>16777215</height>
765
         </size>
766
        </property>
767
        <property name="font">
768
         <font>
769
          <weight>50</weight>
770
          <bold>false</bold>
771
         </font>
772
        </property>
773
        <property name="alignment">
774
         <set>Qt::AlignCenter</set>
775
        </property>
776
       </widget>
777
      </item>
778
     </layout>
779
    </item>
780
    <item>
781
     <layout class="QHBoxLayout" name="horizontalLayout_9">
782
      <item>
783
       <widget class="QLabel" name="label_9">
784
        <property name="minimumSize">
785
         <size>
786
          <width>129</width>
787
          <height>0</height>
788
         </size>
789
        </property>
790
        <property name="maximumSize">
791
         <size>
792
          <width>129</width>
793
          <height>16777215</height>
794
         </size>
795
        </property>
796
        <property name="font">
797
         <font>
798
          <weight>50</weight>
799
          <bold>false</bold>
800
         </font>
801
        </property>
802
        <property name="text">
803
         <string>Equiv. Length (Cal'd) :</string>
804
        </property>
805
        <property name="alignment">
806
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
807
        </property>
808
       </widget>
809
      </item>
810
      <item>
811
       <widget class="QLineEdit" name="lineEdit_Equivalent_Length_Cal">
812
        <property name="enabled">
813
         <bool>false</bool>
814
        </property>
815
        <property name="minimumSize">
816
         <size>
817
          <width>80</width>
818
          <height>0</height>
819
         </size>
820
        </property>
821
        <property name="maximumSize">
822
         <size>
823
          <width>80</width>
824
          <height>16777215</height>
825
         </size>
826
        </property>
827
        <property name="font">
828
         <font>
829
          <weight>50</weight>
830
          <bold>false</bold>
831
         </font>
832
        </property>
833
        <property name="alignment">
834
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
835
        </property>
836
       </widget>
837
      </item>
838
      <item>
839
       <widget class="QLabel" name="label_Equivalent_Lenght_Cal_Unit">
840
        <property name="minimumSize">
841
         <size>
842
          <width>0</width>
843
          <height>0</height>
844
         </size>
845
        </property>
846
        <property name="font">
847
         <font>
848
          <weight>50</weight>
849
          <bold>false</bold>
850
         </font>
851
        </property>
852
        <property name="text">
853
         <string>-</string>
854
        </property>
855
       </widget>
856
      </item>
857
     </layout>
858
    </item>
859
    <item>
860
     <layout class="QHBoxLayout" name="horizontalLayout">
861
      <item>
862
       <widget class="QPushButton" name="pushButton">
863
        <property name="font">
864
         <font>
865
          <weight>50</weight>
866
          <bold>false</bold>
867
         </font>
868
        </property>
869
        <property name="text">
870
         <string>View Pressure Gradient ...</string>
871
        </property>
872
       </widget>
873
      </item>
874
     </layout>
875
    </item>
876
    <item>
877
     <spacer name="verticalSpacer_3">
878
      <property name="orientation">
879
       <enum>Qt::Vertical</enum>
880
      </property>
881
      <property name="sizeHint" stdset="0">
882
       <size>
883
        <width>20</width>
884
        <height>40</height>
885
       </size>
886
      </property>
887
     </spacer>
888
    </item>
889
   </layout>
890
  </widget>
891
  <widget class="QGroupBox" name="groupBox_ProcessData_Liquid">
892
   <property name="geometry">
893
    <rect>
894
     <x>8</x>
895
     <y>80</y>
896
     <width>328</width>
897
     <height>221</height>
898
    </rect>
899
   </property>
900
   <property name="minimumSize">
901
    <size>
902
     <width>0</width>
903
     <height>221</height>
904
    </size>
905
   </property>
906
   <property name="maximumSize">
907
    <size>
908
     <width>16777215</width>
909
     <height>221</height>
910
    </size>
911
   </property>
912
   <property name="font">
913
    <font>
914
     <weight>75</weight>
915
     <bold>true</bold>
916
    </font>
917
   </property>
918
   <property name="title">
919
    <string>Process Data</string>
920
   </property>
921
   <layout class="QVBoxLayout" name="verticalLayout_5">
922
    <item>
923
     <layout class="QHBoxLayout" name="horizontalLayout_8">
924
      <item>
925
       <spacer name="horizontalSpacer">
926
        <property name="orientation">
927
         <enum>Qt::Horizontal</enum>
928
        </property>
929
        <property name="sizeType">
930
         <enum>QSizePolicy::Fixed</enum>
931
        </property>
932
        <property name="sizeHint" stdset="0">
933
         <size>
934
          <width>11</width>
935
          <height>20</height>
936
         </size>
937
        </property>
938
       </spacer>
939
      </item>
940
      <item>
941
       <widget class="QRadioButton" name="radioButton_Flowrate_Mass">
942
        <property name="minimumSize">
943
         <size>
944
          <width>0</width>
945
          <height>0</height>
946
         </size>
947
        </property>
948
        <property name="maximumSize">
949
         <size>
950
          <width>16777215</width>
951
          <height>16777215</height>
952
         </size>
953
        </property>
954
        <property name="sizeIncrement">
955
         <size>
956
          <width>0</width>
957
          <height>0</height>
958
         </size>
959
        </property>
960
        <property name="font">
961
         <font>
962
          <weight>50</weight>
963
          <bold>false</bold>
964
         </font>
965
        </property>
966
        <property name="layoutDirection">
967
         <enum>Qt::LeftToRight</enum>
968
        </property>
969
        <property name="text">
970
         <string>Flowrate (Mass) :</string>
971
        </property>
972
        <property name="checked">
973
         <bool>true</bool>
974
        </property>
975
       </widget>
976
      </item>
977
      <item>
978
       <widget class="QLineEdit" name="lineEdit_Flowrate_Mass_Liquid">
979
        <property name="minimumSize">
980
         <size>
981
          <width>80</width>
982
          <height>0</height>
983
         </size>
984
        </property>
985
        <property name="maximumSize">
986
         <size>
987
          <width>80</width>
988
          <height>16777215</height>
989
         </size>
990
        </property>
991
        <property name="font">
992
         <font>
993
          <weight>50</weight>
994
          <bold>false</bold>
995
         </font>
996
        </property>
997
        <property name="alignment">
998
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
999
        </property>
1000
       </widget>
1001
      </item>
1002
      <item>
1003
       <widget class="QLabel" name="label_Flowrate_Mass_Unit_Liquid">
1004
        <property name="font">
1005
         <font>
1006
          <weight>50</weight>
1007
          <bold>false</bold>
1008
         </font>
1009
        </property>
1010
        <property name="text">
1011
         <string>-</string>
1012
        </property>
1013
       </widget>
1014
      </item>
1015
     </layout>
1016
    </item>
1017
    <item>
1018
     <layout class="QHBoxLayout" name="horizontalLayout_10">
1019
      <item>
1020
       <widget class="QRadioButton" name="radioButton_Flowrate_Volume">
1021
        <property name="minimumSize">
1022
         <size>
1023
          <width>0</width>
1024
          <height>0</height>
1025
         </size>
1026
        </property>
1027
        <property name="maximumSize">
1028
         <size>
1029
          <width>16777215</width>
1030
          <height>16777215</height>
1031
         </size>
1032
        </property>
1033
        <property name="font">
1034
         <font>
1035
          <weight>50</weight>
1036
          <bold>false</bold>
1037
         </font>
1038
        </property>
1039
        <property name="layoutDirection">
1040
         <enum>Qt::LeftToRight</enum>
1041
        </property>
1042
        <property name="text">
1043
         <string>Flowrate (Volume) :</string>
1044
        </property>
1045
       </widget>
1046
      </item>
1047
      <item>
1048
       <widget class="QLineEdit" name="lineEdit_Flowrate_Volume">
1049
        <property name="enabled">
1050
         <bool>false</bool>
1051
        </property>
1052
        <property name="minimumSize">
1053
         <size>
1054
          <width>80</width>
1055
          <height>0</height>
1056
         </size>
1057
        </property>
1058
        <property name="maximumSize">
1059
         <size>
1060
          <width>80</width>
1061
          <height>16777215</height>
1062
         </size>
1063
        </property>
1064
        <property name="font">
1065
         <font>
1066
          <weight>50</weight>
1067
          <bold>false</bold>
1068
         </font>
1069
        </property>
1070
        <property name="alignment">
1071
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1072
        </property>
1073
       </widget>
1074
      </item>
1075
      <item>
1076
       <widget class="QLabel" name="label_Flowrate_Volume_Unit">
1077
        <property name="font">
1078
         <font>
1079
          <weight>50</weight>
1080
          <bold>false</bold>
1081
         </font>
1082
        </property>
1083
        <property name="text">
1084
         <string>-</string>
1085
        </property>
1086
       </widget>
1087
      </item>
1088
     </layout>
1089
    </item>
1090
    <item>
1091
     <layout class="QHBoxLayout" name="horizontalLayout_11">
1092
      <item>
1093
       <widget class="QLabel" name="label_18">
1094
        <property name="minimumSize">
1095
         <size>
1096
          <width>133</width>
1097
          <height>0</height>
1098
         </size>
1099
        </property>
1100
        <property name="maximumSize">
1101
         <size>
1102
          <width>133</width>
1103
          <height>16777215</height>
1104
         </size>
1105
        </property>
1106
        <property name="font">
1107
         <font>
1108
          <weight>50</weight>
1109
          <bold>false</bold>
1110
         </font>
1111
        </property>
1112
        <property name="text">
1113
         <string>Density :</string>
1114
        </property>
1115
        <property name="alignment">
1116
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1117
        </property>
1118
       </widget>
1119
      </item>
1120
      <item>
1121
       <widget class="QLineEdit" name="lineEdit_Density">
1122
        <property name="minimumSize">
1123
         <size>
1124
          <width>80</width>
1125
          <height>0</height>
1126
         </size>
1127
        </property>
1128
        <property name="maximumSize">
1129
         <size>
1130
          <width>80</width>
1131
          <height>16777215</height>
1132
         </size>
1133
        </property>
1134
        <property name="font">
1135
         <font>
1136
          <weight>50</weight>
1137
          <bold>false</bold>
1138
         </font>
1139
        </property>
1140
        <property name="alignment">
1141
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1142
        </property>
1143
       </widget>
1144
      </item>
1145
      <item>
1146
       <widget class="QLabel" name="label_Density_Unit">
1147
        <property name="font">
1148
         <font>
1149
          <weight>50</weight>
1150
          <bold>false</bold>
1151
         </font>
1152
        </property>
1153
        <property name="text">
1154
         <string>-</string>
1155
        </property>
1156
       </widget>
1157
      </item>
1158
     </layout>
1159
    </item>
1160
    <item>
1161
     <layout class="QHBoxLayout" name="horizontalLayout_12">
1162
      <item>
1163
       <widget class="QLabel" name="label_20">
1164
        <property name="minimumSize">
1165
         <size>
1166
          <width>133</width>
1167
          <height>0</height>
1168
         </size>
1169
        </property>
1170
        <property name="maximumSize">
1171
         <size>
1172
          <width>133</width>
1173
          <height>16777215</height>
1174
         </size>
1175
        </property>
1176
        <property name="font">
1177
         <font>
1178
          <weight>50</weight>
1179
          <bold>false</bold>
1180
         </font>
1181
        </property>
1182
        <property name="text">
1183
         <string>Viscosity :</string>
1184
        </property>
1185
        <property name="alignment">
1186
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1187
        </property>
1188
       </widget>
1189
      </item>
1190
      <item>
1191
       <widget class="QLineEdit" name="lineEdit_Viscosity_Liquid">
1192
        <property name="minimumSize">
1193
         <size>
1194
          <width>80</width>
1195
          <height>0</height>
1196
         </size>
1197
        </property>
1198
        <property name="maximumSize">
1199
         <size>
1200
          <width>80</width>
1201
          <height>16777215</height>
1202
         </size>
1203
        </property>
1204
        <property name="font">
1205
         <font>
1206
          <weight>50</weight>
1207
          <bold>false</bold>
1208
         </font>
1209
        </property>
1210
        <property name="alignment">
1211
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1212
        </property>
1213
       </widget>
1214
      </item>
1215
      <item>
1216
       <widget class="QLabel" name="label_Viscosity_Unit_Liquid">
1217
        <property name="font">
1218
         <font>
1219
          <weight>50</weight>
1220
          <bold>false</bold>
1221
         </font>
1222
        </property>
1223
        <property name="text">
1224
         <string>-</string>
1225
        </property>
1226
       </widget>
1227
      </item>
1228
     </layout>
1229
    </item>
1230
    <item>
1231
     <spacer name="verticalSpacer_2">
1232
      <property name="orientation">
1233
       <enum>Qt::Vertical</enum>
1234
      </property>
1235
      <property name="sizeHint" stdset="0">
1236
       <size>
1237
        <width>20</width>
1238
        <height>40</height>
1239
       </size>
1240
      </property>
1241
     </spacer>
1242
    </item>
1243
   </layout>
1244
  </widget>
1245
  <widget class="QGroupBox" name="groupBox_Line_Sizing_Data">
1246
   <property name="geometry">
1247
    <rect>
1248
     <x>8</x>
1249
     <y>312</y>
1250
     <width>328</width>
1251
     <height>97</height>
1252
    </rect>
1253
   </property>
1254
   <property name="font">
1255
    <font>
1256
     <weight>75</weight>
1257
     <bold>true</bold>
1258
    </font>
1259
   </property>
1260
   <property name="title">
1261
    <string>Line Sizing Data</string>
1262
   </property>
1263
   <layout class="QVBoxLayout" name="verticalLayout_3">
1264
    <item>
1265
     <layout class="QHBoxLayout" name="horizontalLayout_4">
1266
      <item>
1267
       <widget class="QLabel" name="label_4">
1268
        <property name="minimumSize">
1269
         <size>
1270
          <width>133</width>
1271
          <height>0</height>
1272
         </size>
1273
        </property>
1274
        <property name="maximumSize">
1275
         <size>
1276
          <width>133</width>
1277
          <height>16777215</height>
1278
         </size>
1279
        </property>
1280
        <property name="font">
1281
         <font>
1282
          <weight>50</weight>
1283
          <bold>false</bold>
1284
         </font>
1285
        </property>
1286
        <property name="text">
1287
         <string>Velocity :</string>
1288
        </property>
1289
        <property name="alignment">
1290
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1291
        </property>
1292
       </widget>
1293
      </item>
1294
      <item>
1295
       <widget class="QLineEdit" name="lineEdit_Limitation_Velocity">
1296
        <property name="minimumSize">
1297
         <size>
1298
          <width>80</width>
1299
          <height>0</height>
1300
         </size>
1301
        </property>
1302
        <property name="maximumSize">
1303
         <size>
1304
          <width>80</width>
1305
          <height>16777215</height>
1306
         </size>
1307
        </property>
1308
        <property name="font">
1309
         <font>
1310
          <weight>50</weight>
1311
          <bold>false</bold>
1312
         </font>
1313
        </property>
1314
        <property name="alignment">
1315
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1316
        </property>
1317
       </widget>
1318
      </item>
1319
      <item>
1320
       <widget class="QLabel" name="label_Velocity_Unit">
1321
        <property name="font">
1322
         <font>
1323
          <weight>50</weight>
1324
          <bold>false</bold>
1325
         </font>
1326
        </property>
1327
        <property name="text">
1328
         <string>-</string>
1329
        </property>
1330
       </widget>
1331
      </item>
1332
     </layout>
1333
    </item>
1334
    <item>
1335
     <layout class="QHBoxLayout" name="horizontalLayout_3">
1336
      <item>
1337
       <widget class="QLabel" name="label_6">
1338
        <property name="minimumSize">
1339
         <size>
1340
          <width>133</width>
1341
          <height>0</height>
1342
         </size>
1343
        </property>
1344
        <property name="maximumSize">
1345
         <size>
1346
          <width>133</width>
1347
          <height>16777215</height>
1348
         </size>
1349
        </property>
1350
        <property name="font">
1351
         <font>
1352
          <weight>50</weight>
1353
          <bold>false</bold>
1354
         </font>
1355
        </property>
1356
        <property name="text">
1357
         <string>△P :</string>
1358
        </property>
1359
        <property name="alignment">
1360
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1361
        </property>
1362
       </widget>
1363
      </item>
1364
      <item>
1365
       <widget class="QLineEdit" name="lineEdit_Limitation_Pressure_Drop">
1366
        <property name="minimumSize">
1367
         <size>
1368
          <width>80</width>
1369
          <height>0</height>
1370
         </size>
1371
        </property>
1372
        <property name="maximumSize">
1373
         <size>
1374
          <width>80</width>
1375
          <height>16777215</height>
1376
         </size>
1377
        </property>
1378
        <property name="font">
1379
         <font>
1380
          <weight>50</weight>
1381
          <bold>false</bold>
1382
         </font>
1383
        </property>
1384
        <property name="alignment">
1385
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1386
        </property>
1387
       </widget>
1388
      </item>
1389
      <item>
1390
       <widget class="QLabel" name="label_DropPressure_Unit">
1391
        <property name="font">
1392
         <font>
1393
          <weight>50</weight>
1394
          <bold>false</bold>
1395
         </font>
1396
        </property>
1397
        <property name="text">
1398
         <string>-</string>
1399
        </property>
1400
       </widget>
1401
      </item>
1402
     </layout>
1403
    </item>
1404
    <item>
1405
     <spacer name="verticalSpacer">
1406
      <property name="orientation">
1407
       <enum>Qt::Vertical</enum>
1408
      </property>
1409
      <property name="sizeHint" stdset="0">
1410
       <size>
1411
        <width>20</width>
1412
        <height>40</height>
1413
       </size>
1414
      </property>
1415
     </spacer>
1416
    </item>
1417
   </layout>
1418
  </widget>
1419
  <widget class="QGroupBox" name="groupBox_ProcessData_Vapor">
1420
   <property name="geometry">
1421
    <rect>
1422
     <x>8</x>
1423
     <y>80</y>
1424
     <width>328</width>
1425
     <height>221</height>
1426
    </rect>
1427
   </property>
1428
   <property name="minimumSize">
1429
    <size>
1430
     <width>0</width>
1431
     <height>221</height>
1432
    </size>
1433
   </property>
1434
   <property name="maximumSize">
1435
    <size>
1436
     <width>16777215</width>
1437
     <height>221</height>
1438
    </size>
1439
   </property>
1440
   <property name="font">
1441
    <font>
1442
     <weight>75</weight>
1443
     <bold>true</bold>
1444
    </font>
1445
   </property>
1446
   <property name="title">
1447
    <string>Process Data</string>
1448
   </property>
1449
   <layout class="QVBoxLayout" name="verticalLayout_6">
1450
    <item>
1451
     <layout class="QHBoxLayout" name="horizontalLayout_13">
1452
      <item>
1453
       <widget class="QLabel" name="label_3">
1454
        <property name="minimumSize">
1455
         <size>
1456
          <width>133</width>
1457
          <height>0</height>
1458
         </size>
1459
        </property>
1460
        <property name="maximumSize">
1461
         <size>
1462
          <width>133</width>
1463
          <height>16777215</height>
1464
         </size>
1465
        </property>
1466
        <property name="font">
1467
         <font>
1468
          <weight>50</weight>
1469
          <bold>false</bold>
1470
         </font>
1471
        </property>
1472
        <property name="text">
1473
         <string>Flowrate :</string>
1474
        </property>
1475
        <property name="alignment">
1476
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1477
        </property>
1478
       </widget>
1479
      </item>
1480
      <item>
1481
       <widget class="QLineEdit" name="lineEdit_Flowrate_Mass_Vapor">
1482
        <property name="minimumSize">
1483
         <size>
1484
          <width>80</width>
1485
          <height>0</height>
1486
         </size>
1487
        </property>
1488
        <property name="maximumSize">
1489
         <size>
1490
          <width>80</width>
1491
          <height>16777215</height>
1492
         </size>
1493
        </property>
1494
        <property name="font">
1495
         <font>
1496
          <weight>50</weight>
1497
          <bold>false</bold>
1498
         </font>
1499
        </property>
1500
        <property name="alignment">
1501
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1502
        </property>
1503
       </widget>
1504
      </item>
1505
      <item>
1506
       <widget class="QLabel" name="label_Flowrate_Mass_Unit_Vapor">
1507
        <property name="font">
1508
         <font>
1509
          <weight>50</weight>
1510
          <bold>false</bold>
1511
         </font>
1512
        </property>
1513
        <property name="text">
1514
         <string>-</string>
1515
        </property>
1516
       </widget>
1517
      </item>
1518
     </layout>
1519
    </item>
1520
    <item>
1521
     <layout class="QHBoxLayout" name="horizontalLayout_23">
1522
      <item>
1523
       <widget class="QLabel" name="label_21">
1524
        <property name="minimumSize">
1525
         <size>
1526
          <width>133</width>
1527
          <height>0</height>
1528
         </size>
1529
        </property>
1530
        <property name="maximumSize">
1531
         <size>
1532
          <width>133</width>
1533
          <height>16777215</height>
1534
         </size>
1535
        </property>
1536
        <property name="font">
1537
         <font>
1538
          <weight>50</weight>
1539
          <bold>false</bold>
1540
         </font>
1541
        </property>
1542
        <property name="text">
1543
         <string>Viscosity :</string>
1544
        </property>
1545
        <property name="alignment">
1546
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1547
        </property>
1548
       </widget>
1549
      </item>
1550
      <item>
1551
       <widget class="QLineEdit" name="lineEdit_Viscosity_Vapor">
1552
        <property name="minimumSize">
1553
         <size>
1554
          <width>80</width>
1555
          <height>0</height>
1556
         </size>
1557
        </property>
1558
        <property name="maximumSize">
1559
         <size>
1560
          <width>80</width>
1561
          <height>16777215</height>
1562
         </size>
1563
        </property>
1564
        <property name="font">
1565
         <font>
1566
          <weight>50</weight>
1567
          <bold>false</bold>
1568
         </font>
1569
        </property>
1570
        <property name="alignment">
1571
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1572
        </property>
1573
       </widget>
1574
      </item>
1575
      <item>
1576
       <widget class="QLabel" name="label_Viscosity_Unit_Vapor">
1577
        <property name="font">
1578
         <font>
1579
          <weight>50</weight>
1580
          <bold>false</bold>
1581
         </font>
1582
        </property>
1583
        <property name="text">
1584
         <string>-</string>
1585
        </property>
1586
       </widget>
1587
      </item>
1588
     </layout>
1589
    </item>
1590
    <item>
1591
     <layout class="QHBoxLayout" name="horizontalLayout_21">
1592
      <item>
1593
       <widget class="QLabel" name="label_16">
1594
        <property name="minimumSize">
1595
         <size>
1596
          <width>133</width>
1597
          <height>0</height>
1598
         </size>
1599
        </property>
1600
        <property name="maximumSize">
1601
         <size>
1602
          <width>133</width>
1603
          <height>16777215</height>
1604
         </size>
1605
        </property>
1606
        <property name="font">
1607
         <font>
1608
          <weight>50</weight>
1609
          <bold>false</bold>
1610
         </font>
1611
        </property>
1612
        <property name="text">
1613
         <string>Cp/Cv :</string>
1614
        </property>
1615
        <property name="alignment">
1616
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1617
        </property>
1618
       </widget>
1619
      </item>
1620
      <item>
1621
       <widget class="QLineEdit" name="lineEdit_Specific_Heat_Ratio">
1622
        <property name="enabled">
1623
         <bool>true</bool>
1624
        </property>
1625
        <property name="minimumSize">
1626
         <size>
1627
          <width>80</width>
1628
          <height>0</height>
1629
         </size>
1630
        </property>
1631
        <property name="maximumSize">
1632
         <size>
1633
          <width>80</width>
1634
          <height>16777215</height>
1635
         </size>
1636
        </property>
1637
        <property name="font">
1638
         <font>
1639
          <weight>50</weight>
1640
          <bold>false</bold>
1641
         </font>
1642
        </property>
1643
        <property name="alignment">
1644
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1645
        </property>
1646
       </widget>
1647
      </item>
1648
      <item>
1649
       <widget class="QLabel" name="label_Specific_Heat_Ratio_Unit">
1650
        <property name="font">
1651
         <font>
1652
          <weight>50</weight>
1653
          <bold>false</bold>
1654
         </font>
1655
        </property>
1656
        <property name="text">
1657
         <string/>
1658
        </property>
1659
       </widget>
1660
      </item>
1661
     </layout>
1662
    </item>
1663
    <item>
1664
     <layout class="QHBoxLayout" name="horizontalLayout_22">
1665
      <item>
1666
       <widget class="QLabel" name="label_19">
1667
        <property name="minimumSize">
1668
         <size>
1669
          <width>133</width>
1670
          <height>0</height>
1671
         </size>
1672
        </property>
1673
        <property name="maximumSize">
1674
         <size>
1675
          <width>133</width>
1676
          <height>16777215</height>
1677
         </size>
1678
        </property>
1679
        <property name="font">
1680
         <font>
1681
          <weight>50</weight>
1682
          <bold>false</bold>
1683
         </font>
1684
        </property>
1685
        <property name="text">
1686
         <string>Molecular Weight :</string>
1687
        </property>
1688
        <property name="alignment">
1689
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1690
        </property>
1691
       </widget>
1692
      </item>
1693
      <item>
1694
       <widget class="QLineEdit" name="lineEdit_Molecular_Weight">
1695
        <property name="minimumSize">
1696
         <size>
1697
          <width>80</width>
1698
          <height>0</height>
1699
         </size>
1700
        </property>
1701
        <property name="maximumSize">
1702
         <size>
1703
          <width>80</width>
1704
          <height>16777215</height>
1705
         </size>
1706
        </property>
1707
        <property name="font">
1708
         <font>
1709
          <weight>50</weight>
1710
          <bold>false</bold>
1711
         </font>
1712
        </property>
1713
        <property name="alignment">
1714
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1715
        </property>
1716
       </widget>
1717
      </item>
1718
      <item>
1719
       <widget class="QLabel" name="label_Molecular_Weight_Unit">
1720
        <property name="font">
1721
         <font>
1722
          <weight>50</weight>
1723
          <bold>false</bold>
1724
         </font>
1725
        </property>
1726
        <property name="text">
1727
         <string/>
1728
        </property>
1729
       </widget>
1730
      </item>
1731
     </layout>
1732
    </item>
1733
    <item>
1734
     <layout class="QHBoxLayout" name="horizontalLayout_24">
1735
      <item>
1736
       <widget class="QLabel" name="label_22">
1737
        <property name="minimumSize">
1738
         <size>
1739
          <width>133</width>
1740
          <height>0</height>
1741
         </size>
1742
        </property>
1743
        <property name="maximumSize">
1744
         <size>
1745
          <width>133</width>
1746
          <height>16777215</height>
1747
         </size>
1748
        </property>
1749
        <property name="font">
1750
         <font>
1751
          <weight>50</weight>
1752
          <bold>false</bold>
1753
         </font>
1754
        </property>
1755
        <property name="text">
1756
         <string>Temperature :</string>
1757
        </property>
1758
        <property name="alignment">
1759
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1760
        </property>
1761
       </widget>
1762
      </item>
1763
      <item>
1764
       <widget class="QLineEdit" name="lineEdit_Temperature">
1765
        <property name="minimumSize">
1766
         <size>
1767
          <width>80</width>
1768
          <height>0</height>
1769
         </size>
1770
        </property>
1771
        <property name="maximumSize">
1772
         <size>
1773
          <width>80</width>
1774
          <height>16777215</height>
1775
         </size>
1776
        </property>
1777
        <property name="font">
1778
         <font>
1779
          <weight>50</weight>
1780
          <bold>false</bold>
1781
         </font>
1782
        </property>
1783
        <property name="alignment">
1784
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1785
        </property>
1786
       </widget>
1787
      </item>
1788
      <item>
1789
       <widget class="QLabel" name="label_Temperature_Unit">
1790
        <property name="font">
1791
         <font>
1792
          <weight>50</weight>
1793
          <bold>false</bold>
1794
         </font>
1795
        </property>
1796
        <property name="text">
1797
         <string>-</string>
1798
        </property>
1799
       </widget>
1800
      </item>
1801
     </layout>
1802
    </item>
1803
    <item>
1804
     <layout class="QHBoxLayout" name="horizontalLayout_25">
1805
      <item>
1806
       <widget class="QLabel" name="label_23">
1807
        <property name="minimumSize">
1808
         <size>
1809
          <width>133</width>
1810
          <height>0</height>
1811
         </size>
1812
        </property>
1813
        <property name="maximumSize">
1814
         <size>
1815
          <width>133</width>
1816
          <height>16777215</height>
1817
         </size>
1818
        </property>
1819
        <property name="font">
1820
         <font>
1821
          <weight>50</weight>
1822
          <bold>false</bold>
1823
         </font>
1824
        </property>
1825
        <property name="text">
1826
         <string>Z factor :</string>
1827
        </property>
1828
        <property name="alignment">
1829
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1830
        </property>
1831
       </widget>
1832
      </item>
1833
      <item>
1834
       <widget class="QLineEdit" name="lineEdit_Compress_Factor">
1835
        <property name="minimumSize">
1836
         <size>
1837
          <width>80</width>
1838
          <height>0</height>
1839
         </size>
1840
        </property>
1841
        <property name="maximumSize">
1842
         <size>
1843
          <width>80</width>
1844
          <height>16777215</height>
1845
         </size>
1846
        </property>
1847
        <property name="font">
1848
         <font>
1849
          <weight>50</weight>
1850
          <bold>false</bold>
1851
         </font>
1852
        </property>
1853
        <property name="alignment">
1854
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1855
        </property>
1856
       </widget>
1857
      </item>
1858
      <item>
1859
       <widget class="QLabel" name="label_Compress_Factor_Unit">
1860
        <property name="font">
1861
         <font>
1862
          <weight>50</weight>
1863
          <bold>false</bold>
1864
         </font>
1865
        </property>
1866
        <property name="text">
1867
         <string/>
1868
        </property>
1869
       </widget>
1870
      </item>
1871
     </layout>
1872
    </item>
1873
    <item>
1874
     <spacer name="verticalSpacer_4">
1875
      <property name="orientation">
1876
       <enum>Qt::Vertical</enum>
1877
      </property>
1878
      <property name="sizeHint" stdset="0">
1879
       <size>
1880
        <width>20</width>
1881
        <height>40</height>
1882
       </size>
1883
      </property>
1884
     </spacer>
1885
    </item>
1886
   </layout>
1887
  </widget>
1888
  <widget class="QPushButton" name="pushButton_Line_Sizing">
1889
   <property name="geometry">
1890
    <rect>
1891
     <x>8</x>
1892
     <y>420</y>
1893
     <width>149</width>
1894
     <height>23</height>
1895
    </rect>
1896
   </property>
1897
   <property name="text">
1898
    <string>Line Sizing Criteria</string>
1899
   </property>
1900
  </widget>
1901
  <widget class="QGroupBox" name="groupBox_ProcessData_Mixed">
1902
   <property name="geometry">
1903
    <rect>
1904
     <x>8</x>
1905
     <y>80</y>
1906
     <width>669</width>
1907
     <height>141</height>
1908
    </rect>
1909
   </property>
1910
   <property name="font">
1911
    <font>
1912
     <weight>75</weight>
1913
     <bold>true</bold>
1914
    </font>
1915
   </property>
1916
   <property name="title">
1917
    <string>Process Data (at Start Point)</string>
1918
   </property>
1919
   <layout class="QGridLayout" name="gridLayout">
1920
    <item row="1" column="0">
1921
     <layout class="QHBoxLayout" name="horizontalLayout_20">
1922
      <item>
1923
       <widget class="QLabel" name="label_36">
1924
        <property name="minimumSize">
1925
         <size>
1926
          <width>0</width>
1927
          <height>0</height>
1928
         </size>
1929
        </property>
1930
        <property name="maximumSize">
1931
         <size>
1932
          <width>16777215</width>
1933
          <height>16777215</height>
1934
         </size>
1935
        </property>
1936
        <property name="font">
1937
         <font>
1938
          <weight>50</weight>
1939
          <bold>false</bold>
1940
         </font>
1941
        </property>
1942
        <property name="text">
1943
         <string>Vapor :</string>
1944
        </property>
1945
        <property name="alignment">
1946
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1947
        </property>
1948
       </widget>
1949
      </item>
1950
      <item>
1951
       <widget class="QLineEdit" name="lineEdit">
1952
        <property name="minimumSize">
1953
         <size>
1954
          <width>80</width>
1955
          <height>0</height>
1956
         </size>
1957
        </property>
1958
        <property name="maximumSize">
1959
         <size>
1960
          <width>80</width>
1961
          <height>16777215</height>
1962
         </size>
1963
        </property>
1964
        <property name="alignment">
1965
         <set>Qt::AlignCenter</set>
1966
        </property>
1967
       </widget>
1968
      </item>
1969
      <item>
1970
       <widget class="QLineEdit" name="lineEdit_3">
1971
        <property name="minimumSize">
1972
         <size>
1973
          <width>80</width>
1974
          <height>0</height>
1975
         </size>
1976
        </property>
1977
        <property name="maximumSize">
1978
         <size>
1979
          <width>80</width>
1980
          <height>16777215</height>
1981
         </size>
1982
        </property>
1983
        <property name="alignment">
1984
         <set>Qt::AlignCenter</set>
1985
        </property>
1986
       </widget>
1987
      </item>
1988
      <item>
1989
       <widget class="QLineEdit" name="lineEdit_5">
1990
        <property name="minimumSize">
1991
         <size>
1992
          <width>80</width>
1993
          <height>0</height>
1994
         </size>
1995
        </property>
1996
        <property name="maximumSize">
1997
         <size>
1998
          <width>80</width>
1999
          <height>16777215</height>
2000
         </size>
2001
        </property>
2002
        <property name="alignment">
2003
         <set>Qt::AlignCenter</set>
2004
        </property>
2005
       </widget>
2006
      </item>
2007
      <item>
2008
       <widget class="QLineEdit" name="lineEdit_6">
2009
        <property name="minimumSize">
2010
         <size>
2011
          <width>80</width>
2012
          <height>0</height>
2013
         </size>
2014
        </property>
2015
        <property name="maximumSize">
2016
         <size>
2017
          <width>80</width>
2018
          <height>16777215</height>
2019
         </size>
2020
        </property>
2021
        <property name="alignment">
2022
         <set>Qt::AlignCenter</set>
2023
        </property>
2024
       </widget>
2025
      </item>
2026
      <item>
2027
       <widget class="QLineEdit" name="lineEdit_7">
2028
        <property name="minimumSize">
2029
         <size>
2030
          <width>80</width>
2031
          <height>0</height>
2032
         </size>
2033
        </property>
2034
        <property name="maximumSize">
2035
         <size>
2036
          <width>80</width>
2037
          <height>16777215</height>
2038
         </size>
2039
        </property>
2040
        <property name="alignment">
2041
         <set>Qt::AlignCenter</set>
2042
        </property>
2043
       </widget>
2044
      </item>
2045
      <item>
2046
       <widget class="QLineEdit" name="lineEdit_4">
2047
        <property name="minimumSize">
2048
         <size>
2049
          <width>80</width>
2050
          <height>0</height>
2051
         </size>
2052
        </property>
2053
        <property name="maximumSize">
2054
         <size>
2055
          <width>80</width>
2056
          <height>16777215</height>
2057
         </size>
2058
        </property>
2059
        <property name="alignment">
2060
         <set>Qt::AlignCenter</set>
2061
        </property>
2062
       </widget>
2063
      </item>
2064
      <item>
2065
       <widget class="QLineEdit" name="lineEdit_2">
2066
        <property name="minimumSize">
2067
         <size>
2068
          <width>80</width>
2069
          <height>0</height>
2070
         </size>
2071
        </property>
2072
        <property name="maximumSize">
2073
         <size>
2074
          <width>80</width>
2075
          <height>16777215</height>
2076
         </size>
2077
        </property>
2078
        <property name="alignment">
2079
         <set>Qt::AlignCenter</set>
2080
        </property>
2081
       </widget>
2082
      </item>
2083
     </layout>
2084
    </item>
2085
    <item row="0" column="0">
2086
     <layout class="QVBoxLayout" name="verticalLayout">
2087
      <item>
2088
       <layout class="QHBoxLayout" name="horizontalLayout_2">
2089
        <item>
2090
         <widget class="QLabel" name="label">
2091
          <property name="font">
2092
           <font>
2093
            <weight>50</weight>
2094
            <bold>false</bold>
2095
           </font>
2096
          </property>
2097
          <property name="text">
2098
           <string/>
2099
          </property>
2100
          <property name="alignment">
2101
           <set>Qt::AlignCenter</set>
2102
          </property>
2103
         </widget>
2104
        </item>
2105
        <item>
2106
         <widget class="QLabel" name="label_2">
2107
          <property name="minimumSize">
2108
           <size>
2109
            <width>80</width>
2110
            <height>0</height>
2111
           </size>
2112
          </property>
2113
          <property name="maximumSize">
2114
           <size>
2115
            <width>80</width>
2116
            <height>16777215</height>
2117
           </size>
2118
          </property>
2119
          <property name="font">
2120
           <font>
2121
            <weight>50</weight>
2122
            <bold>false</bold>
2123
           </font>
2124
          </property>
2125
          <property name="text">
2126
           <string>Flowrate</string>
2127
          </property>
2128
          <property name="alignment">
2129
           <set>Qt::AlignCenter</set>
2130
          </property>
2131
         </widget>
2132
        </item>
2133
        <item>
2134
         <widget class="QLabel" name="label_11">
2135
          <property name="minimumSize">
2136
           <size>
2137
            <width>80</width>
2138
            <height>0</height>
2139
           </size>
2140
          </property>
2141
          <property name="maximumSize">
2142
           <size>
2143
            <width>80</width>
2144
            <height>16777215</height>
2145
           </size>
2146
          </property>
2147
          <property name="font">
2148
           <font>
2149
            <weight>50</weight>
2150
            <bold>false</bold>
2151
           </font>
2152
          </property>
2153
          <property name="text">
2154
           <string>Density</string>
2155
          </property>
2156
          <property name="alignment">
2157
           <set>Qt::AlignCenter</set>
2158
          </property>
2159
         </widget>
2160
        </item>
2161
        <item>
2162
         <widget class="QLabel" name="label_15">
2163
          <property name="minimumSize">
2164
           <size>
2165
            <width>80</width>
2166
            <height>0</height>
2167
           </size>
2168
          </property>
2169
          <property name="maximumSize">
2170
           <size>
2171
            <width>80</width>
2172
            <height>16777215</height>
2173
           </size>
2174
          </property>
2175
          <property name="font">
2176
           <font>
2177
            <weight>50</weight>
2178
            <bold>false</bold>
2179
           </font>
2180
          </property>
2181
          <property name="text">
2182
           <string>Viscosity</string>
2183
          </property>
2184
          <property name="alignment">
2185
           <set>Qt::AlignCenter</set>
2186
          </property>
2187
         </widget>
2188
        </item>
2189
        <item>
2190
         <widget class="QLabel" name="label_17">
2191
          <property name="minimumSize">
2192
           <size>
2193
            <width>80</width>
2194
            <height>0</height>
2195
           </size>
2196
          </property>
2197
          <property name="maximumSize">
2198
           <size>
2199
            <width>80</width>
2200
            <height>16777215</height>
2201
           </size>
2202
          </property>
2203
          <property name="font">
2204
           <font>
2205
            <weight>50</weight>
2206
            <bold>false</bold>
2207
           </font>
2208
          </property>
2209
          <property name="text">
2210
           <string>Pressure</string>
2211
          </property>
2212
          <property name="alignment">
2213
           <set>Qt::AlignCenter</set>
2214
          </property>
2215
         </widget>
2216
        </item>
2217
        <item>
2218
         <widget class="QLabel" name="label_24">
2219
          <property name="minimumSize">
2220
           <size>
2221
            <width>80</width>
2222
            <height>0</height>
2223
           </size>
2224
          </property>
2225
          <property name="maximumSize">
2226
           <size>
2227
            <width>80</width>
2228
            <height>16777215</height>
2229
           </size>
2230
          </property>
2231
          <property name="font">
2232
           <font>
2233
            <weight>50</weight>
2234
            <bold>false</bold>
2235
           </font>
2236
          </property>
2237
          <property name="text">
2238
           <string>Temperature</string>
2239
          </property>
2240
          <property name="alignment">
2241
           <set>Qt::AlignCenter</set>
2242
          </property>
2243
         </widget>
2244
        </item>
2245
        <item>
2246
         <widget class="QLabel" name="label_25">
2247
          <property name="minimumSize">
2248
           <size>
2249
            <width>80</width>
2250
            <height>0</height>
2251
           </size>
2252
          </property>
2253
          <property name="maximumSize">
2254
           <size>
2255
            <width>80</width>
2256
            <height>16777215</height>
2257
           </size>
2258
          </property>
2259
          <property name="font">
2260
           <font>
2261
            <weight>50</weight>
2262
            <bold>false</bold>
2263
           </font>
2264
          </property>
2265
          <property name="text">
2266
           <string>Mol. Weight </string>
2267
          </property>
2268
          <property name="alignment">
2269
           <set>Qt::AlignCenter</set>
2270
          </property>
2271
         </widget>
2272
        </item>
2273
        <item>
2274
         <widget class="QLabel" name="label_26">
2275
          <property name="minimumSize">
2276
           <size>
2277
            <width>80</width>
2278
            <height>0</height>
2279
           </size>
2280
          </property>
2281
          <property name="maximumSize">
2282
           <size>
2283
            <width>80</width>
2284
            <height>16777215</height>
2285
           </size>
2286
          </property>
2287
          <property name="font">
2288
           <font>
2289
            <weight>50</weight>
2290
            <bold>false</bold>
2291
           </font>
2292
          </property>
2293
          <property name="text">
2294
           <string>Z factor</string>
2295
          </property>
2296
          <property name="alignment">
2297
           <set>Qt::AlignCenter</set>
2298
          </property>
2299
         </widget>
2300
        </item>
2301
       </layout>
2302
      </item>
2303
      <item>
2304
       <layout class="QHBoxLayout" name="horizontalLayout_14">
2305
        <item>
2306
         <widget class="QLabel" name="label_35">
2307
          <property name="font">
2308
           <font>
2309
            <weight>50</weight>
2310
            <bold>false</bold>
2311
           </font>
2312
          </property>
2313
          <property name="text">
2314
           <string/>
2315
          </property>
2316
          <property name="alignment">
2317
           <set>Qt::AlignCenter</set>
2318
          </property>
2319
         </widget>
2320
        </item>
2321
        <item>
2322
         <widget class="QLabel" name="label_Flowrate_Mass_Unit_Mixed">
2323
          <property name="minimumSize">
2324
           <size>
2325
            <width>80</width>
2326
            <height>0</height>
2327
           </size>
2328
          </property>
2329
          <property name="maximumSize">
2330
           <size>
2331
            <width>80</width>
2332
            <height>16777215</height>
2333
           </size>
2334
          </property>
2335
          <property name="font">
2336
           <font>
2337
            <weight>50</weight>
2338
            <bold>false</bold>
2339
           </font>
2340
          </property>
2341
          <property name="text">
2342
           <string>-</string>
2343
          </property>
2344
          <property name="alignment">
2345
           <set>Qt::AlignCenter</set>
2346
          </property>
2347
         </widget>
2348
        </item>
2349
        <item>
2350
         <widget class="QLabel" name="label_Density_Unit_Mixed">
2351
          <property name="minimumSize">
2352
           <size>
2353
            <width>80</width>
2354
            <height>0</height>
2355
           </size>
2356
          </property>
2357
          <property name="maximumSize">
2358
           <size>
2359
            <width>80</width>
2360
            <height>16777215</height>
2361
           </size>
2362
          </property>
2363
          <property name="font">
2364
           <font>
2365
            <weight>50</weight>
2366
            <bold>false</bold>
2367
           </font>
2368
          </property>
2369
          <property name="text">
2370
           <string>-</string>
2371
          </property>
2372
          <property name="alignment">
2373
           <set>Qt::AlignCenter</set>
2374
          </property>
2375
         </widget>
2376
        </item>
2377
        <item>
2378
         <widget class="QLabel" name="label_Viscosity_Unit_Mixed">
2379
          <property name="minimumSize">
2380
           <size>
2381
            <width>80</width>
2382
            <height>0</height>
2383
           </size>
2384
          </property>
2385
          <property name="maximumSize">
2386
           <size>
2387
            <width>80</width>
2388
            <height>16777215</height>
2389
           </size>
2390
          </property>
2391
          <property name="font">
2392
           <font>
2393
            <weight>50</weight>
2394
            <bold>false</bold>
2395
           </font>
2396
          </property>
2397
          <property name="text">
2398
           <string>-</string>
2399
          </property>
2400
          <property name="alignment">
2401
           <set>Qt::AlignCenter</set>
2402
          </property>
2403
         </widget>
2404
        </item>
2405
        <item>
2406
         <widget class="QLabel" name="label_Pressure_Unit_Mixed">
2407
          <property name="minimumSize">
2408
           <size>
2409
            <width>80</width>
2410
            <height>0</height>
2411
           </size>
2412
          </property>
2413
          <property name="maximumSize">
2414
           <size>
2415
            <width>80</width>
2416
            <height>16777215</height>
2417
           </size>
2418
          </property>
2419
          <property name="font">
2420
           <font>
2421
            <weight>50</weight>
2422
            <bold>false</bold>
2423
           </font>
2424
          </property>
2425
          <property name="text">
2426
           <string>-</string>
2427
          </property>
2428
          <property name="alignment">
2429
           <set>Qt::AlignCenter</set>
2430
          </property>
2431
         </widget>
2432
        </item>
2433
        <item>
2434
         <widget class="QLabel" name="label_Temperature_Unit_Mixed">
2435
          <property name="minimumSize">
2436
           <size>
2437
            <width>80</width>
2438
            <height>0</height>
2439
           </size>
2440
          </property>
2441
          <property name="maximumSize">
2442
           <size>
2443
            <width>80</width>
2444
            <height>16777215</height>
2445
           </size>
2446
          </property>
2447
          <property name="font">
2448
           <font>
2449
            <weight>50</weight>
2450
            <bold>false</bold>
2451
           </font>
2452
          </property>
2453
          <property name="text">
2454
           <string>-</string>
2455
          </property>
2456
          <property name="alignment">
2457
           <set>Qt::AlignCenter</set>
2458
          </property>
2459
         </widget>
2460
        </item>
2461
        <item>
2462
         <widget class="QLabel" name="label_29">
2463
          <property name="minimumSize">
2464
           <size>
2465
            <width>80</width>
2466
            <height>0</height>
2467
           </size>
2468
          </property>
2469
          <property name="maximumSize">
2470
           <size>
2471
            <width>80</width>
2472
            <height>16777215</height>
2473
           </size>
2474
          </property>
2475
          <property name="font">
2476
           <font>
2477
            <weight>50</weight>
2478
            <bold>false</bold>
2479
           </font>
2480
          </property>
2481
          <property name="text">
2482
           <string/>
2483
          </property>
2484
          <property name="alignment">
2485
           <set>Qt::AlignCenter</set>
2486
          </property>
2487
         </widget>
2488
        </item>
2489
        <item>
2490
         <widget class="QLabel" name="label_28">
2491
          <property name="minimumSize">
2492
           <size>
2493
            <width>80</width>
2494
            <height>0</height>
2495
           </size>
2496
          </property>
2497
          <property name="maximumSize">
2498
           <size>
2499
            <width>80</width>
2500
            <height>16777215</height>
2501
           </size>
2502
          </property>
2503
          <property name="font">
2504
           <font>
2505
            <weight>50</weight>
2506
            <bold>false</bold>
2507
           </font>
2508
          </property>
2509
          <property name="text">
2510
           <string/>
2511
          </property>
2512
          <property name="alignment">
2513
           <set>Qt::AlignCenter</set>
2514
          </property>
2515
         </widget>
2516
        </item>
2517
       </layout>
2518
      </item>
2519
     </layout>
2520
    </item>
2521
    <item row="2" column="0">
2522
     <layout class="QHBoxLayout" name="horizontalLayout_26">
2523
      <item>
2524
       <widget class="QLabel" name="label_37">
2525
        <property name="minimumSize">
2526
         <size>
2527
          <width>0</width>
2528
          <height>0</height>
2529
         </size>
2530
        </property>
2531
        <property name="maximumSize">
2532
         <size>
2533
          <width>16777215</width>
2534
          <height>16777215</height>
2535
         </size>
2536
        </property>
2537
        <property name="font">
2538
         <font>
2539
          <weight>50</weight>
2540
          <bold>false</bold>
2541
         </font>
2542
        </property>
2543
        <property name="text">
2544
         <string>Liquid :</string>
2545
        </property>
2546
        <property name="alignment">
2547
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2548
        </property>
2549
       </widget>
2550
      </item>
2551
      <item>
2552
       <widget class="QLineEdit" name="lineEdit_14">
2553
        <property name="minimumSize">
2554
         <size>
2555
          <width>80</width>
2556
          <height>0</height>
2557
         </size>
2558
        </property>
2559
        <property name="maximumSize">
2560
         <size>
2561
          <width>80</width>
2562
          <height>16777215</height>
2563
         </size>
2564
        </property>
2565
        <property name="alignment">
2566
         <set>Qt::AlignCenter</set>
2567
        </property>
2568
       </widget>
2569
      </item>
2570
      <item>
2571
       <widget class="QLineEdit" name="lineEdit_13">
2572
        <property name="minimumSize">
2573
         <size>
2574
          <width>80</width>
2575
          <height>0</height>
2576
         </size>
2577
        </property>
2578
        <property name="maximumSize">
2579
         <size>
2580
          <width>80</width>
2581
          <height>16777215</height>
2582
         </size>
2583
        </property>
2584
        <property name="alignment">
2585
         <set>Qt::AlignCenter</set>
2586
        </property>
2587
       </widget>
2588
      </item>
2589
      <item>
2590
       <widget class="QLineEdit" name="lineEdit_12">
2591
        <property name="minimumSize">
2592
         <size>
2593
          <width>80</width>
2594
          <height>0</height>
2595
         </size>
2596
        </property>
2597
        <property name="maximumSize">
2598
         <size>
2599
          <width>80</width>
2600
          <height>16777215</height>
2601
         </size>
2602
        </property>
2603
        <property name="alignment">
2604
         <set>Qt::AlignCenter</set>
2605
        </property>
2606
       </widget>
2607
      </item>
2608
      <item>
2609
       <widget class="QLineEdit" name="lineEdit_11">
2610
        <property name="enabled">
2611
         <bool>false</bool>
2612
        </property>
2613
        <property name="minimumSize">
2614
         <size>
2615
          <width>80</width>
2616
          <height>0</height>
2617
         </size>
2618
        </property>
2619
        <property name="maximumSize">
2620
         <size>
2621
          <width>80</width>
2622
          <height>16777215</height>
2623
         </size>
2624
        </property>
2625
        <property name="text">
2626
         <string>-</string>
2627
        </property>
2628
        <property name="alignment">
2629
         <set>Qt::AlignCenter</set>
2630
        </property>
2631
       </widget>
2632
      </item>
2633
      <item>
2634
       <widget class="QLineEdit" name="lineEdit_10">
2635
        <property name="enabled">
2636
         <bool>false</bool>
2637
        </property>
2638
        <property name="minimumSize">
2639
         <size>
2640
          <width>80</width>
2641
          <height>0</height>
2642
         </size>
2643
        </property>
2644
        <property name="maximumSize">
2645
         <size>
2646
          <width>80</width>
2647
          <height>16777215</height>
2648
         </size>
2649
        </property>
2650
        <property name="text">
2651
         <string>-</string>
2652
        </property>
2653
        <property name="alignment">
2654
         <set>Qt::AlignCenter</set>
2655
        </property>
2656
       </widget>
2657
      </item>
2658
      <item>
2659
       <widget class="QLineEdit" name="lineEdit_9">
2660
        <property name="enabled">
2661
         <bool>false</bool>
2662
        </property>
2663
        <property name="minimumSize">
2664
         <size>
2665
          <width>80</width>
2666
          <height>0</height>
2667
         </size>
2668
        </property>
2669
        <property name="maximumSize">
2670
         <size>
2671
          <width>80</width>
2672
          <height>16777215</height>
2673
         </size>
2674
        </property>
2675
        <property name="text">
2676
         <string>-</string>
2677
        </property>
2678
        <property name="alignment">
2679
         <set>Qt::AlignCenter</set>
2680
        </property>
2681
       </widget>
2682
      </item>
2683
      <item>
2684
       <widget class="QLineEdit" name="lineEdit_8">
2685
        <property name="enabled">
2686
         <bool>false</bool>
2687
        </property>
2688
        <property name="minimumSize">
2689
         <size>
2690
          <width>80</width>
2691
          <height>0</height>
2692
         </size>
2693
        </property>
2694
        <property name="maximumSize">
2695
         <size>
2696
          <width>80</width>
2697
          <height>16777215</height>
2698
         </size>
2699
        </property>
2700
        <property name="text">
2701
         <string>-</string>
2702
        </property>
2703
        <property name="alignment">
2704
         <set>Qt::AlignCenter</set>
2705
        </property>
2706
       </widget>
2707
      </item>
2708
     </layout>
2709
    </item>
2710
    <item row="3" column="0">
2711
     <spacer name="verticalSpacer_5">
2712
      <property name="orientation">
2713
       <enum>Qt::Vertical</enum>
2714
      </property>
2715
      <property name="sizeHint" stdset="0">
2716
       <size>
2717
        <width>20</width>
2718
        <height>40</height>
2719
       </size>
2720
      </property>
2721
     </spacer>
2722
    </item>
2723
   </layout>
2724
  </widget>
2725
  <widget class="QGroupBox" name="groupBox_GeometryData_Mixed">
2726
   <property name="geometry">
2727
    <rect>
2728
     <x>8</x>
2729
     <y>232</y>
2730
     <width>669</width>
2731
     <height>209</height>
2732
    </rect>
2733
   </property>
2734
   <property name="font">
2735
    <font>
2736
     <weight>75</weight>
2737
     <bold>true</bold>
2738
    </font>
2739
   </property>
2740
   <property name="title">
2741
    <string>Geometry Data</string>
2742
   </property>
2743
  </widget>
2744
 </widget>
2745
 <tabstops>
2746
  <tabstop>lineEdit_DisplayNo</tabstop>
2747
  <tabstop>comboBox_PhaseType</tabstop>
2748
  <tabstop>radioButton_Flowrate_Mass</tabstop>
2749
  <tabstop>lineEdit_Flowrate_Mass_Liquid</tabstop>
2750
  <tabstop>radioButton_Flowrate_Volume</tabstop>
2751
  <tabstop>lineEdit_Flowrate_Volume</tabstop>
2752
  <tabstop>lineEdit_Density</tabstop>
2753
  <tabstop>lineEdit_Viscosity_Liquid</tabstop>
2754
  <tabstop>lineEdit_Flowrate_Mass_Vapor</tabstop>
2755
  <tabstop>lineEdit_Viscosity_Vapor</tabstop>
2756
  <tabstop>lineEdit_Specific_Heat_Ratio</tabstop>
2757
  <tabstop>lineEdit_Molecular_Weight</tabstop>
2758
  <tabstop>lineEdit_Temperature</tabstop>
2759
  <tabstop>lineEdit_Compress_Factor</tabstop>
2760
  <tabstop>lineEdit_Limitation_Velocity</tabstop>
2761
  <tabstop>lineEdit_Limitation_Pressure_Drop</tabstop>
2762
  <tabstop>radioButton_Equivalent_Length_Input</tabstop>
2763
  <tabstop>radioButton_Equivalent_Length_Cal</tabstop>
2764
  <tabstop>comboBox_Nominal_Pipe_Size</tabstop>
2765
  <tabstop>comboBox_Schedule_No</tabstop>
2766
  <tabstop>lineEdit_Inside_Pipe_Size</tabstop>
2767
  <tabstop>pushButton_Roughness</tabstop>
2768
  <tabstop>lineEdit_Roughness</tabstop>
2769
  <tabstop>lineEdit_Straight_Length</tabstop>
2770
  <tabstop>lineEdit_Equivalent_Length_Input</tabstop>
2771
  <tabstop>pushButton_Fitting</tabstop>
2772
  <tabstop>lineEdit_Fitting_Length</tabstop>
2773
  <tabstop>lineEdit_Equivalent_Length_Cal</tabstop>
2774
  <tabstop>pushButton</tabstop>
2775
 </tabstops>
2776
 <resources>
2777
  <include location="../res/Resource.qrc"/>
2778
 </resources>
2779
 <connections>
2780
  <connection>
2781
   <sender>buttonBox</sender>
2782
   <signal>accepted()</signal>
2783
   <receiver>Dialog</receiver>
2784
   <slot>accept()</slot>
2785
   <hints>
2786
    <hint type="sourcelabel">
2787
     <x>248</x>
2788
     <y>254</y>
2789
    </hint>
2790
    <hint type="destinationlabel">
2791
     <x>157</x>
2792
     <y>274</y>
2793
    </hint>
2794
   </hints>
2795
  </connection>
2796
  <connection>
2797
   <sender>buttonBox</sender>
2798
   <signal>rejected()</signal>
2799
   <receiver>Dialog</receiver>
2800
   <slot>reject()</slot>
2801
   <hints>
2802
    <hint type="sourcelabel">
2803
     <x>316</x>
2804
     <y>260</y>
2805
    </hint>
2806
    <hint type="destinationlabel">
2807
     <x>286</x>
2808
     <y>274</y>
2809
    </hint>
2810
   </hints>
2811
  </connection>
2812
 </connections>
2813
</ui>
클립보드 이미지 추가 (최대 크기: 500 MB)