프로젝트

일반

사용자정보

통계
| 개정판:

hytos / HYTOS / HYTOS / UI / Configuration.ui @ eeb25a23

이력 | 보기 | 이력해설 | 다운로드 (96.5 KB)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>ConfigurationDialog</class>
4
 <widget class="QDialog" name="ConfigurationDialog">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>585</width>
10
    <height>529</height>
11
   </rect>
12
  </property>
13
  <property name="minimumSize">
14
   <size>
15
    <width>585</width>
16
    <height>529</height>
17
   </size>
18
  </property>
19
  <property name="maximumSize">
20
   <size>
21
    <width>585</width>
22
    <height>529</height>
23
   </size>
24
  </property>
25
  <property name="font">
26
   <font>
27
    <family>맑은 고딕</family>
28
   </font>
29
  </property>
30
  <property name="windowTitle">
31
   <string>Configuration</string>
32
  </property>
33
  <property name="windowIcon">
34
   <iconset resource="../res/Resource.qrc">
35
    <normaloff>:/images/HYTOS.png</normaloff>:/images/HYTOS.png</iconset>
36
  </property>
37
  <layout class="QGridLayout" name="gridLayout_15">
38
   <item row="2" column="0">
39
    <widget class="QDialogButtonBox" name="buttonBox">
40
     <property name="orientation">
41
      <enum>Qt::Horizontal</enum>
42
     </property>
43
     <property name="standardButtons">
44
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
45
     </property>
46
    </widget>
47
   </item>
48
   <item row="1" column="0">
49
    <widget class="QTabWidget" name="tabWidget">
50
     <property name="currentIndex">
51
      <number>0</number>
52
     </property>
53
     <widget class="QWidget" name="Infomation">
54
      <attribute name="title">
55
       <string>Information</string>
56
      </attribute>
57
      <layout class="QGridLayout" name="gridLayout_3">
58
       <item row="1" column="0">
59
        <layout class="QGridLayout" name="gridLayout_2">
60
         <item row="1" column="0">
61
          <layout class="QVBoxLayout" name="verticalLayout">
62
           <item>
63
            <layout class="QGridLayout" name="gridLayout_5">
64
             <item row="0" column="0">
65
              <widget class="QGroupBox" name="groupBox_2">
66
               <property name="font">
67
                <font>
68
                 <family>맑은 고딕</family>
69
                 <weight>75</weight>
70
                 <bold>true</bold>
71
                </font>
72
               </property>
73
               <property name="title">
74
                <string>Sheet Information</string>
75
               </property>
76
               <layout class="QGridLayout" name="gridLayout_7">
77
                <item row="0" column="0">
78
                 <layout class="QGridLayout" name="gridLayout_16">
79
                  <item row="0" column="1">
80
                   <widget class="QLineEdit" name="lineEditUserName">
81
                    <property name="font">
82
                     <font>
83
                      <family>맑은 고딕</family>
84
                      <weight>50</weight>
85
                      <bold>false</bold>
86
                     </font>
87
                    </property>
88
                    <property name="readOnly">
89
                     <bool>true</bool>
90
                    </property>
91
                   </widget>
92
                  </item>
93
                  <item row="1" column="0">
94
                   <widget class="QLabel" name="label_3">
95
                    <property name="minimumSize">
96
                     <size>
97
                      <width>80</width>
98
                      <height>0</height>
99
                     </size>
100
                    </property>
101
                    <property name="font">
102
                     <font>
103
                      <family>맑은 고딕</family>
104
                      <weight>50</weight>
105
                      <bold>false</bold>
106
                     </font>
107
                    </property>
108
                    <property name="text">
109
                     <string>Create Date :</string>
110
                    </property>
111
                    <property name="alignment">
112
                     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
113
                    </property>
114
                   </widget>
115
                  </item>
116
                  <item row="1" column="1">
117
                   <widget class="QLineEdit" name="lineEditDate">
118
                    <property name="font">
119
                     <font>
120
                      <family>맑은 고딕</family>
121
                      <weight>50</weight>
122
                      <bold>false</bold>
123
                     </font>
124
                    </property>
125
                    <property name="readOnly">
126
                     <bool>true</bool>
127
                    </property>
128
                   </widget>
129
                  </item>
130
                  <item row="2" column="0">
131
                   <widget class="QLabel" name="label_2">
132
                    <property name="minimumSize">
133
                     <size>
134
                      <width>80</width>
135
                      <height>0</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
                    <property name="text">
146
                     <string>Description :</string>
147
                    </property>
148
                    <property name="alignment">
149
                     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
150
                    </property>
151
                   </widget>
152
                  </item>
153
                  <item row="2" column="1">
154
                   <widget class="QLineEdit" name="lineEditDescription">
155
                    <property name="font">
156
                     <font>
157
                      <family>맑은 고딕</family>
158
                      <weight>50</weight>
159
                      <bold>false</bold>
160
                     </font>
161
                    </property>
162
                   </widget>
163
                  </item>
164
                  <item row="3" column="1">
165
                   <widget class="QLineEdit" name="lineEditCheckedBy">
166
                    <property name="font">
167
                     <font>
168
                      <family>맑은 고딕</family>
169
                      <weight>50</weight>
170
                      <bold>false</bold>
171
                     </font>
172
                    </property>
173
                   </widget>
174
                  </item>
175
                  <item row="3" column="0">
176
                   <widget class="QLabel" name="label">
177
                    <property name="minimumSize">
178
                     <size>
179
                      <width>80</width>
180
                      <height>0</height>
181
                     </size>
182
                    </property>
183
                    <property name="font">
184
                     <font>
185
                      <family>맑은 고딕</family>
186
                      <weight>50</weight>
187
                      <bold>false</bold>
188
                     </font>
189
                    </property>
190
                    <property name="text">
191
                     <string>Checked By :</string>
192
                    </property>
193
                    <property name="alignment">
194
                     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
195
                    </property>
196
                   </widget>
197
                  </item>
198
                  <item row="4" column="0">
199
                   <widget class="QLabel" name="label_8">
200
                    <property name="minimumSize">
201
                     <size>
202
                      <width>80</width>
203
                      <height>0</height>
204
                     </size>
205
                    </property>
206
                    <property name="font">
207
                     <font>
208
                      <family>맑은 고딕</family>
209
                      <weight>50</weight>
210
                      <bold>false</bold>
211
                     </font>
212
                    </property>
213
                    <property name="text">
214
                     <string>Approved By :</string>
215
                    </property>
216
                    <property name="alignment">
217
                     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
218
                    </property>
219
                   </widget>
220
                  </item>
221
                  <item row="4" column="1">
222
                   <widget class="QLineEdit" name="lineEditApprovedBy">
223
                    <property name="font">
224
                     <font>
225
                      <family>맑은 고딕</family>
226
                      <weight>50</weight>
227
                      <bold>false</bold>
228
                     </font>
229
                    </property>
230
                   </widget>
231
                  </item>
232
                  <item row="0" column="0">
233
                   <widget class="QLabel" name="label_4">
234
                    <property name="minimumSize">
235
                     <size>
236
                      <width>80</width>
237
                      <height>0</height>
238
                     </size>
239
                    </property>
240
                    <property name="font">
241
                     <font>
242
                      <family>맑은 고딕</family>
243
                      <weight>50</weight>
244
                      <bold>false</bold>
245
                     </font>
246
                    </property>
247
                    <property name="text">
248
                     <string>Made By :</string>
249
                    </property>
250
                    <property name="alignment">
251
                     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
252
                    </property>
253
                   </widget>
254
                  </item>
255
                  <item row="5" column="0">
256
                   <widget class="QLabel" name="label_9">
257
                    <property name="minimumSize">
258
                     <size>
259
                      <width>80</width>
260
                      <height>0</height>
261
                     </size>
262
                    </property>
263
                    <property name="font">
264
                     <font>
265
                      <family>맑은 고딕</family>
266
                      <weight>50</weight>
267
                      <bold>false</bold>
268
                     </font>
269
                    </property>
270
                    <property name="text">
271
                     <string>Rev. Status :</string>
272
                    </property>
273
                    <property name="alignment">
274
                     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
275
                    </property>
276
                   </widget>
277
                  </item>
278
                  <item row="5" column="1">
279
                   <widget class="QComboBox" name="comboBoxRevStatus">
280
                    <property name="editable">
281
                     <bool>false</bool>
282
                    </property>
283
                    <item>
284
                     <property name="text">
285
                      <string>0</string>
286
                     </property>
287
                    </item>
288
                    <item>
289
                     <property name="text">
290
                      <string>1</string>
291
                     </property>
292
                    </item>
293
                    <item>
294
                     <property name="text">
295
                      <string>2</string>
296
                     </property>
297
                    </item>
298
                    <item>
299
                     <property name="text">
300
                      <string>3</string>
301
                     </property>
302
                    </item>
303
                    <item>
304
                     <property name="text">
305
                      <string>4</string>
306
                     </property>
307
                    </item>
308
                    <item>
309
                     <property name="text">
310
                      <string>5</string>
311
                     </property>
312
                    </item>
313
                    <item>
314
                     <property name="text">
315
                      <string>6</string>
316
                     </property>
317
                    </item>
318
                    <item>
319
                     <property name="text">
320
                      <string>7</string>
321
                     </property>
322
                    </item>
323
                    <item>
324
                     <property name="text">
325
                      <string>8</string>
326
                     </property>
327
                    </item>
328
                    <item>
329
                     <property name="text">
330
                      <string>9</string>
331
                     </property>
332
                    </item>
333
                   </widget>
334
                  </item>
335
                 </layout>
336
                </item>
337
               </layout>
338
              </widget>
339
             </item>
340
             <item row="0" column="1">
341
              <widget class="QGroupBox" name="groupBox">
342
               <property name="font">
343
                <font>
344
                 <family>맑은 고딕</family>
345
                 <weight>75</weight>
346
                 <bold>true</bold>
347
                </font>
348
               </property>
349
               <property name="title">
350
                <string>Job Information</string>
351
               </property>
352
               <layout class="QGridLayout" name="gridLayout_6">
353
                <item row="1" column="0">
354
                 <spacer name="verticalSpacer_2">
355
                  <property name="orientation">
356
                   <enum>Qt::Vertical</enum>
357
                  </property>
358
                  <property name="sizeHint" stdset="0">
359
                   <size>
360
                    <width>20</width>
361
                    <height>40</height>
362
                   </size>
363
                  </property>
364
                 </spacer>
365
                </item>
366
                <item row="0" column="0">
367
                 <layout class="QGridLayout" name="gridLayout_17">
368
                  <item row="1" column="0">
369
                   <widget class="QLabel" name="label_5">
370
                    <property name="minimumSize">
371
                     <size>
372
                      <width>80</width>
373
                      <height>0</height>
374
                     </size>
375
                    </property>
376
                    <property name="font">
377
                     <font>
378
                      <family>맑은 고딕</family>
379
                      <weight>50</weight>
380
                      <bold>false</bold>
381
                     </font>
382
                    </property>
383
                    <property name="text">
384
                     <string>Job No :</string>
385
                    </property>
386
                    <property name="alignment">
387
                     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
388
                    </property>
389
                   </widget>
390
                  </item>
391
                  <item row="0" column="0">
392
                   <widget class="QLabel" name="label_6">
393
                    <property name="minimumSize">
394
                     <size>
395
                      <width>80</width>
396
                      <height>0</height>
397
                     </size>
398
                    </property>
399
                    <property name="font">
400
                     <font>
401
                      <family>맑은 고딕</family>
402
                      <weight>50</weight>
403
                      <bold>false</bold>
404
                     </font>
405
                    </property>
406
                    <property name="text">
407
                     <string>Type :</string>
408
                    </property>
409
                    <property name="alignment">
410
                     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
411
                    </property>
412
                   </widget>
