프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

hytos / HYTOS / HYTOS / UI / Valve_Control.ui @ e8c440e4

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

1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>Valve_ControlDialog</class>
4
 <widget class="QDialog" name="Valve_ControlDialog">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>446</width>
10
    <height>270</height>
11
   </rect>
12
  </property>
13
  <property name="font">
14
   <font>
15
    <family>맑은 고딕</family>
16
   </font>
17
  </property>
18
  <property name="windowTitle">
19
   <string>HYTOS Instrument Data - Control Valve</string>
20
  </property>
21
  <property name="windowIcon">
22
   <iconset resource="../res/Resource.qrc">
23
    <normaloff>:/images/HYTOS.png</normaloff>:/images/HYTOS.png</iconset>
24
  </property>
25
  <widget class="QGroupBox" name="groupBox">
26
   <property name="geometry">
27
    <rect>
28
     <x>8</x>
29
     <y>8</y>
30
     <width>429</width>
31
     <height>221</height>
32
    </rect>
33
   </property>
34
   <property name="font">
35
    <font>
36
     <family>맑은 고딕</family>
37
     <weight>75</weight>
38
     <bold>true</bold>
39
    </font>
40
   </property>
41
   <property name="title">
42
    <string>Equipment Figure</string>
43
   </property>
44
   <widget class="QLabel" name="label_Img">
45
    <property name="geometry">
46
     <rect>
47
      <x>11</x>
48
      <y>36</y>
49
      <width>178</width>
50
      <height>106</height>
51
     </rect>
52
    </property>
53
    <property name="text">
54
     <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/images/Valve_Control.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
55
    </property>
56
   </widget>
57
   <widget class="QLabel" name="label_PressureUnit">
58
    <property name="geometry">
59
     <rect>
60
      <x>368</x>
61
      <y>65</y>
62
      <width>49</width>
63
      <height>16</height>
64
     </rect>
65
    </property>
66
    <property name="font">
67
     <font>
68
      <weight>50</weight>
69
      <bold>false</bold>
70
     </font>
71
    </property>
72
    <property name="text">
73
     <string>-</string>
74
    </property>
75
   </widget>
76
   <widget class="QLabel" name="label_3">
77
    <property name="geometry">
78
     <rect>
79
      <x>176</x>
80
      <y>65</y>
81
      <width>80</width>
82
      <height>16</height>
83
     </rect>
84
    </property>
85
    <property name="minimumSize">
86
     <size>
87
      <width>80</width>
88
      <height>0</height>
89
     </size>
90
    </property>
91
    <property name="font">
92
     <font>
93
      <weight>50</weight>
94
      <bold>false</bold>
95
     </font>
96
    </property>
97
    <property name="text">
98
     <string>P. Drop</string>
99
    </property>
100
    <property name="alignment">
101
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
102
    </property>
103
   </widget>
104
   <widget class="QLineEdit" name="lineEdit_Pressure_Drop">
105
    <property name="geometry">
106
     <rect>
107
      <x>262</x>
108
      <y>65</y>
109
      <width>100</width>
110
      <height>21</height>
111
     </rect>
112
    </property>
113
    <property name="maximumSize">
114
     <size>
115
      <width>100</width>
116
      <height>16777215</height>
117
     </size>
118
    </property>
119
    <property name="font">
120
     <font>
121
      <weight>50</weight>
122
      <bold>false</bold>
123
     </font>
124
    </property>
125
    <property name="alignment">
126
     <set>Qt::AlignCenter</set>
127
    </property>
128
   </widget>
129
   <widget class="QLabel" name="label_5">
130
    <property name="geometry">
131
     <rect>
132
      <x>176</x>
133
      <y>94</y>
134
      <width>80</width>
135
      <height>16</height>
136
     </rect>
137
    </property>
138
    <property name="minimumSize">
139
     <size>
140
      <width>80</width>
141
      <height>0</height>
142
     </size>
143
    </property>
144
    <property name="font">
145
     <font>
146
      <weight>50</weight>
147
      <bold>false</bold>
148
     </font>
149
    </property>
150
    <property name="text">
151
     <string>Elevation</string>
152
    </property>
153
    <property name="alignment">
154
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
155
    </property>
156
   </widget>
157
   <widget class="QLineEdit" name="lineEdit_Elevation">
158
    <property name="geometry">
159
     <rect>
160
      <x>262</x>
161
      <y>94</y>
162
      <width>100</width>
163
      <height>21</height>
164
     </rect>
165
    </property>
166
    <property name="maximumSize">
167
     <size>
168
      <width>100</width>
169
      <height>16777215</height>
170
     </size>
171
    </property>
172
    <property name="font">
173
     <font>
174
      <weight>50</weight>
175
      <bold>false</bold>
176
     </font>
177
    </property>
178
    <property name="alignment">
179
     <set>Qt::AlignCenter</set>
180
    </property>
181
   </widget>
182
   <widget class="QLabel" name="label_ElevationUnit">
183
    <property name="geometry">
184
     <rect>
185
      <x>368</x>
186
      <y>94</y>
187
      <width>16</width>
188
      <height>16</height>
189
     </rect>
190
    </property>
191
    <property name="font">
192
     <font>
193
      <weight>50</weight>
194
      <bold>false</bold>
195
     </font>
196
    </property>
197
    <property name="text">
198
     <string>-</string>
199
    </property>
200
   </widget>
201
   <widget class="QLabel" name="label_8">
202
    <property name="geometry">
203
     <rect>
204
      <x>176</x>
205
      <y>123</y>
206
      <width>80</width>
207
      <height>16</height>
208
     </rect>
209
    </property>
210
    <property name="minimumSize">
211
     <size>
212
      <width>80</width>
213
      <height>0</height>
214
     </size>
215
    </property>
216
    <property name="font">
217
     <font>
218
      <weight>50</weight>
219
      <bold>false</bold>
220
     </font>
221
    </property>
222
    <property name="text">
223
     <string>Overdesign</string>
224
    </property>
225
    <property name="alignment">
226
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
227
    </property>
228
   </widget>
229
   <widget class="QLineEdit" name="lineEdit_Overdesign">
230
    <property name="geometry">
231
     <rect>
232
      <x>262</x>
233
      <y>123</y>
234
      <width>100</width>
235
      <height>21</height>
236
     </rect>
237
    </property>
238
    <property name="maximumSize">
239
     <size>
240
      <width>100</width>
241
      <height>16777215</height>
242
     </size>
243
    </property>
244
    <property name="font">
245
     <font>
246
      <weight>50</weight>
247
      <bold>false</bold>
248
     </font>
249
    </property>
250
    <property name="text">
251
     <string>0</string>
252
    </property>
253
    <property name="alignment">
254
     <set>Qt::AlignCenter</set>
255
    </property>
256
   </widget>
257
   <widget class="QLabel" name="label_OverdesignUnit">
258
    <property name="geometry">
259
     <rect>
260
      <x>368</x>
261
      <y>123</y>
262
      <width>16</width>
263
      <height>16</height>
264
     </rect>
265
    </property>
266
    <property name="font">
267
     <font>
268
      <weight>50</weight>
269
      <bold>false</bold>
270
     </font>
271
    </property>
272
    <property name="text">
273
     <string>%</string>
274
    </property>
275
   </widget>
276
   <widget class="QLineEdit" name="lineEdit_TagNo">
277
    <property name="geometry">
278
     <rect>
279
      <x>262</x>
280
      <y>36</y>
281
      <width>100</width>
282
      <height>21</height>
283
     </rect>
284
    </property>
285
    <property name="maximumSize">
286
     <size>
287
      <width>100</width>
288
      <height>16777215</height>
289
     </size>
290
    </property>
291
    <property name="font">
292
     <font>
293
      <weight>50</weight>
294
      <bold>false</bold>