413
                  </item>
414
                  <item row="1" column="1">
415
                   <widget class="QLineEdit" name="lineEditJobNo">
416
                    <property name="font">
417
                     <font>
418
                      <family>맑은 고딕</family>
419
                      <weight>50</weight>
420
                      <bold>false</bold>
421
                     </font>
422
                    </property>
423
                   </widget>
424
                  </item>
425
                  <item row="0" column="1">
426
                   <layout class="QHBoxLayout" name="horizontalLayout_2">
427
                    <item>
428
                     <widget class="QRadioButton" name="radioButtonProject">
429
                      <property name="font">
430
                       <font>
431
                        <family>맑은 고딕</family>
432
                        <weight>50</weight>
433
                        <bold>false</bold>
434
                       </font>
435
                      </property>
436
                      <property name="text">
437
                       <string>Project</string>
438
                      </property>
439
                      <property name="checked">
440
                       <bool>true</bool>
441
                      </property>
442
                     </widget>
443
                    </item>
444
                    <item>
445
                     <widget class="QRadioButton" name="radioButtonProposal">
446
                      <property name="font">
447
                       <font>
448
                        <family>맑은 고딕</family>
449
                        <weight>50</weight>
450
                        <bold>false</bold>
451
                       </font>
452
                      </property>
453
                      <property name="text">
454
                       <string>Proposal</string>
455
                      </property>
456
                     </widget>
457
                    </item>
458
                   </layout>
459
                  </item>
460
                  <item row="2" column="0">
461
                   <widget class="QLabel" name="label_7">
462
                    <property name="minimumSize">
463
                     <size>
464
                      <width>80</width>
465
                      <height>0</height>
466
                     </size>
467
                    </property>
468
                    <property name="font">
469
                     <font>
470
                      <family>맑은 고딕</family>
471
                      <weight>50</weight>
472
                      <bold>false</bold>
473
                     </font>
474
                    </property>
475
                    <property name="text">
476
                     <string>Job Name :</string>
477
                    </property>
478
                    <property name="alignment">
479
                     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
480
                    </property>
481
                   </widget>
482
                  </item>
483
                  <item row="2" column="1">
484
                   <widget class="QLineEdit" name="lineEditJobName">
485
                    <property name="font">
486
                     <font>
487
                      <family>맑은 고딕</family>
488
                      <weight>50</weight>
489
                      <bold>false</bold>
490
                     </font>
491
                    </property>
492
                   </widget>
493
                  </item>
494
                 </layout>
495
                </item>
496
               </layout>
497
              </widget>
498
             </item>
499
            </layout>
500
           </item>
501
          </layout>
502
         </item>
503
        </layout>
504
       </item>
505
       <item row="2" column="0">
506
        <layout class="QGridLayout" name="gridLayout_8">
507
         <item row="0" column="0">
508
          <widget class="QGroupBox" name="groupBox_3">
509
           <property name="font">
510
            <font>
511
             <family>맑은 고딕</family>
512
             <weight>75</weight>
513
             <bold>true</bold>
514
            </font>
515
           </property>
516
           <property name="title">
517
            <string>Sheet History</string>
518
           </property>
519
           <layout class="QGridLayout" name="gridLayout_9">
520
            <item row="0" column="0">
521
             <widget class="QTableWidget" name="tableWidget">
522
              <property name="font">
523
               <font>
524
                <family>맑은 고딕</family>
525
                <weight>50</weight>
526
                <bold>false</bold>
527
               </font>
528
              </property>
529
              <property name="columnCount">
530
               <number>4</number>
531
              </property>
532
              <column/>
533
              <column/>
534
              <column/>
535
              <column/>
536
             </widget>
537
            </item>
538
           </layout>
539
          </widget>
540
         </item>
541
        </layout>
542
       </item>
543
      </layout>
544
     </widget>
545
     <widget class="QWidget" name="Unit">
546
      <attribute name="title">
547
       <string>Units</string>
548
      </attribute>
549
      <layout class="QGridLayout" name="gridLayout">
550
       <item row="0" column="0">
551
        <widget class="QGroupBox" name="groupBoxText_2">
552
         <property name="minimumSize">
553
          <size>
554
           <width>0</width>
555
           <height>0</height>
556
          </size>
557
         </property>
558
         <property name="maximumSize">
559
          <size>
560
           <width>16777215</width>
561
           <height>240</height>
562
          </size>
563
         </property>
564
         <property name="font">
565
          <font>
566
           <weight>75</weight>
567
           <bold>true</bold>
568
          </font>
569
         </property>
570
         <property name="title">
571
          <string>Unit Conversion</string>
572
         </property>
573
         <layout class="QGridLayout" name="gridLayout_4">
574
          <item row="2" column="1">
575
           <layout class="QGridLayout" name="gridLayout_10">
576
            <item row="0" column="0">
577
             <layout class="QHBoxLayout" name="horizontalLayout_17">
578
              <item>
579
               <widget class="QLabel" name="label_18">
580
                <property name="font">
581
                 <font>
582
                  <weight>50</weight>
583
                  <bold>false</bold>
584
                 </font>
585
                </property>
586
                <property name="text">
587
                 <string>Pressure :</string>
588
                </property>
589
                <property name="alignment">
590
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
591
                </property>
592
               </widget>
593
              </item>
594
              <item>
595
               <widget class="QComboBox" name="comboBox_Pressure">
596
                <property name="font">
597
                 <font>
598
                  <weight>50</weight>
599
                  <bold>false</bold>
600
                 </font>
601
                </property>
602
               </widget>
603
              </item>
604
             </layout>
605
            </item>
606
            <item row="2" column="0">
607
             <layout class="QHBoxLayout" name="horizontalLayout_21">
608
              <item>
609
               <widget class="QLabel" name="label_22">
610
                <property name="font">
611
                 <font>
612
                  <weight>50</weight>
613
                  <bold>false</bold>
614
                 </font>
615
                </property>
616
                <property name="text">
617
                 <string>Pipe Diameter :</string>
618
                </property>
619
                <property name="alignment">
620
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
621
                </property>
622
               </widget>
623
              </item>
624
              <item>
625
               <widget class="QComboBox" name="comboBox_Pipe_Diameter">
626
                <property name="font">
627
                 <font>
628
                  <weight>50</weight>
629
                  <bold>false</bold>
630
                 </font>
631
                </property>
632
               </widget>
633
              </item>
634
             </layout>
635
            </item>
636
            <item row="4" column="0">
637
             <layout class="QHBoxLayout" name="horizontalLayout_18">
638
              <item>
639
               <widget class="QLabel" name="label_19">
640
                <property name="font">
641
                 <font>
642
                  <weight>50</weight>
643
                  <bold>false</bold>
644
                 </font>
645
                </property>
646
                <property name="text">
647
                 <string>Roughness :</string>
648
                </property>
649
                <property name="alignment">
650
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
651
                </property>
652
               </widget>
653
              </item>
654
              <item>
655
               <widget class="QComboBox" name="comboBox_Roughness">
656
                <property name="font">
657
                 <font>
658
                  <weight>50</weight>
659
                  <bold>false</bold>
660
                 </font>
661
                </property>
662
               </widget>
663
              </item>
664
             </layout>
665
            </item>
666
            <item row="1" column="0">
667
             <layout class="QHBoxLayout" name="horizontalLayout_20">
668
              <item>
669
               <widget class="QLabel" name="label_21">
670
                <property name="font">
671
                 <font>
672
                  <weight>50</weight>
673
                  <bold>false</bold>
674
                 </font>
675
                </property>
676
                <property name="text">
677
                 <string>Velocity :</string>
678
                </property>
679
                <property name="alignment">
680
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
681
                </property>
682
               </widget>
683
              </item>
684
              <item>
685
               <widget class="QComboBox" name="comboBox_Velocity">
686
                <property name="font">
687
                 <font>
688
                  <weight>50</weight>
689
                  <bold>false</bold>
690
                 </font>
691
                </property>
692
               </widget>
693
              </item>
694
             </layout>
695
            </item>
696
            <item row="3" column="0">
697
             <layout class="QHBoxLayout" name="horizontalLayout_19">
698
              <item>
699
               <widget class="QLabel" name="label_20">
700
                <property name="font">
701
                 <font>
702
                  <weight>50</weight>
703
                  <bold>false</bold>
704
                 </font>
705
                </property>
706
                <property name="text">
707
                 <string>Length &amp; Elev.:</string>
708
                </property>
709
                <property name="alignment">
710
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
711
                </property>
712
               </widget>
713
              </item>
714
              <item>
715
               <widget class="QComboBox" name="comboBox_Length">
716
                <property name="font">
717
                 <font>
718
                  <weight>50</weight>
719
                  <bold>false</bold>
720
                 </font>
721
                </property>
722
               </widget>
723
              </item>
724
             </layout>
725
            </item>
726
            <item row="5" column="0">
727
             <spacer name="verticalSpacer_4">
728
              <property name="orientation">
729
               <enum>Qt::Vertical</enum>
730
              </property>
731
              <property name="sizeHint" stdset="0">
732
               <size>
733
                <width>20</width>
734
                <height>40</height>
735
               </size>
736
              </property>
737
             </spacer>
738
            </item>
739
           </layout>
740
          </item>
741
          <item row="0" column="0" colspan="2">
742
           <layout class="QHBoxLayout" name="horizontalLayout_16">
743
            <item>
744
             <widget class="QLabel" name="label_16">
745
              <property name="minimumSize">
746
               <size>
747
                <width>180</width>
748
                <height>0</height>
749
               </size>
750
              </property>
751
              <property name="maximumSize">
752
               <size>
753
                <width>180</width>
754
                <height>16777215</height>
755
               </size>
756
              </property>
757
              <property name="font">
758
               <font>
759
                <weight>50</weight>
760
                <bold>false</bold>
761
               </font>
762
              </property>
763
              <property name="text">
764
               <string>Current Barometric Pressure :</string>
765
              </property>
766
              <property name="alignment">
767
               <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
768
              </property>
769
             </widget>
770
            </item>
771
            <item>
772
             <widget class="QLineEdit" name="lineEdit_CurrentBarometricPressure">
773
              <property name="minimumSize">
774
               <size>
775
                <width>130</width>
776
                <height>0</height>
777
               </size>
778
              </property>
779
              <property name="maximumSize">
780
               <size>
781
                <width>130</width>
782
                <height>16777215</height>
783
               </size>
784
              </property>
785
              <property name="font">
786
               <font>
787
                <weight>50</weight>
788
                <bold>false</bold>
789
               </font>
790
              </property>
791
              <property name="alignment">
792
               <set>Qt::AlignCenter</set>
793
              </property>
794
              <property name="readOnly">
795
               <bool>true</bool>
796
              </property>
797
             </widget>
798
            </item>
799
            <item>
800
             <widget class="QLabel" name="label_PressureUnit">
801
              <property name="minimumSize">
802
               <size>
803
                <width>69</width>
804
                <height>0</height>
805
               </size>
806
              </property>
807
              <property name="maximumSize">
808
               <size>
809
                <width>69</width>
810
                <height>16777215</height>
811
               </size>
812
              </property>
813
              <property name="font">
814
               <font>
815
                <weight>50</weight>
816
                <bold>false</bold>
817
               </font>
818
              </property>
819
              <property name="text">
820
               <string/>
821
              </property>
822
             </widget>
823
            </item>
824
            <item>
825
             <spacer name="horizontalSpacer">
826
              <property name="orientation">
827
               <enum>Qt::Horizontal</enum>
828
              </property>
829
              <property name="sizeHint" stdset="0">
830
               <size>
831
                <width>40</width>
832
                <height>20</height>
833
               </size>
834
              </property>
835
             </spacer>
836
            </item>
837
           </layout>
838
          </item>
839
          <item row="2" column="0">