295
     </font>
296
    </property>
297
    <property name="alignment">
298
     <set>Qt::AlignCenter</set>
299
    </property>
300
   </widget>
301
   <widget class="QLabel" name="label">
302
    <property name="geometry">
303
     <rect>
304
      <x>176</x>
305
      <y>36</y>
306
      <width>80</width>
307
      <height>16</height>
308
     </rect>
309
    </property>
310
    <property name="minimumSize">
311
     <size>
312
      <width>80</width>
313
      <height>0</height>
314
     </size>
315
    </property>
316
    <property name="font">
317
     <font>
318
      <weight>50</weight>
319
      <bold>false</bold>
320
     </font>
321
    </property>
322
    <property name="text">
323
     <string>Tag No.</string>
324
    </property>
325
    <property name="alignment">
326
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
327
    </property>
328
   </widget>
329
   <widget class="QLabel" name="label_9">
330
    <property name="geometry">
331
     <rect>
332
      <x>127</x>
333
      <y>152</y>
334
      <width>129</width>
335
      <height>16</height>
336
     </rect>
337
    </property>
338
    <property name="minimumSize">
339
     <size>
340
      <width>80</width>
341
      <height>0</height>
342
     </size>
343
    </property>
344
    <property name="font">
345
     <font>
346
      <weight>50</weight>
347
      <bold>false</bold>
348
     </font>
349
    </property>
350
    <property name="text">
351
     <string>Type (for Aramco-BP)</string>
352
    </property>
353
    <property name="alignment">
354
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
355
    </property>
356
   </widget>
357
   <widget class="QLineEdit" name="lineEdit_Type">
358
    <property name="enabled">
359
     <bool>false</bool>
360
    </property>
361
    <property name="geometry">
362
     <rect>
363
      <x>262</x>
364
      <y>152</y>
365
      <width>100</width>
366
      <height>21</height>
367
     </rect>
368
    </property>
369
    <property name="maximumSize">
370
     <size>
371
      <width>100</width>
372
      <height>16777215</height>
373
     </size>
374
    </property>
375
    <property name="alignment">
376
     <set>Qt::AlignCenter</set>
377
    </property>
378
   </widget>
379
   <widget class="QLabel" name="label_10">
380
    <property name="geometry">
381
     <rect>
382
      <x>108</x>
383
      <y>181</y>
384
      <width>145</width>
385
      <height>16</height>
386
     </rect>
387
    </property>
388
    <property name="minimumSize">
389
     <size>
390
      <width>80</width>
391
      <height>0</height>
392
     </size>
393
    </property>
394
    <property name="font">
395
     <font>
396
      <weight>50</weight>
397
      <bold>false</bold>
398
     </font>
399
    </property>
400
    <property name="text">
401
     <string>Fluid (for Cv calculation)</string>
402
    </property>
403
    <property name="alignment">
404
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
405
    </property>
406
   </widget>
407
   <widget class="QComboBox" name="comboBox">
408
    <property name="enabled">
409
     <bool>false</bool>
410
    </property>
411
    <property name="geometry">
412
     <rect>
413
      <x>262</x>
414
      <y>181</y>
415
      <width>100</width>
416
      <height>22</height>
417
     </rect>
418
    </property>
419
    <property name="maximumSize">
420
     <size>
421
      <width>100</width>
422
      <height>16777215</height>
423
     </size>
424
    </property>
425
   </widget>
426
   <zorder>label_PressureUnit</zorder>
427
   <zorder>label_3</zorder>
428
   <zorder>lineEdit_Pressure_Drop</zorder>
429
   <zorder>label_5</zorder>
430
   <zorder>lineEdit_Elevation</zorder>
431
   <zorder>label_ElevationUnit</zorder>
432
   <zorder>label_8</zorder>
433
   <zorder>lineEdit_Overdesign</zorder>
434
   <zorder>label_OverdesignUnit</zorder>
435
   <zorder>lineEdit_TagNo</zorder>