840
           <layout class="QGridLayout" name="gridLayout_11">
841
            <item row="3" column="0">
842
             <layout class="QHBoxLayout" name="horizontalLayout_13">
843
              <item>
844
               <widget class="QLabel" name="label_14">
845
                <property name="font">
846
                 <font>
847
                  <weight>50</weight>
848
                  <bold>false</bold>
849
                 </font>
850
                </property>
851
                <property name="text">
852
                 <string>Density :</string>
853
                </property>
854
                <property name="alignment">
855
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
856
                </property>
857
               </widget>
858
              </item>
859
              <item>
860
               <widget class="QComboBox" name="comboBox_Density">
861
                <property name="font">
862
                 <font>
863
                  <weight>50</weight>
864
                  <bold>false</bold>
865
                 </font>
866
                </property>
867
               </widget>
868
              </item>
869
             </layout>
870
            </item>
871
            <item row="7" column="0">
872
             <spacer name="verticalSpacer_5">
873
              <property name="orientation">
874
               <enum>Qt::Vertical</enum>
875
              </property>
876
              <property name="sizeHint" stdset="0">
877
               <size>
878
                <width>20</width>
879
                <height>40</height>
880
               </size>
881
              </property>
882
             </spacer>
883
            </item>
884
            <item row="5" column="0">
885
             <layout class="QHBoxLayout" name="horizontalLayout_22">
886
              <item>
887
               <widget class="QLabel" name="label_23">
888
                <property name="font">
889
                 <font>
890
                  <weight>50</weight>
891
                  <bold>false</bold>
892
                 </font>
893
                </property>
894
                <property name="text">
895
                 <string>Temperature :</string>
896
                </property>
897
                <property name="alignment">
898
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
899
                </property>
900
               </widget>
901
              </item>
902
              <item>
903
               <widget class="QComboBox" name="comboBox_Temperature">
904
                <property name="font">
905
                 <font>
906
                  <weight>50</weight>
907
                  <bold>false</bold>
908
                 </font>
909
                </property>
910
               </widget>
911
              </item>
912
             </layout>
913
            </item>
914
            <item row="4" column="0">
915
             <layout class="QHBoxLayout" name="horizontalLayout_12">
916
              <item>
917
               <widget class="QLabel" name="label_15">
918
                <property name="font">
919
                 <font>
920
                  <weight>50</weight>
921
                  <bold>false</bold>
922
                 </font>
923
                </property>
924
                <property name="text">
925
                 <string>Viscosity :</string>
926
                </property>
927
                <property name="alignment">
928
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
929
                </property>
930
               </widget>
931
              </item>
932
              <item>
933
               <widget class="QComboBox" name="comboBox_Viscosity">
934
                <property name="font">
935
                 <font>
936
                  <weight>50</weight>
937
                  <bold>false</bold>
938
                 </font>
939
                </property>
940
               </widget>
941
              </item>
942
             </layout>
943
            </item>
944
            <item row="1" column="0">
945
             <layout class="QHBoxLayout" name="horizontalLayout_15">
946
              <item>
947
               <widget class="QLabel" name="label_12">
948
                <property name="font">
949
                 <font>
950
                  <weight>50</weight>
951
                  <bold>false</bold>
952
                 </font>
953
                </property>
954
                <property name="text">
955
                 <string>Flowrate (Mass) :</string>
956
                </property>
957
                <property name="alignment">
958
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
959
                </property>
960
               </widget>
961
              </item>
962
              <item>
963
               <widget class="QComboBox" name="comboBox_Flowrate_Mass">
964
                <property name="font">
965
                 <font>
966
                  <weight>50</weight>
967
                  <bold>false</bold>
968
                 </font>
969
                </property>
970
               </widget>
971
              </item>
972
             </layout>
973
            </item>
974
            <item row="6" column="0">
975
             <layout class="QHBoxLayout" name="horizontalLayout_11">
976
              <item>
977
               <widget class="QLabel" name="label_11">
978
                <property name="font">
979
                 <font>
980
                  <weight>50</weight>
981
                  <bold>false</bold>
982
                 </font>
983
                </property>
984
                <property name="text">
985
                 <string>Power :</string>
986
                </property>
987
                <property name="alignment">
988
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
989
                </property>
990
               </widget>
991
              </item>
992
              <item>
993
               <widget class="QComboBox" name="comboBox_Power">
994
                <property name="font">
995
                 <font>
996
                  <weight>50</weight>
997
                  <bold>false</bold>
998
                 </font>
999
                </property>
1000
               </widget>
1001
              </item>
1002
             </layout>
1003
            </item>
1004
            <item row="2" column="0">
1005
             <layout class="QHBoxLayout" name="horizontalLayout_14">
1006
              <item>
1007
               <widget class="QLabel" name="label_13">
1008
                <property name="font">
1009
                 <font>
1010
                  <weight>50</weight>
1011
                  <bold>false</bold>
1012
                 </font>
1013
                </property>
1014
                <property name="text">
1015
                 <string>Flowrate (Volume) :</string>
1016
                </property>
1017
                <property name="alignment">
1018
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1019
                </property>
1020
               </widget>
1021
              </item>
1022
              <item>
1023
               <widget class="QComboBox" name="comboBox_Flowrate_Volume">
1024
                <property name="font">
1025
                 <font>
1026
                  <weight>50</weight>
1027
                  <bold>false</bold>
1028
                 </font>
1029
                </property>
1030
               </widget>
1031
              </item>
1032
             </layout>
1033
            </item>
1034
           </layout>
1035
          </item>
1036
          <item row="1" column="0">
1037
           <spacer name="verticalSpacer_6">
1038
            <property name="orientation">
1039
             <enum>Qt::Vertical</enum>
1040
            </property>
1041
            <property name="sizeHint" stdset="0">
1042
             <size>
1043
              <width>20</width>
1044
              <height>40</height>
1045
             </size>
1046
            </property>
1047
           </spacer>
1048
          </item>
1049
         </layout>
1050
        </widget>
1051
       </item>
1052
       <item row="2" column="0">
1053
        <spacer name="verticalSpacer_3">
1054
         <property name="orientation">
1055
          <enum>Qt::Vertical</enum>
1056
         </property>
1057
         <property name="sizeHint" stdset="0">
1058
          <size>
1059
           <width>20</width>
1060
           <height>40</height>
1061
          </size>
1062
         </property>
1063
        </spacer>
1064
       </item>
1065
       <item row="1" column="0">
1066
        <widget class="QGroupBox" name="groupBox_5">
1067
         <property name="font">
1068
          <font>
1069
           <weight>75</weight>
1070
           <bold>true</bold>
1071
          </font>
1072
         </property>
1073
         <property name="title">
1074
          <string>Data Conversion</string>
1075
         </property>
1076
         <layout class="QGridLayout" name="gridLayout_13">
1077
          <item row="0" column="0">
1078
           <layout class="QVBoxLayout" name="verticalLayout_3">
1079
            <item>
1080
             <widget class="QCheckBox" name="checkBox_Data_Convert">
1081
              <property name="font">
1082
               <font>
1083
                <weight>50</weight>
1084
                <bold>false</bold>
1085
               </font>
1086
              </property>
1087
              <property name="text">
1088
               <string>Convert all of the values inputted and calculated</string>
1089
              </property>
1090
              <property name="checked">
1091
               <bool>true</bool>
1092
              </property>
1093
             </widget>
1094
            </item>
1095
            <item>
1096
             <layout class="QHBoxLayout" name="horizontalLayout_10">
1097
              <item>
1098
               <widget class="QLabel" name="label_17">
1099
                <property name="minimumSize">
1100
                 <size>
1101
                  <width>190</width>
1102
                  <height>0</height>
1103
                 </size>
1104
                </property>
1105
                <property name="maximumSize">
1106
                 <size>
1107
                  <width>190</width>
1108
                  <height>16777215</height>
1109
                 </size>
1110
                </property>
1111
                <property name="font">
1112
                 <font>
1113
                  <weight>50</weight>
1114
                  <bold>false</bold>
1115
                 </font>
1116
                </property>
1117
                <property name="text">
1118
                 <string>Decimal point after conversion :</string>
1119
                </property>
1120
                <property name="alignment">
1121
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1122
                </property>
1123
               </widget>
1124
              </item>
1125
              <item>
1126
               <widget class="QComboBox" name="comboBox_Decimal">
1127
                <property name="minimumSize">
1128
                 <size>
1129
                  <width>60</width>
1130
                  <height>0</height>
1131
                 </size>
1132
                </property>
1133
                <property name="maximumSize">
1134
                 <size>
1135
                  <width>60</width>
1136
                  <height>16777215</height>
1137
                 </size>
1138
                </property>
1139
                <property name="font">
1140
                 <font>
1141
                  <weight>50</weight>
1142
                  <bold>false</bold>
1143
                 </font>
1144
                </property>
1145
               </widget>
1146
              </item>
1147
              <item>
1148
               <widget class="QLabel" name="label_Decimal_Expression">
1149
                <property name="font">
1150
                 <font>
1151
                  <weight>50</weight>
1152
                  <bold>false</bold>
1153
                 </font>
1154
                </property>
1155
                <property name="text">
1156
                 <string>(From current Value to 0.XXXXXXXXX)</string>
1157
                </property>
1158
               </widget>
1159
              </item>
1160
             </layout>
1161
            </item>
1162
           </layout>
1163
          </item>
1164
         </layout>
1165
        </widget>
1166
       </item>
1167
      </layout>
1168
     </widget>
1169
     <widget class="QWidget" name="tab_2">
1170
      <attribute name="title">
1171
       <string>Control Valve</string>
1172
      </attribute>
1173
      <widget class="QGroupBox" name="groupBox_BD">
1174
       <property name="geometry">
1175
        <rect>
1176
         <x>244</x>
1177
         <y>9</y>
1178
         <width>309</width>
1179
         <height>437</height>
1180
        </rect>
1181
       </property>
1182
       <property name="font">
1183
        <font>
1184
         <weight>75</weight>
1185
         <bold>true</bold>
1186
        </font>
1187
       </property>
1188
       <property name="title">
1189
        <string>DB Manual Equation</string>
1190
       </property>
1191
       <widget class="QLabel" name="label_26">
1192
        <property name="geometry">
1193
         <rect>
1194
          <x>12</x>
1195
          <y>24</y>
1196
          <width>85</width>
1197
          <height>16</height>
1198
         </rect>
1199
        </property>
1200
        <property name="font">
1201
         <font>
1202
          <weight>50</weight>
1203
          <italic>false</italic>
1204
          <bold>false</bold>
1205
          <underline>true</underline>
1206
          <strikeout>false</strikeout>
1207
         </font>
1208
        </property>
1209
        <property name="text">
1210
         <string>Equation 1</string>
1211
        </property>
1212
       </widget>
1213
       <widget class="QLabel" name="label_24">
1214
        <property name="geometry">
1215
         <rect>
1216
          <x>8</x>
1217
          <y>40</y>
1218
          <width>261</width>
1219
          <height>81</height>
1220
         </rect>
1221
        </property>
1222
        <property name="font">
1223
         <font>
1224
          <weight>50</weight>
1225
          <bold>false</bold>
1226
         </font>
1227
        </property>
1228
        <property name="text">
1229
         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/images/BD_Equation_1.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1230
        </property>
1231
       </widget>
1232
       <widget class="QLabel" name="label_25">
1233
        <property name="geometry">
1234
         <rect>
1235
          <x>12</x>
1236
          <y>124</y>
1237
          <width>73</width>
1238
          <height>16</height>
1239
         </rect>
1240
        </property>
1241
        <property name="font">
1242
         <font>
1243
          <weight>50</weight>
1244
          <bold>false</bold>
1245
          <underline>true</underline>
1246
         </font>
1247
        </property>
1248
        <property name="text">
1249
         <string>Equation 2</string>
1250
        </property>
1251
       </widget>
1252
       <widget class="QLabel" name="label_27">
1253
        <property name="geometry">
1254
         <rect>
1255
          <x>8</x>
1256
          <y>140</y>
1257
          <width>149</width>
1258
          <height>49</height>
1259
         </rect>
1260
        </property>
1261
        <property name="text">
1262
         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/images/BD_Equation_2.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1263
        </property>
1264
       </widget>
1265
       <widget class="QLabel" name="label_28">
1266
        <property name="geometry">
1267
         <rect>
1268
          <x>12</x>
1269
          <y>196</y>
1270
          <width>121</width>
1271
          <height>16</height>
1272
         </rect>
1273
        </property>
1274
        <property name="font">
1275
         <font>
1276
          <weight>50</weight>
1277
          <bold>false</bold>
1278
          <underline>true</underline>
1279
         </font>
1280
        </property>
1281
        <property name="text">
1282
         <string>Equation 3 (Min.)</string>
1283
        </property>
1284
       </widget>
1285
       <widget class="QLabel" name="label_29">
1286
        <property name="geometry">
1287
         <rect>
1288
          <x>20</x>
1289
          <y>224</y>
1290
          <width>121</width>
1291
          <height>16</height>
1292
         </rect>
1293
        </property>
1294
        <property name="font">
1295
         <font>
1296
          <weight>50</weight>
1297
          <bold>false</bold>
1298
          <underline>false</underline>
1299
         </font>
1300
        </property>
1301
        <property name="text">
1302
         <string>- 0.7 kg/cm2</string>
1303
        </property>
1304
       </widget>
1305
       <widget class="QLabel" name="label_30">
1306
        <property name="geometry">
1307
         <rect>
1308
          <x>20</x>
1309
          <y>244</y>
1310
          <width>121</width>
1311
          <height>16</height>
1312
         </rect>
1313
        </property>
1314
        <property name="font">
1315
         <font>
1316
          <weight>50</weight>
1317
          <bold>false</bold>
1318
          <underline>false</underline>
1319
         </font>
1320
        </property>
1321
        <property name="text">
1322
         <string>- 0.686 bar</string>
1323
        </property>
1324
       </widget>
1325
       <widget class="QLabel" name="label_31">
1326
        <property name="geometry">
1327
         <rect>
1328
          <x>20</x>
1329
          <y>264</y>
1330
          <width>121</width>
1331
          <height>16</height>
1332
         </rect>
1333
        </property>
1334
        <property name="font">
1335
         <font>
1336
          <weight>50</weight>
1337
          <bold>false</bold>
1338
          <underline>false</underline>
1339
         </font>
1340
        </property>
1341
        <property name="text">
1342
         <string>- 9.964 psi</string>
1343
        </property>
1344
       </widget>
1345
       <widget class="QLabel" name="label_32">
1346
        <property name="geometry">
1347
         <rect>
1348
          <x>20</x>
1349
          <y>284</y>
1350
          <width>121</width>
1351
          <height>16</height>
1352
         </rect>
1353
        </property>
1354
        <property name="font">
1355
         <font>
1356
          <weight>50</weight>
1357
          <bold>false</bold>
1358
          <underline>false</underline>
1359
         </font>
1360
        </property>
1361
        <property name="text">
1362
         <string>- 515 mmHg</string>
1363
        </property>
1364
       </widget>
1365
       <widget class="QLabel" name="label_33">
1366
        <property name="geometry">
1367
         <rect>
1368
          <x>20</x>
1369
          <y>304</y>
1370
          <width>121</width>
1371
          <height>16</height>
1372
         </rect>
1373
        </property>
1374
        <property name="font">
1375
         <font>
1376
          <weight>50</weight>
1377
          <bold>false</bold>
1378
          <underline>false</underline>
1379
         </font>
1380
        </property>
1381
        <property name="text">
1382
         <string>- 68.662 kPa</string>
1383
        </property>
1384
       </widget>
1385
       <widget class="QLabel" name="label_34">
1386
        <property name="geometry">
1387
         <rect>
1388
          <x>20</x>
1389
          <y>324</y>
1390
          <width>121</width>
1391
          <height>16</height>
1392
         </rect>
1393
        </property>
1394
        <property name="font">
1395
         <font>
1396
          <weight>50</weight>
1397
          <bold>false</bold>
1398
          <underline>false</underline>
1399
         </font>
1400
        </property>
1401
        <property name="text">
1402
         <string>- 0.069 MPa</string>
1403
        </property>
1404
       </widget>
1405
      </widget>
1406
      <widget class="QGroupBox" name="groupBox_7">
1407
       <property name="geometry">
1408
        <rect>
1409
         <x>9</x>
1410
         <y>9</y>
1411
         <width>229</width>
1412
         <height>165</height>
1413
        </rect>
1414
       </property>
1415
       <property name="font">
1416
        <font>
1417
         <weight>75</weight>
1418
         <bold>true</bold>
1419
        </font>
1420
       </property>
1421
       <property name="title">
1422
        <string>Equations</string>
1423
       </property>
1424
       <widget class="QRadioButton" name="radioButton_User">
1425
        <property name="enabled">
1426
         <bool>true</bool>
1427
        </property>
1428
        <property name="geometry">
1429
         <rect>
1430
          <x>12</x>
1431
          <y>135</y>
1432
          <width>193</width>
1433
          <height>19</height>
1434
         </rect>
1435
        </property>
1436
        <property name="font">
1437
         <font>
1438
          <weight>50</weight>
1439
          <bold>false</bold>
1440
         </font>
1441
        </property>
1442
        <property name="text">
1443
         <string>User's Equation</string>
1444
        </property>
1445
       </widget>
1446
       <widget class="QRadioButton" name="radioButton_Aramco">
1447
        <property name="enabled">
1448
         <bool>true</bool>
1449
        </property>
1450
        <property name="geometry">
1451
         <rect>
1452
          <x>12</x>
1453
          <y>108</y>
1454
          <width>185</width>
1455
          <height>19</height>
1456
         </rect>
1457
        </property>
1458
        <property name="font">
1459
         <font>
1460
          <weight>50</weight>
1461
          <bold>false</bold>
1462
         </font>
1463
        </property>
1464
        <property name="text">
1465
         <string>Aramco-BP Equation</string>
1466
        </property>
1467
       </widget>
1468
       <widget class="QRadioButton" name="radioButton_Mixed">
1469
        <property name="enabled">
1470
         <bool>true</bool>
1471
        </property>
1472
        <property name="geometry">
1473
         <rect>
1474
          <x>12</x>
1475
          <y>81</y>
1476
          <width>209</width>
1477
          <height>19</height>
1478
         </rect>
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>Mixed Equation (BD + Lummus)</string>
1488
        </property>
1489
       </widget>
1490
       <widget class="QRadioButton" name="radioButton_Lummus">
1491
        <property name="enabled">
1492
         <bool>true</bool>
1493
        </property>
1494
        <property name="geometry">
1495
         <rect>
1496
          <x>12</x>
1497
          <y>54</y>
1498
          <width>193</width>
1499
          <height>19</height>
1500
         </rect>
1501
        </property>
1502
        <property name="font">
1503
         <font>
1504
          <weight>50</weight>
1505
          <bold>false</bold>
1506
         </font>
1507
        </property>
1508
        <property name="text">
1509
         <string>Lummus Equation</string>
1510
        </property>
1511
       </widget>
1512
       <widget class="QRadioButton" name="radioButton_BD">
1513
        <property name="geometry">
1514
         <rect>
1515
          <x>12</x>
1516
          <y>27</y>
1517
          <width>197</width>
1518
          <height>19</height>
1519
         </rect>
1520
        </property>
1521
        <property name="font">
1522
         <font>
1523
          <weight>50</weight>
1524
          <bold>false</bold>
1525
         </font>
1526
        </property>
1527
        <property name="text">
1528
         <string>BD Manual Equation</string>
1529
        </property>
1530
       </widget>
1531
      </widget>
1532
      <widget class="QGroupBox" name="groupBox_Lummus">
1533
       <property name="geometry">
1534
        <rect>
1535
         <x>244</x>
1536
         <y>9</y>
1537
         <width>309</width>
1538
         <height>437</height>
1539
        </rect>
1540
       </property>
1541
       <property name="font">
1542
        <font>
1543
         <weight>75</weight>
1544
         <bold>true</bold>
1545
        </font>
1546
       </property>
1547
       <property name="title">
1548
        <string>Lummus Equation</string>
1549
       </property>
1550
       <widget class="QLabel" name="label_35">
1551
        <property name="geometry">
1552
         <rect>
1553
          <x>12</x>
1554
          <y>24</y>
1555
          <width>85</width>
1556
          <height>16</height>
1557
         </rect>
1558
        </property>
1559
        <property name="font">
1560
         <font>
1561
          <weight>50</weight>
1562
          <italic>false</italic>
1563
          <bold>false</bold>
1564
          <underline>true</underline>
1565
          <strikeout>false</strikeout>
1566
         </font>
1567
        </property>
1568
        <property name="text">
1569
         <string>Equation 1</string>
1570
        </property>
1571
       </widget>
1572
       <widget class="QLabel" name="label_36">
1573
        <property name="geometry">
1574
         <rect>
1575
          <x>16</x>
1576
          <y>52</y>
1577
          <width>85</width>
1578
          <height>16</height>
1579
         </rect>
1580
        </property>
1581
        <property name="font">
1582
         <font>
1583
          <weight>50</weight>
1584
          <italic>false</italic>
1585
          <bold>false</bold>
1586
          <underline>false</underline>
1587
          <strikeout>false</strikeout>
1588
         </font>
1589
        </property>
1590
        <property name="text">
1591
         <string>Lummus Chart</string>
1592
        </property>
1593
       </widget>
1594
       <widget class="QPushButton" name="pushButton_Lummus_ChartView">
1595
        <property name="geometry">
1596
         <rect>
1597
          <x>16</x>
1598
          <y>84</y>
1599
          <width>85</width>
1600
          <height>23</height>
1601
         </rect>
1602
        </property>
1603
        <property name="font">
1604
         <font>
1605
          <weight>50</weight>
1606
          <bold>false</bold>
1607
         </font>
1608
        </property>
1609
        <property name="text">
1610
         <string>Chart View</string>
1611
        </property>
1612
       </widget>
1613
       <widget class="QLabel" name="label_37">
1614
        <property name="geometry">
1615
         <rect>
1616
          <x>12</x>
1617
          <y>124</y>
1618
          <width>85</width>
1619
          <height>16</height>
1620
         </rect>
1621
        </property>
1622
        <property name="font">
1623
         <font>
1624
          <weight>50</weight>
1625
          <italic>false</italic>
1626
          <bold>false</bold>
1627
          <underline>true</underline>
1628
          <strikeout>false</strikeout>
1629
         </font>
1630
        </property>
1631
        <property name="text">
1632
         <string>Equation 2</string>
1633
        </property>
1634
       </widget>
1635
       <widget class="QLabel" name="label_38">
1636
        <property name="geometry">
1637
         <rect>
1638
          <x>16</x>
1639
          <y>156</y>
1640
          <width>169</width>
1641
          <height>16</height>
1642
         </rect>
1643
        </property>
1644
        <property name="font">
1645
         <font>
1646
          <weight>50</weight>
1647
          <italic>false</italic>
1648
          <bold>false</bold>
1649
          <underline>false</underline>
1650
          <strikeout>false</strikeout>
1651
         </font>
1652
        </property>
1653
        <property name="text">
1654
         <string>(Pump Discharge P) X 0.08</string>
1655
        </property>
1656
       </widget>
1657
       <widget class="QLabel" name="label_39">
1658
        <property name="geometry">
1659
         <rect>
1660
          <x>12</x>
1661
          <y>196</y>