436
   <zorder>label</zorder>
437
   <zorder>label_Img</zorder>
438
   <zorder>label_9</zorder>
439
   <zorder>lineEdit_Type</zorder>
440
   <zorder>label_10</zorder>
441
   <zorder>comboBox</zorder>
442
  </widget>
443
  <widget class="QDialogButtonBox" name="buttonBox">
444
   <property name="geometry">
445
    <rect>
446
     <x>280</x>
447
     <y>236</y>
448
     <width>156</width>
449
     <height>23</height>
450
    </rect>
451
   </property>
452
   <property name="orientation">
453
    <enum>Qt::Horizontal</enum>
454
   </property>
455
   <property name="standardButtons">
456
    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
457
   </property>
458
  </widget>
459
  <widget class="QPushButton" name="pushButton_Opening_Calculation">
460
   <property name="geometry">
461
    <rect>
462
     <x>8</x>
463
     <y>236</y>
464
     <width>137</width>
465
     <height>23</height>
466
    </rect>
467
   </property>
468
   <property name="text">
469
    <string>Opening % Calculation</string>
470
   </property>
471
  </widget>
472
  <widget class="QGroupBox" name="groupBox_2">
473
   <property name="enabled">
474
    <bool>true</bool>
475
   </property>
476
   <property name="geometry">
477
    <rect>
478
     <x>8</x>
479
     <y>276</y>
480
     <width>429</width>
481
     <height>245</height>
482
    </rect>
483
   </property>
484
   <property name="title">
485
    <string>Control Valve Opening % Calculation</string>
486
   </property>
487
   <widget class="QLabel" name="label_2">
488
    <property name="geometry">
489
     <rect>
490
      <x>12</x>
491
      <y>32</y>
492
      <width>93</width>
493
      <height>16</height>
494
     </rect>
495
    </property>
496
    <property name="minimumSize">
497
     <size>
498
      <width>93</width>
499
      <height>0</height>
500
     </size>
501
    </property>
502
    <property name="maximumSize">
503
     <size>
504
      <width>93</width>
505
      <height>16777215</height>
506
     </size>
507
    </property>
508
    <property name="text">
509
     <string>Flow Character :</string>
510
    </property>
511
    <property name="alignment">
512
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
513
    </property>
514
   </widget>
515
   <widget class="QRadioButton" name="radioButton_Linear">
516
    <property name="geometry">
517
     <rect>
518
      <x>112</x>
519
      <y>32</y>
520
      <width>61</width>
521
      <height>16</height>
522
     </rect>
523
    </property>
524
    <property name="text">
525
     <string>Linear</string>
526
    </property>
527
   </widget>
528
   <widget class="QRadioButton" name="radioButton_Equal_Percentage">
529
    <property name="geometry">
530
     <rect>
531
      <x>184</x>
532
      <y>32</y>
533
      <width>129</width>
534
      <height>16</height>
535
     </rect>
536
    </property>
537
    <property name="text">
538
     <string>Equal Percentage</string>
539
    </property>
540
   </widget>
541
   <widget class="QLabel" name="label_4">
542
    <property name="geometry">
543
     <rect>
544
      <x>12</x>
545
      <y>64</y>
546
      <width>93</width>
547
      <height>12</height>
548
     </rect>
549
    </property>
550
    <property name="minimumSize">
551
     <size>
552
      <width>93</width>
553
      <height>0</height>
554
     </size>
555
    </property>
556
    <property name="maximumSize">
557
     <size>
558
      <width>93</width>
559
      <height>16777215</height>
560
     </size>
561
    </property>
562
    <property name="text">
563
     <string>Valve Type :</string>
564
    </property>
565
    <property name="alignment">
566
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
567
    </property>
568
   </widget>
569
   <widget class="QComboBox" name="comboBox_Valve_Type">
570
    <property name="geometry">
571
     <rect>
572
      <x>112</x>
573
      <y>60</y>
574
      <width>233</width>