1662
          <width>121</width>
1663
          <height>16</height>
1664
         </rect>
1665
        </property>
1666
        <property name="font">
1667
         <font>
1668
          <weight>50</weight>
1669
          <bold>false</bold>
1670
          <underline>true</underline>
1671
         </font>
1672
        </property>
1673
        <property name="text">
1674
         <string>Equation 3 (Min.)</string>
1675
        </property>
1676
       </widget>
1677
       <widget class="QLabel" name="label_40">
1678
        <property name="geometry">
1679
         <rect>
1680
          <x>20</x>
1681
          <y>264</y>
1682
          <width>121</width>
1683
          <height>16</height>
1684
         </rect>
1685
        </property>
1686
        <property name="font">
1687
         <font>
1688
          <weight>50</weight>
1689
          <bold>false</bold>
1690
          <underline>false</underline>
1691
         </font>
1692
        </property>
1693
        <property name="text">
1694
         <string>- 9.964 psi</string>
1695
        </property>
1696
       </widget>
1697
       <widget class="QLabel" name="label_41">
1698
        <property name="geometry">
1699
         <rect>
1700
          <x>20</x>
1701
          <y>304</y>
1702
          <width>121</width>
1703
          <height>16</height>
1704
         </rect>
1705
        </property>
1706
        <property name="font">
1707
         <font>
1708
          <weight>50</weight>
1709
          <bold>false</bold>
1710
          <underline>false</underline>
1711
         </font>
1712
        </property>
1713
        <property name="text">
1714
         <string>- 68.662 kPa</string>
1715
        </property>
1716
       </widget>
1717
       <widget class="QLabel" name="label_42">
1718
        <property name="geometry">
1719
         <rect>
1720
          <x>20</x>
1721
          <y>284</y>
1722
          <width>121</width>
1723
          <height>16</height>
1724
         </rect>
1725
        </property>
1726
        <property name="font">
1727
         <font>
1728
          <weight>50</weight>
1729
          <bold>false</bold>
1730
          <underline>false</underline>
1731
         </font>
1732
        </property>
1733
        <property name="text">
1734
         <string>- 515 mmHg</string>
1735
        </property>
1736
       </widget>
1737
       <widget class="QLabel" name="label_43">
1738
        <property name="geometry">
1739
         <rect>
1740
          <x>20</x>
1741
          <y>244</y>
1742
          <width>121</width>
1743
          <height>16</height>
1744
         </rect>
1745
        </property>
1746
        <property name="font">
1747
         <font>
1748
          <weight>50</weight>
1749
          <bold>false</bold>
1750
          <underline>false</underline>
1751
         </font>
1752
        </property>
1753
        <property name="text">
1754
         <string>- 0.686 bar</string>
1755
        </property>
1756
       </widget>
1757
       <widget class="QLabel" name="label_44">
1758
        <property name="geometry">
1759
         <rect>
1760
          <x>20</x>
1761
          <y>324</y>
1762
          <width>121</width>
1763
          <height>16</height>
1764
         </rect>
1765
        </property>
1766
        <property name="font">
1767
         <font>
1768
          <weight>50</weight>
1769
          <bold>false</bold>
1770
          <underline>false</underline>
1771
         </font>
1772
        </property>
1773
        <property name="text">
1774
         <string>- 0.069 MPa</string>
1775
        </property>
1776
       </widget>
1777
       <widget class="QLabel" name="label_45">
1778
        <property name="geometry">
1779
         <rect>
1780
          <x>20</x>
1781
          <y>224</y>
1782
          <width>121</width>
1783
          <height>16</height>
1784
         </rect>
1785
        </property>
1786
        <property name="font">
1787
         <font>
1788
          <weight>50</weight>
1789
          <bold>false</bold>
1790
          <underline>false</underline>
1791
         </font>
1792
        </property>
1793
        <property name="text">
1794
         <string>- 0.7 kg/cm2</string>
1795
        </property>
1796
       </widget>
1797
      </widget>
1798
      <widget class="QGroupBox" name="groupBox_Aramco">
1799
       <property name="geometry">
1800
        <rect>
1801
         <x>244</x>
1802
         <y>9</y>
1803
         <width>309</width>
1804
         <height>437</height>
1805
        </rect>
1806
       </property>
1807
       <property name="font">
1808
        <font>
1809
         <weight>75</weight>
1810
         <bold>true</bold>
1811
        </font>
1812
       </property>
1813
       <property name="title">
1814
        <string>Aramco-BP Equation</string>
1815
       </property>
1816
       <widget class="QLabel" name="label_61">
1817
        <property name="geometry">
1818
         <rect>
1819
          <x>12</x>
1820
          <y>24</y>
1821
          <width>85</width>
1822
          <height>16</height>
1823
         </rect>
1824
        </property>
1825
        <property name="font">
1826
         <font>
1827
          <weight>50</weight>
1828
          <italic>false</italic>
1829
          <bold>false</bold>
1830
          <underline>true</underline>
1831
          <strikeout>false</strikeout>
1832
         </font>
1833
        </property>
1834
        <property name="text">
1835
         <string>Equation</string>
1836
        </property>
1837
       </widget>
1838
       <widget class="QLabel" name="label_62">
1839
        <property name="geometry">
1840
         <rect>
1841
          <x>4</x>
1842
          <y>40</y>
1843
          <width>269</width>
1844
          <height>73</height>
1845
         </rect>
1846
        </property>
1847
        <property name="font">
1848
         <font>
1849
          <weight>50</weight>
1850
          <bold>false</bold>
1851
         </font>
1852
        </property>
1853
        <property name="text">
1854
         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/images/Aramco_Equation.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1855
        </property>
1856
       </widget>
1857
       <widget class="QLabel" name="label_63">
1858
        <property name="geometry">
1859
         <rect>
1860
          <x>24</x>
1861
          <y>120</y>
1862
          <width>61</width>
1863
          <height>17</height>
1864
         </rect>
1865
        </property>
1866
        <property name="font">
1867
         <font>
1868
          <weight>50</weight>
1869
          <bold>false</bold>
1870
         </font>
1871
        </property>
1872
        <property name="text">
1873
         <string>where,</string>
1874
        </property>
1875
       </widget>
1876
       <widget class="QLabel" name="label_64">
1877
        <property name="geometry">
1878
         <rect>
1879
          <x>24</x>
1880
          <y>140</y>
1881
          <width>221</width>
1882
          <height>17</height>
1883
         </rect>
1884
        </property>
1885
        <property name="font">
1886
         <font>
1887
          <weight>50</weight>
1888
          <bold>false</bold>
1889
         </font>
1890
        </property>
1891
        <property name="text">
1892
         <string>Ps = Start Equipment Operating P.</string>
1893
        </property>
1894
       </widget>
1895
       <widget class="QLabel" name="label_65">
1896
        <property name="geometry">
1897
         <rect>
1898
          <x>24</x>
1899
          <y>160</y>
1900
          <width>221</width>
1901
          <height>17</height>
1902
         </rect>
1903
        </property>
1904
        <property name="font">
1905
         <font>
1906
          <weight>50</weight>
1907
          <bold>false</bold>
1908
         </font>
1909
        </property>
1910
        <property name="text">
1911
         <string>B = Base Pressure Drop</string>
1912
        </property>
1913
       </widget>
1914
       <widget class="QLabel" name="label_66">
1915
        <property name="geometry">
1916
         <rect>
1917
          <x>44</x>
1918
          <y>200</y>
1919
          <width>181</width>
1920
          <height>17</height>
1921
         </rect>
1922
        </property>
1923
        <property name="font">
1924
         <font>
1925
          <weight>50</weight>
1926
          <bold>false</bold>
1927
         </font>
1928
        </property>
1929
        <property name="text">
1930
         <string>Control Valve Type           B, psi</string>
1931
        </property>
1932
       </widget>
1933
       <widget class="QLabel" name="label_67">
1934
        <property name="geometry">
1935
         <rect>
1936
          <x>48</x>
1937
          <y>212</y>
1938
          <width>221</width>
1939
          <height>17</height>
1940
         </rect>
1941
        </property>
1942
        <property name="font">
1943
         <font>
1944
          <weight>50</weight>
1945
          <bold>false</bold>
1946
         </font>
1947
        </property>
1948
        <property name="text">
1949
         <string>__________________             _____</string>
1950
        </property>
1951
       </widget>
1952
       <widget class="QLabel" name="label_68">
1953
        <property name="geometry">
1954
         <rect>
1955
          <x>64</x>
1956
          <y>236</y>
1957
          <width>161</width>
1958
          <height>17</height>
1959
         </rect>
1960
        </property>
1961
        <property name="font">
1962
         <font>
1963
          <weight>50</weight>
1964
          <bold>false</bold>
1965
         </font>
1966
        </property>
1967
        <property name="text">
1968
         <string>single plug                  11</string>
1969
        </property>
1970
       </widget>
1971
       <widget class="QLabel" name="label_69">
1972
        <property name="geometry">
1973
         <rect>
1974
          <x>64</x>
1975
          <y>256</y>
1976
          <width>161</width>
1977
          <height>17</height>
1978
         </rect>
1979
        </property>
1980
        <property name="font">
1981
         <font>
1982
          <weight>50</weight>
1983
          <bold>false</bold>
1984
         </font>
1985
        </property>
1986
        <property name="text">
1987
         <string>double plug                 7</string>
1988
        </property>
1989
       </widget>
1990
       <widget class="QLabel" name="label_70">
1991
        <property name="geometry">
1992
         <rect>
1993
          <x>64</x>
1994
          <y>276</y>
1995
          <width>161</width>
1996
          <height>17</height>
1997
         </rect>
1998
        </property>
1999
        <property name="font">
2000
         <font>
2001
          <weight>50</weight>
2002
          <bold>false</bold>
2003
         </font>
2004
        </property>
2005
        <property name="text">
2006
         <string>cage valve                   4</string>
2007
        </property>
2008
       </widget>
2009
       <widget class="QLabel" name="label_71">
2010
        <property name="geometry">
2011
         <rect>
2012
          <x>64</x>
2013
          <y>292</y>
2014
          <width>81</width>
2015
          <height>17</height>
2016
         </rect>
2017
        </property>
2018
        <property name="font">
2019
         <font>
2020
          <weight>50</weight>
2021
          <bold>false</bold>
2022
         </font>
2023
        </property>
2024
        <property name="text">
2025
         <string>(unbalanced)</string>
2026
        </property>
2027
       </widget>
2028
       <widget class="QLabel" name="label_72">
2029
        <property name="geometry">
2030
         <rect>
2031
          <x>64</x>
2032
          <y>332</y>
2033
          <width>81</width>
2034
          <height>17</height>
2035
         </rect>
2036
        </property>
2037
        <property name="font">
2038
         <font>
2039
          <weight>50</weight>
2040
          <bold>false</bold>
2041
         </font>
2042
        </property>
2043
        <property name="text">
2044
         <string>(balanced)</string>
2045
        </property>
2046
       </widget>
2047
       <widget class="QLabel" name="label_73">
2048
        <property name="geometry">
2049
         <rect>
2050
          <x>64</x>
2051
          <y>316</y>
2052
          <width>161</width>
2053
          <height>17</height>
2054
         </rect>
2055
        </property>
2056
        <property name="font">
2057
         <font>
2058
          <weight>50</weight>
2059
          <bold>false</bold>
2060
         </font>
2061
        </property>
2062
        <property name="text">
2063
         <string>cage valve                   4</string>
2064
        </property>
2065
       </widget>
2066
       <widget class="QLabel" name="label_74">
2067
        <property name="geometry">
2068
         <rect>
2069
          <x>64</x>
2070
          <y>360</y>
2071
          <width>161</width>
2072
          <height>17</height>
2073
         </rect>
2074
        </property>
2075
        <property name="font">