575
      <height>22</height>
576
     </rect>
577
    </property>
578
   </widget>
579
   <widget class="QLabel" name="label_6">
580
    <property name="geometry">
581
     <rect>
582
      <x>12</x>
583
      <y>96</y>
584
      <width>93</width>
585
      <height>12</height>
586
     </rect>
587
    </property>
588
    <property name="minimumSize">
589
     <size>
590
      <width>93</width>
591
      <height>0</height>
592
     </size>
593
    </property>
594
    <property name="maximumSize">
595
     <size>
596
      <width>93</width>
597
      <height>16777215</height>
598
     </size>
599
    </property>
600
    <property name="text">
601
     <string>Rangerability :</string>
602
    </property>
603
    <property name="alignment">
604
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
605
    </property>
606
   </widget>
607
   <widget class="QLineEdit" name="lineEdit_Rangerability">
608
    <property name="enabled">
609
     <bool>true</bool>
610
    </property>
611
    <property name="geometry">
612
     <rect>
613
      <x>112</x>
614
      <y>92</y>
615
      <width>69</width>
616
      <height>20</height>
617
     </rect>
618
    </property>
619
    <property name="alignment">
620
     <set>Qt::AlignCenter</set>
621
    </property>
622
    <property name="readOnly">
623
     <bool>true</bool>
624
    </property>
625
   </widget>
626
   <widget class="QLabel" name="label_7">
627
    <property name="geometry">
628
     <rect>
629
      <x>200</x>
630
      <y>94</y>
631
      <width>145</width>
632
      <height>16</height>
633
     </rect>
634
    </property>
635
    <property name="text">
636
     <string>(ex. 50 : 1 then input 50)</string>
637
    </property>
638
   </widget>
639
   <widget class="QLabel" name="label_11">
640
    <property name="geometry">
641
     <rect>
642
      <x>12</x>
643
      <y>132</y>
644
      <width>93</width>
645
      <height>12</height>
646
     </rect>
647
    </property>
648
    <property name="minimumSize">
649
     <size>
650
      <width>93</width>
651
      <height>0</height>
652
     </size>
653
    </property>
654
    <property name="maximumSize">
655
     <size>
656
      <width>93</width>
657
      <height>16777215</height>
658
     </size>
659
    </property>
660
    <property name="text">
661
     <string>Calculated Cv :</string>
662
    </property>
663
    <property name="alignment">
664
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
665
    </property>
666
   </widget>
667
   <widget class="QLineEdit" name="lineEdit_Calculated_Cv">
668
    <property name="enabled">
669
     <bool>true</bool>
670
    </property>
671
    <property name="geometry">
672
     <rect>
673
      <x>112</x>
674
      <y>128</y>
675
      <width>69</width>
676
      <height>20</height>
677
     </rect>
678
    </property>
679
    <property name="alignment">
680
     <set>Qt::AlignCenter</set>
681
    </property>
682
    <property name="readOnly">
683
     <bool>false</bool>
684
    </property>
685
   </widget>
686
   <widget class="QLineEdit" name="lineEdit_Opening">
687
    <property name="enabled">
688
     <bool>true</bool>
689
    </property>
690
    <property name="geometry">
691
     <rect>
692
      <x>112</x>
693
      <y>204</y>
694
      <width>69</width>
695
      <height>20</height>
696
     </rect>
697
    </property>
698
    <property name="alignment">
699
     <set>Qt::AlignCenter</set>
700
    </property>
701
    <property name="readOnly">
702
     <bool>true</bool>
703
    </property>
704
   </widget>
705
   <widget class="QPushButton" name="pushButton_Opening">
706
    <property name="geometry">
707
     <rect>
708
      <x>18</x>
709
      <y>203</y>
710
      <width>89</width>
711
      <height>24</height>
712
     </rect>
713
    </property>
714
    <property name="text">
715
     <string>Opening</string>
716
    </property>
717
   </widget>
718
   <widget class="QLabel" name="label_12">