2076
         <font>
2077
          <weight>50</weight>
2078
          <bold>false</bold>
2079
         </font>
2080
        </property>
2081
        <property name="text">
2082
         <string>butterfly                      0</string>
2083
        </property>
2084
       </widget>
2085
       <widget class="QLabel" name="label_75">
2086
        <property name="geometry">
2087
         <rect>
2088
          <x>64</x>
2089
          <y>380</y>
2090
          <width>161</width>
2091
          <height>17</height>
2092
         </rect>
2093
        </property>
2094
        <property name="font">
2095
         <font>
2096
          <weight>50</weight>
2097
          <bold>false</bold>
2098
         </font>
2099
        </property>
2100
        <property name="text">
2101
         <string>V-ball                         1</string>
2102
        </property>
2103
       </widget>
2104
      </widget>
2105
      <widget class="QGroupBox" name="groupBox_Mixed">
2106
       <property name="geometry">
2107
        <rect>
2108
         <x>244</x>
2109
         <y>9</y>
2110
         <width>309</width>
2111
         <height>437</height>
2112
        </rect>
2113
       </property>
2114
       <property name="font">
2115
        <font>
2116
         <weight>75</weight>
2117
         <bold>true</bold>
2118
        </font>
2119
       </property>
2120
       <property name="title">
2121
        <string>Mixed Equation (DB + Lummus)</string>
2122
       </property>
2123
       <widget class="QLabel" name="label_46">
2124
        <property name="geometry">
2125
         <rect>
2126
          <x>8</x>
2127
          <y>40</y>
2128
          <width>261</width>
2129
          <height>81</height>
2130
         </rect>
2131
        </property>
2132
        <property name="font">
2133
         <font>
2134
          <weight>50</weight>
2135
          <bold>false</bold>
2136
         </font>
2137
        </property>
2138
        <property name="text">
2139
         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/images/BD_Equation_1.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
2140
        </property>
2141
       </widget>
2142
       <widget class="QLabel" name="label_47">
2143
        <property name="geometry">
2144
         <rect>
2145
          <x>12</x>
2146
          <y>24</y>
2147
          <width>149</width>
2148
          <height>16</height>
2149
         </rect>
2150
        </property>
2151
        <property name="font">
2152
         <font>
2153
          <weight>50</weight>
2154
          <italic>false</italic>
2155
          <bold>false</bold>
2156
          <underline>true</underline>
2157
          <strikeout>false</strikeout>
2158
         </font>
2159
        </property>
2160
        <property name="text">
2161
         <string>Equation 1 (DB Equation)</string>
2162
        </property>
2163
       </widget>
2164
       <widget class="QLabel" name="label_48">
2165
        <property name="geometry">
2166
         <rect>
2167
          <x>8</x>
2168
          <y>128</y>
2169
          <width>149</width>
2170
          <height>49</height>
2171
         </rect>
2172
        </property>
2173
        <property name="text">
2174
         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/images/BD_Equation_2.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
2175
        </property>
2176
       </widget>
2177
       <widget class="QLabel" name="label_49">
2178
        <property name="geometry">
2179
         <rect>
2180
          <x>12</x>
2181
          <y>116</y>
2182
          <width>149</width>
2183
          <height>16</height>
2184
         </rect>
2185
        </property>
2186
        <property name="font">
2187
         <font>
2188
          <weight>50</weight>
2189
          <bold>false</bold>
2190
          <underline>true</underline>
2191
         </font>
2192
        </property>
2193
        <property name="text">
2194
         <string>Equation 2 (DB Equation)</string>
2195
        </property>
2196
       </widget>
2197
       <widget class="QPushButton" name="pushButton_Mixed_ChartView">
2198
        <property name="geometry">
2199
         <rect>
2200
          <x>16</x>
2201
          <y>212</y>
2202
          <width>85</width>
2203
          <height>23</height>
2204
         </rect>
2205
        </property>
2206
        <property name="font">
2207
         <font>
2208
          <weight>50</weight>
2209
          <bold>false</bold>
2210
         </font>
2211
        </property>
2212
        <property name="text">
2213
         <string>Chart View</string>
2214
        </property>
2215
       </widget>
2216
       <widget class="QLabel" name="label_50">
2217
        <property name="geometry">
2218
         <rect>
2219
          <x>16</x>
2220
          <y>192</y>
2221
          <width>85</width>
2222
          <height>16</height>
2223
         </rect>
2224
        </property>
2225
        <property name="font">
2226
         <font>
2227
          <weight>50</weight>
2228
          <italic>false</italic>
2229
          <bold>false</bold>
2230
          <underline>false</underline>
2231
          <strikeout>false</strikeout>
2232
         </font>
2233
        </property>
2234
        <property name="text">
2235
         <string>Lummus Chart</string>
2236
        </property>
2237
       </widget>
2238
       <widget class="QLabel" name="label_51">
2239
        <property name="geometry">
2240
         <rect>
2241
          <x>12</x>
2242
          <y>172</y>
2243
          <width>173</width>
2244
          <height>16</height>
2245
         </rect>
2246
        </property>
2247
        <property name="font">
2248
         <font>
2249
          <weight>50</weight>
2250
          <italic>false</italic>
2251
          <bold>false</bold>
2252
          <underline>true</underline>
2253
          <strikeout>false</strikeout>
2254
         </font>
2255
        </property>
2256
        <property name="text">
2257
         <string>Equation 3 (Lummus Equation)</string>
2258
        </property>
2259
       </widget>
2260
       <widget class="QLabel" name="label_52">
2261
        <property name="geometry">
2262
         <rect>
2263
          <x>20</x>
2264
          <y>408</y>
2265
          <width>121</width>
2266
          <height>16</height>
2267
         </rect>
2268
        </property>
2269
        <property name="font">
2270
         <font>
2271
          <weight>50</weight>
2272
          <bold>false</bold>
2273
          <underline>false</underline>
2274
         </font>
2275
        </property>
2276
        <property name="text">
2277
         <string>- 0.069 MPa</string>
2278
        </property>
2279
       </widget>
2280
       <widget class="QLabel" name="label_53">
2281
        <property name="geometry">
2282
         <rect>
2283
          <x>20</x>
2284
          <y>348</y>
2285
          <width>121</width>
2286
          <height>16</height>
2287
         </rect>
2288
        </property>
2289
        <property name="font">
2290
         <font>
2291
          <weight>50</weight>
2292
          <bold>false</bold>
2293
          <underline>false</underline>
2294
         </font>
2295
        </property>
2296
        <property name="text">
2297
         <string>- 9.964 psi</string>
2298
        </property>
2299
       </widget>
2300
       <widget class="QLabel" name="label_54">
2301
        <property name="geometry">
2302
         <rect>
2303
          <x>20</x>
2304
          <y>368</y>
2305
          <width>121</width>
2306
          <height>16</height>
2307
         </rect>
2308
        </property>
2309
        <property name="font">
2310
         <font>
2311
          <weight>50</weight>
2312
          <bold>false</bold>
2313
          <underline>false</underline>
2314
         </font>
2315
        </property>
2316
        <property name="text">
2317
         <string>- 515 mmHg</string>
2318
        </property>
2319
       </widget>
2320
       <widget class="QLabel" name="label_55">
2321
        <property name="geometry">
2322
         <rect>
2323
          <x>20</x>
2324
          <y>308</y>
2325
          <width>121</width>
2326
          <height>16</height>
2327
         </rect>
2328
        </property>
2329
        <property name="font">
2330
         <font>
2331
          <weight>50</weight>
2332
          <bold>false</bold>
2333
          <underline>false</underline>
2334
         </font>
2335
        </property>
2336
        <property name="text">
2337
         <string>- 0.7 kg/cm2</string>
2338
        </property>
2339
       </widget>
2340
       <widget class="QLabel" name="label_56">
2341
        <property name="geometry">
2342
         <rect>
2343
          <x>20</x>
2344
          <y>328</y>
2345
          <width>121</width>
2346
          <height>16</height>
2347
         </rect>
2348
        </property>
2349
        <property name="font">
2350
         <font>
2351
          <weight>50</weight>
2352
          <bold>false</bold>
2353
          <underline>false</underline>
2354
         </font>
2355
        </property>
2356
        <property name="text">
2357
         <string>- 0.686 bar</string>
2358
        </property>
2359
       </widget>
2360
       <widget class="QLabel" name="label_57">
2361
        <property name="geometry">
2362
         <rect>
2363
          <x>16</x>
2364
          <y>264</y>
2365
          <width>169</width>
2366
          <height>16</height>
2367
         </rect>
2368
        </property>
2369
        <property name="font">
2370
         <font>
2371
          <weight>50</weight>
2372
          <italic>false</italic>
2373
          <bold>false</bold>
2374
          <underline>false</underline>
2375
          <strikeout>false</strikeout>
2376
         </font>
2377
        </property>
2378
        <property name="text">
2379
         <string>(Pump Discharge P) X 0.08</string>
2380
        </property>
2381
       </widget>
2382
       <widget class="QLabel" name="label_58">
2383
        <property name="geometry">
2384
         <rect>
2385
          <x>12</x>
2386
          <y>288</y>
2387
          <width>173</width>
2388
          <height>16</height>
2389
         </rect>
2390
        </property>
2391
        <property name="font">
2392
         <font>
2393
          <weight>50</weight>
2394
          <bold>false</bold>
2395
          <underline>true</underline>
2396
         </font>
2397
        </property>
2398
        <property name="text">
2399
         <string>Equation 5 (Common Min.)</string>
2400
        </property>
2401
       </widget>
2402
       <widget class="QLabel" name="label_59">
2403
        <property name="geometry">
2404
         <rect>
2405
          <x>12</x>
2406
          <y>244</y>
2407
          <width>177</width>
2408
          <height>16</height>
2409
         </rect>
2410
        </property>
2411
        <property name="font">
2412
         <font>
2413
          <weight>50</weight>
2414
          <italic>false</italic>
2415
          <bold>false</bold>
2416
          <underline>true</underline>
2417
          <strikeout>false</strikeout>
2418
         </font>
2419
        </property>
2420
        <property name="text">
2421
         <string>Equation 4 (Lummus Equation)</string>
2422
        </property>
2423
       </widget>
2424
       <widget class="QLabel" name="label_60">
2425
        <property name="geometry">
2426
         <rect>
2427
          <x>20</x>
2428
          <y>388</y>
2429
          <width>121</width>
2430
          <height>16</height>
2431
         </rect>
2432
        </property>
2433
        <property name="font">
2434
         <font>
2435
          <weight>50</weight>
2436
          <bold>false</bold>
2437
          <underline>false</underline>
2438
         </font>
2439
        </property>
2440
        <property name="text">
2441
         <string>- 68.662 kPa</string>
2442
        </property>
2443
       </widget>
2444
      </widget>
2445
      <widget class="QGroupBox" name="groupBox_User">
2446
       <property name="geometry">
2447
        <rect>
2448
         <x>244</x>
2449
         <y>9</y>
2450
         <width>309</width>
2451
         <height>437</height>
2452
        </rect>
2453
       </property>
2454
       <property name="font">
2455
        <font>
2456
         <weight>75</weight>
2457
         <bold>true</bold>
2458
        </font>
2459
       </property>
2460
       <property name="title">
2461
        <string>Define User's Equations</string>
2462
       </property>
2463
       <widget class="QGroupBox" name="groupBox_8">
2464
        <property name="geometry">
2465
         <rect>
2466
          <x>12</x>
2467
          <y>20</y>
2468
          <width>285</width>
2469
          <height>249</height>
2470
         </rect>
2471
        </property>
2472
        <property name="title">
2473
         <string>Variables</string>
2474
        </property>
2475
        <widget class="QLabel" name="label_78">
2476
         <property name="geometry">
2477
          <rect>
2478
           <x>16</x>
2479
           <y>24</y>
2480
           <width>25</width>
2481
           <height>16</height>
2482
          </rect>
2483
         </property>
2484
         <property name="font">
2485
          <font>
2486
           <weight>50</weight>
2487
           <bold>false</bold>
2488
          </font>
2489
         </property>
2490
         <property name="text">
2491
          <string>A = </string>
2492
         </property>
2493
        </widget>
2494
        <widget class="QLabel" name="label_Suction_Dynamic_Loss">
2495
         <property name="geometry">
2496
          <rect>
2497
           <x>44</x>
2498
           <y>24</y>
2499
           <width>185</width>
2500
           <height>16</height>
2501
          </rect>
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>Suction Dynamic Loss</string>
2511
         </property>
2512
        </widget>
2513
        <widget class="QLabel" name="label_A_Desc">
2514
         <property name="geometry">
2515
          <rect>
2516
           <x>44</x>
2517
           <y>40</y>
2518
           <width>213</width>
2519
           <height>16</height>
2520
          </rect>
2521
         </property>
2522
         <property name="font">
2523
          <font>
2524
           <weight>50</weight>
2525
           <bold>false</bold>
2526
          </font>
2527
         </property>
2528
         <property name="text">
2529
          <string>(Line Friction, Device Loss)</string>
2530
         </property>
2531
        </widget>
2532
        <widget class="QLabel" name="label_B_Desc">
2533
         <property name="geometry">
2534
          <rect>
2535
           <x>44</x>
2536
           <y>76</y>
2537
           <width>161</width>
2538
           <height>16</height>
2539
          </rect>
2540
         </property>
2541
         <property name="font">
2542
          <font>
2543
           <weight>50</weight>
2544
           <bold>false</bold>
2545
          </font>
2546
         </property>
2547
         <property name="text">
2548
          <string>(Static Loss)</string>
2549
         </property>
2550
        </widget>
2551
        <widget class="QLabel" name="label_Suction_Fixed_Loss">
2552
         <property name="geometry">
2553
          <rect>
2554
           <x>44</x>
2555
           <y>60</y>
2556
           <width>173</width>
2557
           <height>16</height>
2558
          </rect>
2559
         </property>
2560
         <property name="font">
2561
          <font>
2562
           <weight>50</weight>
2563
           <bold>false</bold>
2564
          </font>
2565
         </property>
2566
         <property name="text">
2567
          <string>Suction Fixed Loss</string>
2568
         </property>
2569
        </widget>
2570
        <widget class="QLabel" name="label_83">
2571
         <property name="geometry">
2572
          <rect>
2573
           <x>16</x>
2574
           <y>60</y>
2575
           <width>25</width>
2576
           <height>16</height>
2577
          </rect>
2578
         </property>
2579
         <property name="font">
2580
          <font>
2581
           <weight>50</weight>
2582
           <bold>false</bold>
2583
          </font>
2584
         </property>
2585
         <property name="text">
2586
          <string>B = </string>
2587
         </property>
2588
        </widget>
2589
        <widget class="QLabel" name="label_C_Desc">
2590
         <property name="geometry">
2591
          <rect>
2592
           <x>44</x>
2593
           <y>112</y>
2594
           <width>177</width>
2595
           <height>16</height>
2596
          </rect>
2597
         </property>
2598
         <property name="font">
2599
          <font>
2600
           <weight>50</weight>
2601
           <bold>false</bold>
2602
          </font>
2603
         </property>
2604
         <property name="text">
2605
          <string>(Line Friction, Device Loss)</string>
2606
         </property>
2607
        </widget>
2608
        <widget class="QLabel" name="label_85">
2609
         <property name="geometry">
2610
          <rect>
2611
           <x>16</x>
2612
           <y>96</y>
2613
           <width>25</width>
2614
           <height>16</height>
2615
          </rect>
2616
         </property>
2617
         <property name="font">
2618
          <font>
2619
           <weight>50</weight>
2620
           <bold>false</bold>
2621
          </font>
2622
         </property>
2623
         <property name="text">
2624
          <string>C = </string>
2625
         </property>
2626
        </widget>
2627
        <widget class="QLabel" name="label_Discharge_Dynamic_Loss">
2628
         <property name="geometry">
2629
          <rect>
2630
           <x>44</x>
2631
           <y>96</y>
2632
           <width>169</width>
2633
           <height>16</height>
2634
          </rect>
2635
         </property>
2636
         <property name="font">
2637
          <font>
2638
           <weight>50</weight>
2639
           <bold>false</bold>
2640
          </font>
2641
         </property>
2642
         <property name="text">
2643
          <string>Discharge Dynamic Loss</string>
2644
         </property>
2645
        </widget>
2646
        <widget class="QLabel" name="label_D_Desc">
2647
         <property name="geometry">
2648
          <rect>
2649
           <x>44</x>
2650
           <y>148</y>
2651
           <width>161</width>
2652
           <height>16</height>
2653
          </rect>
2654
         </property>
2655
         <property name="font">
2656
          <font>
2657
           <weight>50</weight>
2658
           <bold>false</bold>
2659
          </font>
2660
         </property>
2661
         <property name="text">
2662
          <string>(Static Head)</string>
2663
         </property>
2664
        </widget>
2665
        <widget class="QLabel" name="label_Discharge_Fixed_Loss">
2666
         <property name="geometry">
2667
          <rect>
2668
           <x>44</x>
2669
           <y>132</y>
2670
           <width>169</width>
2671
           <height>16</height>
2672
          </rect>
2673
         </property>
2674
         <property name="font">
2675
          <font>
2676
           <weight>50</weight>
2677
           <bold>false</bold>
2678
          </font>
2679
         </property>
2680
         <property name="text">
2681
          <string>Discharge Fixed Loss</string>
2682
         </property>
2683
        </widget>
2684
        <widget class="QLabel" name="label_89">
2685
         <property name="geometry">
2686
          <rect>
2687
           <x>16</x>
2688
           <y>132</y>
2689
           <width>25</width>
2690
           <height>16</height>
2691
          </rect>
2692
         </property>
2693
         <property name="font">
2694
          <font>
2695
           <weight>50</weight>
2696
           <bold>false</bold>
2697
          </font>
2698
         </property>
2699
         <property name="text">
2700
          <string>D = </string>
2701
         </property>
2702
        </widget>
2703
        <widget class="QLabel" name="label_Start_Equipment_Pressure">
2704
         <property name="geometry">
2705
          <rect>
2706
           <x>44</x>
2707
           <y>168</y>
2708
           <width>169</width>
2709
           <height>16</height>
2710
          </rect>
2711
         </property>
2712
         <property name="font">
2713
          <font>
2714
           <weight>50</weight>
2715
           <bold>false</bold>
2716
          </font>
2717
         </property>
2718
         <property name="text">
2719
          <string>Start Equipment Pressure</string>
2720
         </property>
2721
        </widget>
2722
        <widget class="QLabel" name="label_91">
2723
         <property name="geometry">
2724
          <rect>
2725
           <x>16</x>
2726
           <y>168</y>
2727
           <width>25</width>
2728
           <height>16</height>
2729
          </rect>
2730
         </property>
2731
         <property name="font">
2732
          <font>
2733
           <weight>50</weight>
2734
           <bold>false</bold>
2735
          </font>
2736
         </property>
2737
         <property name="text">
2738
          <string>E = </string>
2739
         </property>
2740
        </widget>
2741
        <widget class="QLabel" name="label_Destination_Equipment_Pressure">
2742
         <property name="geometry">
2743
          <rect>
2744
           <x>44</x>
2745
           <y>188</y>
2746
           <width>213</width>
2747
           <height>16</height>
2748
          </rect>
2749
         </property>
2750
         <property name="font">
2751
          <font>
2752
           <weight>50</weight>
2753
           <bold>false</bold>
2754
          </font>
2755
         </property>
2756
         <property name="text">
2757
          <string>Destination Equipment Pressure</string>
2758
         </property>
2759
        </widget>
2760
        <widget class="QLabel" name="label_93">
2761
         <property name="geometry">
2762
          <rect>
2763
           <x>16</x>
2764
           <y>188</y>
2765
           <width>25</width>
2766
           <height>16</height>
2767
          </rect>
2768
         </property>
2769
         <property name="font">
2770
          <font>
2771
           <weight>50</weight>
2772
           <bold>false</bold>
2773
          </font>
2774
         </property>
2775
         <property name="text">
2776
          <string>F = </string>
2777
         </property>
2778
        </widget>
2779
        <widget class="QLabel" name="label_G_Desc">
2780
         <property name="geometry">
2781
          <rect>
2782
           <x>44</x>
2783
           <y>224</y>
2784
           <width>197</width>
2785
           <height>16</height>
2786
          </rect>
2787
         </property>
2788
         <property name="font">
2789
          <font>
2790
           <weight>50</weight>
2791
           <bold>false</bold>
2792
          </font>
2793
         </property>
2794
         <property name="text">
2795
          <string>(Max. Flowrate / Nor. Flowrate)</string>
2796
         </property>
2797
        </widget>
2798
        <widget class="QLabel" name="label_Over_Design_Ratio">
2799
         <property name="geometry">
2800
          <rect>
2801
           <x>44</x>
2802
           <y>208</y>
2803
           <width>169</width>
2804
           <height>16</height>
2805
          </rect>
2806
         </property>
2807
         <property name="font">
2808
          <font>
2809
           <weight>50</weight>
2810
           <bold>false</bold>
2811
          </font>
2812
         </property>
2813
         <property name="text">
2814
          <string>Over Design Ratio</string>
2815
         </property>
2816
        </widget>
2817
        <widget class="QLabel" name="label_96">
2818
         <property name="geometry">
2819
          <rect>
2820
           <x>16</x>
2821
           <y>208</y>
2822
           <width>25</width>
2823
           <height>16</height>
2824
          </rect>
2825
         </property>
2826
         <property name="font">
2827
          <font>
2828
           <weight>50</weight>
2829
           <bold>false</bold>
2830
          </font>
2831
         </property>
2832
         <property name="text">
2833
          <string>G = </string>
2834
         </property>
2835
        </widget>
2836
       </widget>
2837
       <widget class="QGroupBox" name="groupBox_9">
2838
        <property name="geometry">
2839
         <rect>
2840
          <x>12</x>
2841
          <y>276</y>
2842
          <width>285</width>
2843
          <height>153</height>
2844
         </rect>
2845
        </property>
2846
        <property name="title">
2847
         <string>Equations</string>
2848
        </property>
2849
        <widget class="QLabel" name="label_97">
2850
         <property name="geometry">
2851
          <rect>
2852
           <x>12</x>
2853
           <y>24</y>
2854
           <width>35</width>
2855
           <height>16</height>
2856
          </rect>
2857
         </property>
2858
         <property name="minimumSize">
2859
          <size>
2860
           <width>35</width>
2861
           <height>0</height>
2862
          </size>
2863
         </property>
2864
         <property name="maximumSize">
2865
          <size>
2866
           <width>35</width>
2867
           <height>16777215</height>
2868
          </size>
2869
         </property>
2870
         <property name="font">
2871
          <font>
2872
           <weight>50</weight>
2873
           <bold>false</bold>
2874
          </font>
2875
         </property>
2876
         <property name="text">
2877
          <string>1st = </string>
2878
         </property>
2879
        </widget>
2880
        <widget class="QLineEdit" name="lineEdit_1st_Equation">
2881
         <property name="geometry">
2882
          <rect>
2883
           <x>53</x>
2884
           <y>24</y>
2885
           <width>220</width>
2886
           <height>21</height>
2887
          </rect>
2888
         </property>
2889
         <property name="font">
2890
          <font>
2891
           <weight>50</weight>
2892
           <bold>false</bold>
2893
          </font>
2894
         </property>
2895
        </widget>