719
    <property name="geometry">
720
     <rect>
721
      <x>12</x>
722
      <y>168</y>
723
      <width>93</width>
724
      <height>12</height>
725
     </rect>
726
    </property>
727
    <property name="minimumSize">
728
     <size>
729
      <width>93</width>
730
      <height>0</height>
731
     </size>
732
    </property>
733
    <property name="maximumSize">
734
     <size>
735
      <width>93</width>
736
      <height>16777215</height>
737
     </size>
738
    </property>
739
    <property name="text">
740
     <string>Rated Cv :</string>
741
    </property>
742
    <property name="alignment">
743
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
744
    </property>
745
   </widget>
746
   <widget class="QLineEdit" name="lineEdit_Rated_Cv">
747
    <property name="enabled">
748
     <bool>true</bool>
749
    </property>
750
    <property name="geometry">
751
     <rect>
752
      <x>112</x>
753
      <y>164</y>
754
      <width>69</width>
755
      <height>20</height>
756
     </rect>
757
    </property>
758
    <property name="alignment">
759
     <set>Qt::AlignCenter</set>
760
    </property>
761
    <property name="readOnly">
762
     <bool>false</bool>
763
    </property>
764
   </widget>
765
   <widget class="QScrollArea" name="scrollArea">
766
    <property name="geometry">
767
     <rect>
768
      <x>200</x>
769
      <y>120</y>
770
      <width>209</width>
771
      <height>105</height>
772
     </rect>
773
    </property>
774
    <property name="widgetResizable">
775
     <bool>true</bool>
776
    </property>
777
    <widget class="QWidget" name="scrollAreaWidgetContents">
778
     <property name="geometry">
779
      <rect>
780
       <x>0</x>
781
       <y>0</y>
782
       <width>207</width>
783
       <height>103</height>
784
      </rect>
785
     </property>
786
     <layout class="QGridLayout" name="gridLayout">
787
      <item row="0" column="0">
788
       <widget class="QLabel" name="label_Valve_Img">
789
        <property name="text">
790
         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
791
        </property>
792
        <property name="alignment">
793
         <set>Qt::AlignCenter</set>
794
        </property>
795
       </widget>
796
      </item>
797
     </layout>
798
    </widget>
799
   </widget>
800
  </widget>
801
 </widget>
802
 <tabstops>
803
  <tabstop>lineEdit_TagNo</tabstop>
804
  <tabstop>lineEdit_Pressure_Drop</tabstop>
805
  <tabstop>lineEdit_Elevation</tabstop>
806
  <tabstop>lineEdit_Overdesign</tabstop>
807
  <tabstop>lineEdit_Type</tabstop>
808
  <tabstop>comboBox</tabstop>
809
  <tabstop>pushButton_Opening_Calculation</tabstop>
810
 </tabstops>
811
 <resources>
812
  <include location="../res/Resource.qrc"/>
813
 </resources>
814
 <connections>
815
  <connection>
816
   <sender>buttonBox</sender>
817
   <signal>accepted()</signal>
818
   <receiver>Valve_ControlDialog</receiver>
819
   <slot>accept()</slot>
820
   <hints>
821
    <hint type="sourcelabel">
822
     <x>248</x>
823
     <y>254</y>
824
    </hint>
825
    <hint type="destinationlabel">
826
     <x>157</x>
827
     <y>274</y>
828
    </hint>
829
   </hints>
830
  </connection>
831
  <connection>
832
   <sender>buttonBox</sender>
833
   <signal>rejected()</signal>
834
   <receiver>Valve_ControlDialog</receiver>
835
   <slot>reject()</slot>
836
   <hints>
837
    <hint type="sourcelabel">
838
     <x>316</x>
839
     <y>260</y>
840
    </hint>
841
    <hint type="destinationlabel">
842
     <x>286</x>
843
     <y>274</y>
844
    </hint>
845
   </hints>
846
  </connection>
847
 </connections>
848
</ui>