2896
        <widget class="QLabel" name="label_98">
2897
         <property name="geometry">
2898
          <rect>
2899
           <x>12</x>
2900
           <y>48</y>
2901
           <width>35</width>
2902
           <height>16</height>
2903
          </rect>
2904
         </property>
2905
         <property name="minimumSize">
2906
          <size>
2907
           <width>35</width>
2908
           <height>0</height>
2909
          </size>
2910
         </property>
2911
         <property name="maximumSize">
2912
          <size>
2913
           <width>35</width>
2914
           <height>16777215</height>
2915
          </size>
2916
         </property>
2917
         <property name="font">
2918
          <font>
2919
           <weight>50</weight>
2920
           <bold>false</bold>
2921
          </font>
2922
         </property>
2923
         <property name="text">
2924
          <string>2nd = </string>
2925
         </property>
2926
        </widget>
2927
        <widget class="QLineEdit" name="lineEdit_2nd_Equation">
2928
         <property name="geometry">
2929
          <rect>
2930
           <x>53</x>
2931
           <y>48</y>
2932
           <width>220</width>
2933
           <height>21</height>
2934
          </rect>
2935
         </property>
2936
        </widget>
2937
        <widget class="QLineEdit" name="lineEdit_3rd_Equation">
2938
         <property name="geometry">
2939
          <rect>
2940
           <x>53</x>
2941
           <y>72</y>
2942
           <width>220</width>
2943
           <height>21</height>
2944
          </rect>
2945
         </property>
2946
        </widget>
2947
        <widget class="QLabel" name="label_99">
2948
         <property name="geometry">
2949
          <rect>
2950
           <x>12</x>
2951
           <y>72</y>
2952
           <width>35</width>
2953
           <height>16</height>
2954
          </rect>
2955
         </property>
2956
         <property name="minimumSize">
2957
          <size>
2958
           <width>35</width>
2959
           <height>0</height>
2960
          </size>
2961
         </property>
2962
         <property name="maximumSize">
2963
          <size>
2964
           <width>35</width>
2965
           <height>16777215</height>
2966
          </size>
2967
         </property>
2968
         <property name="font">
2969
          <font>
2970
           <weight>50</weight>
2971
           <bold>false</bold>
2972
          </font>
2973
         </property>
2974
         <property name="text">
2975
          <string>3rd = </string>
2976
         </property>
2977
        </widget>
2978
        <widget class="QLineEdit" name="lineEdit_4th_Equation">
2979
         <property name="geometry">
2980
          <rect>
2981
           <x>53</x>
2982
           <y>96</y>
2983
           <width>220</width>
2984
           <height>21</height>
2985
          </rect>
2986
         </property>
2987
        </widget>
2988
        <widget class="QLabel" name="label_100">
2989
         <property name="geometry">
2990
          <rect>
2991
           <x>12</x>
2992
           <y>96</y>
2993
           <width>35</width>
2994
           <height>16</height>
2995
          </rect>
2996
         </property>
2997
         <property name="minimumSize">
2998
          <size>
2999
           <width>35</width>
3000
           <height>0</height>
3001
          </size>
3002
         </property>
3003
         <property name="maximumSize">
3004
          <size>
3005
           <width>35</width>
3006
           <height>16777215</height>
3007
          </size>
3008
         </property>
3009
         <property name="font">
3010
          <font>
3011
           <weight>50</weight>
3012
           <bold>false</bold>
3013
          </font>
3014
         </property>
3015
         <property name="text">
3016
          <string>4th = </string>
3017
         </property>
3018
        </widget>
3019
        <widget class="QLabel" name="label_101">
3020
         <property name="geometry">
3021
          <rect>
3022
           <x>12</x>
3023
           <y>120</y>
3024
           <width>35</width>
3025
           <height>16</height>
3026
          </rect>
3027
         </property>
3028
         <property name="minimumSize">
3029
          <size>
3030
           <width>35</width>
3031
           <height>0</height>
3032
          </size>
3033
         </property>
3034
         <property name="maximumSize">
3035
          <size>
3036
           <width>35</width>
3037
           <height>16777215</height>
3038
          </size>
3039
         </property>
3040
         <property name="font">
3041
          <font>
3042
           <weight>50</weight>
3043
           <bold>false</bold>
3044
          </font>
3045
         </property>
3046
         <property name="text">
3047
          <string>5th = </string>
3048
         </property>
3049
        </widget>
3050
        <widget class="QLineEdit" name="lineEdit_5th_Equation">
3051
         <property name="geometry">
3052
          <rect>
3053
           <x>53</x>
3054
           <y>120</y>
3055
           <width>220</width>
3056
           <height>21</height>
3057
          </rect>
3058
         </property>
3059
        </widget>
3060
       </widget>
3061
      </widget>
3062
     </widget>
3063
     <widget class="QWidget" name="tab">
3064
      <attribute name="title">
3065
       <string>Line Calculation Basis</string>
3066
      </attribute>
3067
      <layout class="QGridLayout" name="gridLayout_12">
3068
       <item row="0" column="0">
3069
        <layout class="QVBoxLayout" name="verticalLayout_2">
3070
         <item>
3071
          <widget class="QGroupBox" name="groupBox_4">
3072
           <property name="font">
3073
            <font>
3074
             <weight>75</weight>
3075
             <bold>true</bold>
3076
            </font>
3077
           </property>
3078
           <property name="title">
3079
            <string>Liquid Pressure Drop</string>
3080
           </property>
3081
           <layout class="QGridLayout" name="gridLayout_14">
3082
            <item row="0" column="0">
3083
             <widget class="QLabel" name="label_10">
3084
              <property name="font">
3085
               <font>
3086
                <weight>50</weight>
3087
                <bold>false</bold>
3088
               </font>
3089
              </property>
3090
              <property name="text">
3091
               <string>- Select the friction loss equation.</string>
3092
              </property>
3093
             </widget>
3094
            </item>
3095
            <item row="1" column="0">
3096
             <widget class="QRadioButton" name="radioButton_Darcy">
3097
              <property name="font">
3098
               <font>
3099
                <weight>50</weight>
3100
                <bold>false</bold>
3101
               </font>
3102
              </property>
3103
              <property name="text">
3104
               <string>Darcy Equation (General Design)</string>
3105
              </property>
3106
              <property name="checked">
3107
               <bool>true</bool>
3108
              </property>
3109
             </widget>
3110
            </item>
3111
            <item row="2" column="0">
3112
             <widget class="QRadioButton" name="radioButton_Hagen">
3113
              <property name="font">
3114
               <font>
3115
                <weight>50</weight>
3116
                <bold>false</bold>
3117
               </font>
3118
              </property>
3119
              <property name="text">
3120
               <string>Hagen-Williams Equation (Water Design)</string>
3121
              </property>
3122
             </widget>
3123
            </item>
3124
           </layout>
3125
          </widget>
3126
         </item>
3127
         <item>
3128
          <widget class="QGroupBox" name="groupBox_6">
3129
           <property name="font">
3130
            <font>
3131
             <weight>75</weight>
3132
             <bold>true</bold>
3133
            </font>
3134
           </property>
3135
           <property name="title">
3136
            <string>Two Phase Pressure Drop</string>
3137
           </property>
3138
           <layout class="QGridLayout" name="gridLayout_18">
3139
            <item row="0" column="0">
3140
             <widget class="QLabel" name="label_76">
3141
              <property name="font">
3142
               <font>
3143
                <weight>50</weight>
3144
                <bold>false</bold>
3145
               </font>
3146
              </property>
3147
              <property name="text">
3148
               <string>- Input the re-calculation ratio for property (density)</string>
3149
              </property>
3150
             </widget>
3151
            </item>
3152
            <item row="1" column="0">
3153
             <layout class="QHBoxLayout" name="horizontalLayout">
3154
              <item>
3155
               <widget class="QLineEdit" name="lineEdit_Mixed_Calc_Factor">
3156
                <property name="minimumSize">
3157
                 <size>
3158
                  <width>50</width>
3159
                  <height>0</height>
3160
                 </size>
3161
                </property>
3162
                <property name="maximumSize">
3163
                 <size>
3164
                  <width>50</width>
3165
                  <height>16777215</height>
3166
                 </size>
3167
                </property>
3168
                <property name="font">
3169
                 <font>
3170
                  <weight>50</weight>
3171
                  <bold>false</bold>
3172
                 </font>
3173
                </property>
3174
                <property name="text">
3175
                 <string/>
3176
                </property>
3177
                <property name="alignment">
3178
                 <set>Qt::AlignCenter</set>
3179
                </property>
3180
               </widget>
3181
              </item>
3182
              <item>
3183
               <widget class="QLabel" name="label_77">
3184
                <property name="font">
3185
                 <font>
3186
                  <weight>50</weight>
3187
                  <bold>false</bold>
3188
                 </font>
3189
                </property>
3190
                <property name="text">
3191
                 <string>% pressure drop point of inlet pressure</string>
3192
                </property>
3193
               </widget>
3194
              </item>
3195
             </layout>
3196
            </item>
3197
           </layout>
3198
          </widget>
3199
         </item>
3200
         <item>
3201
          <spacer name="verticalSpacer_8">
3202
           <property name="orientation">
3203
            <enum>Qt::Vertical</enum>
3204
           </property>
3205
           <property name="sizeHint" stdset="0">
3206
            <size>
3207
             <width>20</width>
3208
             <height>40</height>
3209
            </size>
3210
           </property>
3211
          </spacer>
3212
         </item>
3213
        </layout>
3214
       </item>
3215
      </layout>
3216
     </widget>
3217
    </widget>
3218
   </item>
3219
  </layout>
3220
 </widget>
3221
 <tabstops>
3222
  <tabstop>tableWidget</tabstop>
3223
  <tabstop>lineEdit_CurrentBarometricPressure</tabstop>
3224
  <tabstop>comboBox_Flowrate_Mass</tabstop>
3225
  <tabstop>comboBox_Flowrate_Volume</tabstop>
3226
  <tabstop>comboBox_Density</tabstop>
3227
  <tabstop>comboBox_Viscosity</tabstop>
3228
  <tabstop>comboBox_Temperature</tabstop>
3229
  <tabstop>comboBox_Power</tabstop>
3230
  <tabstop>comboBox_Pressure</tabstop>
3231
  <tabstop>comboBox_Velocity</tabstop>
3232
  <tabstop>comboBox_Pipe_Diameter</tabstop>
3233
  <tabstop>comboBox_Length</tabstop>
3234
  <tabstop>comboBox_Roughness</tabstop>
3235
 </tabstops>
3236
 <resources>
3237
  <include location="../res/Resource.qrc"/>
3238
 </resources>
3239
 <connections>
3240
  <connection>
3241
   <sender>buttonBox</sender>
3242
   <signal>accepted()</signal>
3243
   <receiver>ConfigurationDialog</receiver>
3244
   <slot>accept()</slot>
3245
   <hints>
3246
    <hint type="sourcelabel">
3247
     <x>248</x>
3248
     <y>254</y>
3249
    </hint>
3250
    <hint type="destinationlabel">
3251
     <x>157</x>
3252
     <y>274</y>
3253
    </hint>
3254
   </hints>
3255
  </connection>
3256
  <connection>
3257
   <sender>buttonBox</sender>
3258
   <signal>rejected()</signal>
3259
   <receiver>ConfigurationDialog</receiver>
3260
   <slot>reject()</slot>
3261
   <hints>
3262
    <hint type="sourcelabel">
3263
     <x>316</x>
3264
     <y>260</y>
3265
    </hint>
3266
    <hint type="destinationlabel">
3267
     <x>286</x>
3268
     <y>274</y>
3269
    </hint>
3270
   </hints>
3271
  </connection>
3272
 </connections>
3273
</ui>
클립보드 이미지 추가 (최대 크기: 500 MB)