프로젝트

일반

사용자정보

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

hytos / HYTOS / HYTOS / UI / Fitting_2K.ui @ e534f39d

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

1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>Dialog</class>
4
 <widget class="QDialog" name="Dialog">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>942</width>
10
    <height>499</height>
11
   </rect>
12
  </property>
13
  <property name="font">
14
   <font>
15
    <family>맑은 고딕</family>
16
   </font>
17
  </property>
18
  <property name="windowTitle">
19
   <string>Resistance Coefficient K Calculation ... Crane 2-K Method</string>
20
  </property>
21
  <property name="windowIcon">
22
   <iconset resource="../res/Resource.qrc">
23
    <normaloff>:/images/HYTOS.png</normaloff>:/images/HYTOS.png</iconset>
24
  </property>
25
  <layout class="QGridLayout" name="gridLayout">
26
   <item row="1" column="0">
27
    <widget class="QDialogButtonBox" name="buttonBox">
28
     <property name="orientation">
29
      <enum>Qt::Horizontal</enum>
30
     </property>
31
     <property name="standardButtons">
32
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
33
     </property>
34
    </widget>
35
   </item>
36
   <item row="0" column="0">
37
    <layout class="QVBoxLayout" name="verticalLayout">
38
     <item>
39
      <layout class="QGridLayout" name="gridLayout_3">
40
       <item row="0" column="0">
41
        <widget class="QTabWidget" name="tabWidget">
42
         <property name="sizePolicy">
43
          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
44
           <horstretch>0</horstretch>
45
           <verstretch>0</verstretch>
46
          </sizepolicy>
47
         </property>
48
         <property name="minimumSize">
49
          <size>
50
           <width>0</width>
51
           <height>256</height>
52
          </size>
53
         </property>
54
         <property name="maximumSize">
55
          <size>
56
           <width>16777215</width>
57
           <height>256</height>
58
          </size>
59
         </property>
60
         <property name="tabPosition">
61
          <enum>QTabWidget::North</enum>
62
         </property>
63
         <property name="tabShape">
64
          <enum>QTabWidget::Rounded</enum>
65
         </property>
66
         <property name="currentIndex">
67
          <number>0</number>
68
         </property>
69
         <widget class="QWidget" name="tab_90_Elbow">
70
          <attribute name="icon">
71
           <iconset resource="../res/Resource.qrc">
72
            <normaloff>:/images/Fitting_90_Elbow.png</normaloff>:/images/Fitting_90_Elbow.png</iconset>
73
          </attribute>
74
          <attribute name="title">
75
           <string>90° Elbow</string>
76
          </attribute>
77
          <widget class="QGroupBox" name="groupBox_2">
78
           <property name="geometry">
79
            <rect>
80
             <x>4</x>
81
             <y>8</y>
82
             <width>877</width>
83
             <height>56</height>
84
            </rect>
85
           </property>
86
           <property name="font">
87
            <font>
88
             <weight>75</weight>
89
             <bold>true</bold>
90
            </font>
91
           </property>
92
           <property name="title">
93
            <string>Bend Type</string>
94
           </property>
95
           <layout class="QGridLayout" name="gridLayout_2">
96
            <item row="2" column="0">
97
             <layout class="QGridLayout" name="gridLayout_4">
98
              <item row="0" column="1">
99
               <widget class="QCheckBox" name="checkBox_90_Elbow_Standard_Flange_Weld">
100
                <property name="font">
101
                 <font>
102
                  <weight>50</weight>
103
                  <bold>false</bold>
104
                 </font>
105
                </property>
106
                <property name="text">
107
                 <string>Standard (r/d=1), flanged/weled</string>
108
                </property>
109
               </widget>
110
              </item>
111
              <item row="0" column="2">
112
               <widget class="QCheckBox" name="checkBox_90_Elbow_Long_Radius_All">
113
                <property name="font">
114
                 <font>
115
                  <weight>50</weight>
116
                  <bold>false</bold>
117
                 </font>
118
                </property>
119
                <property name="text">
120
                 <string>Long-radius (r/d=1.5), all</string>
121
                </property>
122
               </widget>
123
              </item>
124
              <item row="0" column="0">
125
               <widget class="QCheckBox" name="checkBox_90_Elbow_Standard_Screw">
126
                <property name="font">
127
                 <font>
128
                  <weight>50</weight>
129
                  <bold>false</bold>
130
                 </font>
131
                </property>
132
                <property name="text">
133
                 <string>Standard (r/d=1), screwed</string>
134
                </property>
135
               </widget>
136
              </item>
137
             </layout>
138
            </item>
139
            <item row="2" column="1">
140
             <spacer name="horizontalSpacer">
141
              <property name="orientation">
142
               <enum>Qt::Horizontal</enum>
143
              </property>
144
              <property name="sizeHint" stdset="0">
145
               <size>
146
                <width>40</width>
147
                <height>20</height>
148
               </size>
149
              </property>
150
             </spacer>
151
            </item>
152
           </layout>
153
          </widget>
154
          <widget class="QGroupBox" name="groupBox_3">
155
           <property name="geometry">
156
            <rect>
157
             <x>4</x>
158
             <y>72</y>
159
             <width>877</width>
160
             <height>56</height>
161
            </rect>
162
           </property>
163
           <property name="font">
164
            <font>
165
             <weight>75</weight>
166
             <bold>true</bold>
167
            </font>
168
           </property>
169
           <property name="title">
170
            <string>Miter Type</string>
171
           </property>
172
           <layout class="QGridLayout" name="gridLayout_8">
173
            <item row="0" column="0">
174
             <layout class="QGridLayout" name="gridLayout_7">
175
              <item row="0" column="1">
176
               <widget class="QCheckBox" name="checkBox_90_Elbow_2_Weld">
177
                <property name="font">
178
                 <font>
179
                  <weight>50</weight>
180
                  <bold>false</bold>
181
                 </font>
182
                </property>
183
                <property name="text">
184
                 <string>2 welds (45 angle)</string>
185
                </property>
186
               </widget>
187
              </item>
188
              <item row="0" column="4">
189
               <widget class="QCheckBox" name="checkBox_90_Elbow_5_Weld">
190
                <property name="font">
191
                 <font>
192
                  <weight>50</weight>
193
                  <bold>false</bold>
194
                 </font>
195
                </property>
196
                <property name="text">
197
                 <string>5 welds (18 angle)</string>
198
                </property>
199
               </widget>
200
              </item>
201
              <item row="0" column="0">
202
               <widget class="QCheckBox" name="checkBox_90_Elbow_1_Weld">
203
                <property name="font">
204
                 <font>
205
                  <weight>50</weight>
206
                  <bold>false</bold>
207
                 </font>
208
                </property>
209
                <property name="text">
210
                 <string>1 weld (90 angle)</string>
211
                </property>
212
               </widget>
213
              </item>
214
              <item row="0" column="2">
215
               <widget class="QCheckBox" name="checkBox_90_Elbow_3_Weld">
216
                <property name="font">
217
                 <font>
218
                  <weight>50</weight>
219
                  <bold>false</bold>
220
                 </font>
221
                </property>
222
                <property name="text">
223
                 <string>3 welds (30 angle)</string>
224
                </property>
225
               </widget>
226
              </item>
227
              <item row="0" column="3">
228
               <widget class="QCheckBox" name="checkBox_90_Elbow_4_Weld">
229
                <property name="font">
230
                 <font>
231
                  <weight>50</weight>
232
                  <bold>false</bold>
233
                 </font>
234
                </property>
235
                <property name="text">
236
                 <string>4 welds (22.5 angle)</string>
237
                </property>
238
               </widget>
239
              </item>
240
             </layout>
241
            </item>
242
            <item row="0" column="1">
243
             <spacer name="horizontalSpacer_3">
244
              <property name="orientation">
245
               <enum>Qt::Horizontal</enum>
246
              </property>
247
              <property name="sizeHint" stdset="0">
248
               <size>
249
                <width>40</width>
250
                <height>20</height>
251
               </size>
252
              </property>
253
             </spacer>
254
            </item>
255
           </layout>
256
          </widget>
257
         </widget>
258
         <widget class="QWidget" name="tab_45_Elbow">
259
          <attribute name="icon">
260
           <iconset resource="../res/Resource.qrc">
261
            <normaloff>:/images/Fitting_45_Elbow.png</normaloff>:/images/Fitting_45_Elbow.png</iconset>
262
          </attribute>
263
          <attribute name="title">
264
           <string>45° Elbow</string>
265
          </attribute>
266
          <widget class="QGroupBox" name="groupBox_5">
267
           <property name="geometry">
268
            <rect>
269
             <x>4</x>
270
             <y>8</y>
271
             <width>877</width>
272
             <height>56</height>
273
            </rect>
274
           </property>
275
           <property name="font">
276
            <font>
277
             <weight>75</weight>
278
             <bold>true</bold>
279
            </font>
280
           </property>
281
           <property name="title">
282
            <string>Bend Type</string>
283
           </property>
284
           <layout class="QGridLayout" name="gridLayout_10">
285
            <item row="0" column="0">
286
             <layout class="QGridLayout" name="gridLayout_11">
287
              <item row="0" column="0">
288
               <widget class="QCheckBox" name="checkBox_45_Elbow_Standard_All">
289
                <property name="font">
290
                 <font>
291
                  <weight>50</weight>
292
                  <bold>false</bold>
293
                 </font>
294
                </property>
295
                <property name="text">
296
                 <string>Standard (r/d=1), all types</string>
297
                </property>
298
               </widget>
299
              </item>
300
              <item row="0" column="1">
301
               <widget class="QCheckBox" name="checkBox_45_Elbow_Long_Radius_All">
302
                <property name="font">
303
                 <font>
304
                  <weight>50</weight>
305
                  <bold>false</bold>
306
                 </font>
307
                </property>
308
                <property name="text">
309
                 <string>Long-radius (r/d=1.5), all types</string>
310
                </property>
311
               </widget>
312
              </item>
313
             </layout>
314
            </item>
315
            <item row="0" column="1">
316
             <spacer name="horizontalSpacer_4">
317
              <property name="orientation">
318
               <enum>Qt::Horizontal</enum>
319
              </property>
320
              <property name="sizeHint" stdset="0">
321
               <size>
322
                <width>40</width>
323
                <height>20</height>
324
               </size>
325
              </property>
326
             </spacer>
327
            </item>
328
           </layout>
329
          </widget>
330
          <widget class="QGroupBox" name="groupBox_4">
331
           <property name="geometry">
332
            <rect>
333
             <x>4</x>
334
             <y>72</y>
335
             <width>877</width>
336
             <height>56</height>
337
            </rect>
338
           </property>
339
           <property name="font">
340
            <font>
341
             <weight>75</weight>
342
             <bold>true</bold>
343
            </font>
344
           </property>
345
           <property name="title">
346
            <string>Miter Type</string>
347
           </property>
348
           <layout class="QGridLayout" name="gridLayout_9">
349
            <item row="0" column="0">
350
             <layout class="QGridLayout" name="gridLayout_12">
351
              <item row="0" column="0">
352
               <widget class="QCheckBox" name="checkBox_45_Elbow_1_Weld">
353
                <property name="font">
354
                 <font>
355
                  <weight>50</weight>
356
                  <bold>false</bold>
357
                 </font>
358
                </property>
359
                <property name="text">
360
                 <string>1 weld (45 angle)</string>
361
                </property>
362
               </widget>
363
              </item>
364
              <item row="0" column="1">
365
               <widget class="QCheckBox" name="checkBox_45_Elbow_2_Weld">
366
                <property name="font">
367
                 <font>
368
                  <weight>50</weight>
369
                  <bold>false</bold>
370
                 </font>
371
                </property>
372
                <property name="text">
373
                 <string>2 welds (22.5 angle)</string>
374
                </property>
375
               </widget>
376
              </item>
377
             </layout>
378
            </item>
379
            <item row="0" column="1">
380
             <spacer name="horizontalSpacer_5">
381
              <property name="orientation">
382
               <enum>Qt::Horizontal</enum>
383
              </property>
384
              <property name="sizeHint" stdset="0">
385
               <size>
386
                <width>40</width>
387
                <height>20</height>
388
               </size>
389
              </property>
390
             </spacer>
391
            </item>
392
           </layout>
393
          </widget>
394
         </widget>
395
         <widget class="QWidget" name="tab_180_Elbow">
396
          <attribute name="icon">
397
           <iconset resource="../res/Resource.qrc">
398
            <normaloff>:/images/Fitting_180_Elbow.png</normaloff>:/images/Fitting_180_Elbow.png</iconset>
399
          </attribute>
400
          <attribute name="title">
401
           <string>180° Elbow</string>
402
          </attribute>
403
          <widget class="QGroupBox" name="groupBox_6">
404
           <property name="geometry">
405
            <rect>
406
             <x>4</x>
407
             <y>8</y>
408
             <width>877</width>
409
             <height>56</height>
410
            </rect>
411
           </property>
412
           <property name="font">
413
            <font>
414
             <weight>75</weight>
415
             <bold>true</bold>
416
            </font>
417
           </property>
418
           <property name="title">
419
            <string>Bend Type</string>
420
           </property>
421
           <layout class="QGridLayout" name="gridLayout_13">
422
            <item row="2" column="0">
423
             <layout class="QGridLayout" name="gridLayout_14">
424
              <item row="0" column="1">
425
               <widget class="QCheckBox" name="checkBox_180_Elbow_Standard_Flange_Weld">
426
                <property name="font">
427
                 <font>
428
                  <weight>50</weight>
429
                  <bold>false</bold>
430
                 </font>
431
                </property>
432
                <property name="text">
433
                 <string>Standard (r/d=1), flanged/welded</string>
434
                </property>
435
               </widget>
436
              </item>
437
              <item row="0" column="0">
438
               <widget class="QCheckBox" name="checkBox_180_Elbow_Standard_Screw">
439
                <property name="font">
440
                 <font>
441
                  <weight>50</weight>
442
                  <bold>false</bold>
443
                 </font>
444
                </property>
445
                <property name="text">
446
                 <string>Standard (r/d=1), screwed</string>
447
                </property>
448
               </widget>
449
              </item>
450
              <item row="0" column="2">
451
               <widget class="QCheckBox" name="checkBox_180_Elbow_Long_Radius_All">
452
                <property name="font">
453
                 <font>
454
                  <weight>50</weight>
455
                  <bold>false</bold>
456
                 </font>
457
                </property>
458
                <property name="text">
459
                 <string>Long-radius (r/d=1.5), all types</string>
460
                </property>
461
               </widget>
462
              </item>
463
             </layout>
464
            </item>
465
            <item row="2" column="1">
466
             <spacer name="horizontalSpacer_6">
467
              <property name="orientation">
468
               <enum>Qt::Horizontal</enum>
469
              </property>
470
              <property name="sizeHint" stdset="0">
471
               <size>
472
                <width>40</width>
473
                <height>20</height>
474
               </size>
475
              </property>
476
             </spacer>
477
            </item>
478
           </layout>
479
          </widget>
480
         </widget>
481
         <widget class="QWidget" name="tab_Tees">
482
          <attribute name="icon">
483
           <iconset resource="../res/Resource.qrc">
484
            <normaloff>:/images/Fitting_Tees.png</normaloff>:/images/Fitting_Tees.png</iconset>
485
          </attribute>
486
          <attribute name="title">
487
           <string>Tees</string>
488
          </attribute>
489
          <widget class="QGroupBox" name="groupBox_9">
490
           <property name="geometry">
491
            <rect>
492
             <x>4</x>
493
             <y>8</y>
494
             <width>877</width>
495
             <height>56</height>
496
            </rect>
497
           </property>
498
           <property name="font">
499
            <font>
500
             <weight>75</weight>
501
             <bold>true</bold>
502
            </font>
503
           </property>
504
           <property name="title">
505
            <string>Used as Elbow</string>
506
           </property>
507
           <layout class="QGridLayout" name="gridLayout_19">
508
            <item row="0" column="0">
509
             <layout class="QGridLayout" name="gridLayout_20">
510
              <item row="0" column="2">
511
               <widget class="QCheckBox" name="checkBox_Tee_Elbow_Standard_Flange_Weld">
512
                <property name="font">
513
                 <font>
514
                  <weight>50</weight>
515
                  <bold>false</bold>
516
                 </font>
517
                </property>
518
                <property name="text">
519
                 <string>Standard, flanged or welded</string>
520
                </property>
521
               </widget>
522
              </item>
523
              <item row="0" column="0">
524
               <widget class="QCheckBox" name="checkBox_Tee_Elbow_Standard_Screw">
525
                <property name="font">
526
                 <font>
527
                  <weight>50</weight>
528
                  <bold>false</bold>
529
                 </font>
530
                </property>
531
                <property name="text">
532
                 <string>Standard, screwed</string>
533
                </property>
534
               </widget>
535
              </item>
536
              <item row="0" column="1">
537
               <widget class="QCheckBox" name="checkBox_Tee_Elbow_Long_Radius_Screw">
538
                <property name="font">
539
                 <font>
540
                  <weight>50</weight>
541
                  <bold>false</bold>
542
                 </font>
543
                </property>
544
                <property name="text">
545
                 <string>Long-radius, screwed</string>
546
                </property>
547
               </widget>
548
              </item>
549
              <item row="0" column="3">
550
               <widget class="QCheckBox" name="checkBox_Tee_Elbow_Stub_In_Branch">
551
                <property name="font">
552
                 <font>
553
                  <weight>50</weight>
554
                  <bold>false</bold>
555
                 </font>
556
                </property>
557
                <property name="text">
558
                 <string>Stub-in-type branch</string>
559
                </property>
560
               </widget>
561
              </item>
562
             </layout>
563
            </item>
564
            <item row="0" column="2">
565
             <spacer name="horizontalSpacer_9">
566
              <property name="orientation">
567
               <enum>Qt::Horizontal</enum>
568
              </property>
569
              <property name="sizeHint" stdset="0">
570
               <size>
571
                <width>40</width>
572
                <height>20</height>
573
               </size>
574
              </property>
575
             </spacer>
576
            </item>
577
           </layout>
578
          </widget>
579
          <widget class="QGroupBox" name="groupBox">
580
           <property name="geometry">
581
            <rect>
582
             <x>4</x>
583
             <y>72</y>
584
             <width>877</width>
585
             <height>56</height>
586
            </rect>
587
           </property>
588
           <property name="font">
589
            <font>
590
             <weight>75</weight>
591
             <bold>true</bold>
592
            </font>
593
           </property>
594
           <property name="title">
595
            <string>Run through tee</string>
596
           </property>
597
           <layout class="QGridLayout" name="gridLayout_5">
598
            <item row="0" column="0">
599
             <layout class="QHBoxLayout" name="horizontalLayout_2">
600
              <item>
601
               <widget class="QCheckBox" name="checkBox_Tee_Through_Screw">
602
                <property name="font">
603
                 <font>
604
                  <weight>50</weight>
605
                  <bold>false</bold>
606
                 </font>
607
                </property>
608
                <property name="text">
609
                 <string>Screwed</string>
610
                </property>
611
               </widget>
612
              </item>
613
              <item>
614
               <widget class="QCheckBox" name="checkBox_Tee_Through_Flange_Weld">
615
                <property name="font">
616
                 <font>
617
                  <weight>50</weight>
618
                  <bold>false</bold>
619
                 </font>
620
                </property>
621
                <property name="text">
622
                 <string>Flanged or welded</string>
623
                </property>
624
               </widget>
625
              </item>
626
              <item>
627
               <widget class="QCheckBox" name="checkBox_Tee_Through_Stub_In_Branch">
628
                <property name="font">
629
                 <font>
630
                  <weight>50</weight>
631
                  <bold>false</bold>
632
                 </font>
633
                </property>
634
                <property name="text">
635
                 <string>Stub-in-type branch</string>
636
                </property>
637
               </widget>
638
              </item>
639
             </layout>
640
            </item>
641
            <item row="0" column="1">
642
             <spacer name="horizontalSpacer_2">
643
              <property name="orientation">
644
               <enum>Qt::Horizontal</enum>
645
              </property>
646
              <property name="sizeHint" stdset="0">
647
               <size>
648
                <width>40</width>
649
                <height>20</height>
650
               </size>
651
              </property>
652
             </spacer>
653
            </item>
654
           </layout>
655
          </widget>
656
         </widget>
657
         <widget class="QWidget" name="tab_Valves">
658
          <attribute name="icon">
659
           <iconset resource="../res/Resource.qrc">
660
            <normaloff>:/images/Fitting_Valves.png</normaloff>:/images/Fitting_Valves.png</iconset>
661
          </attribute>
662
          <attribute name="title">
663
           <string>Valves</string>
664
          </attribute>
665
          <widget class="QGroupBox" name="groupBox_12">
666
           <property name="geometry">
667
            <rect>
668
             <x>4</x>
669
             <y>72</y>
670
             <width>429</width>
671
             <height>56</height>
672
            </rect>
673
           </property>
674
           <property name="font">
675
            <font>
676
             <weight>75</weight>
677
             <bold>true</bold>
678
            </font>
679
           </property>
680
           <property name="title">
681
            <string>Globe Type</string>
682
           </property>
683
           <layout class="QGridLayout" name="gridLayout_25">
684
            <item row="0" column="0">
685
             <layout class="QGridLayout" name="gridLayout_26">
686
              <item row="0" column="1">
687
               <widget class="QCheckBox" name="checkBox_Globe_Valve_Angle_YType">
688
                <property name="font">
689
                 <font>
690
                  <weight>50</weight>
691
                  <bold>false</bold>
692
                 </font>
693
                </property>
694
                <property name="text">
695
                 <string>Angle or Y-type</string>
696
                </property>
697
               </widget>
698
              </item>
699
              <item row="0" column="0">
700
               <widget class="QCheckBox" name="checkBox_Globe_Valve_Standard">
701
                <property name="font">
702
                 <font>
703
                  <weight>50</weight>
704
                  <bold>false</bold>
705
                 </font>
706
                </property>
707
                <property name="text">
708
                 <string>Standard</string>
709
                </property>
710
               </widget>
711
              </item>
712
             </layout>
713
            </item>
714
            <item row="0" column="1">
715
             <spacer name="horizontalSpacer_12">
716
              <property name="orientation">
717
               <enum>Qt::Horizontal</enum>
718
              </property>
719
              <property name="sizeHint" stdset="0">
720
               <size>
721
                <width>40</width>
722
                <height>20</height>
723
               </size>
724
              </property>
725
             </spacer>
726
            </item>
727
           </layout>
728
          </widget>
729
          <widget class="QGroupBox" name="groupBox_13">
730
           <property name="geometry">
731
            <rect>
732
             <x>452</x>
733
             <y>72</y>
734
             <width>429</width>
735
             <height>56</height>
736
            </rect>
737
           </property>
738
           <property name="font">
739
            <font>
740
             <weight>75</weight>
741
             <bold>true</bold>
742
            </font>
743
           </property>
744
           <property name="title">
745
            <string>Others</string>
746
           </property>
747
           <layout class="QGridLayout" name="gridLayout_27">
748
            <item row="0" column="0">
749
             <layout class="QGridLayout" name="gridLayout_28">
750
              <item row="0" column="1">
751
               <widget class="QCheckBox" name="checkBox_Butterfly_Valve">
752
                <property name="font">
753
                 <font>
754
                  <weight>50</weight>
755
                  <bold>false</bold>
756
                 </font>
757
                </property>
758
                <property name="text">
759
                 <string>Butterfly</string>
760
                </property>
761
               </widget>
762
              </item>
763
              <item row="0" column="0">
764
               <widget class="QCheckBox" name="checkBox_Diaphragm_Dam_Valve">
765
                <property name="font">
766
                 <font>
767
                  <weight>50</weight>
768
                  <bold>false</bold>
769
                 </font>
770
                </property>
771
                <property name="text">
772
                 <string>Diaphragm, dam type</string>
773
                </property>
774
               </widget>
775
              </item>
776
             </layout>
777
            </item>
778
            <item row="0" column="1">
779
             <spacer name="horizontalSpacer_13">
780
              <property name="orientation">
781
               <enum>Qt::Horizontal</enum>
782
              </property>
783
              <property name="sizeHint" stdset="0">
784
               <size>
785
                <width>40</width>
786
                <height>20</height>
787
               </size>
788
              </property>
789
             </spacer>
790
            </item>
791
           </layout>
792
          </widget>
793
          <widget class="QGroupBox" name="groupBox_7">
794
           <property name="geometry">
795
            <rect>
796
             <x>4</x>
797
             <y>8</y>
798
             <width>877</width>
799
             <height>57</height>
800
            </rect>
801
           </property>
802
           <property name="font">
803
            <font>
804
             <weight>75</weight>
805
             <bold>true</bold>
806
            </font>
807
           </property>
808
           <property name="title">
809
            <string>Gate, Ball, Plug Type</string>
810
           </property>
811
           <layout class="QGridLayout" name="gridLayout_6">
812
            <item row="0" column="0">
813
             <layout class="QHBoxLayout" name="horizontalLayout_3">
814
              <item>
815
               <widget class="QCheckBox" name="checkBox_Gate_Ball_Plug_Valve_Full">
816
                <property name="font">
817
                 <font>
818
                  <weight>50</weight>
819
                  <bold>false</bold>
820
                 </font>
821
                </property>
822
                <property name="text">
823
                 <string>Full line size, β = 1.0</string>
824
                </property>
825
               </widget>
826
              </item>
827
              <item>
828
               <widget class="QCheckBox" name="checkBox_Gate_Ball_Plug_Valve_Reduce_Trim_9">
829
                <property name="font">
830
                 <font>
831
                  <weight>50</weight>
832
                  <bold>false</bold>
833
                 </font>
834
                </property>
835
                <property name="text">
836
                 <string>Reduced Trim, β = 0.9</string>
837
                </property>
838
               </widget>
839
              </item>
840
              <item>
841
               <widget class="QCheckBox" name="checkBox_Gate_Ball_Plug_Valve_Reduce_Trim_8">
842
                <property name="font">
843
                 <font>
844
                  <weight>50</weight>
845
                  <bold>false</bold>
846
                 </font>
847
                </property>
848
                <property name="text">
849
                 <string>Reduced Trim, β = 0.8</string>
850
                </property>
851
               </widget>
852
              </item>
853
             </layout>
854
            </item>
855
            <item row="0" column="1">
856
             <spacer name="horizontalSpacer_7">
857
              <property name="orientation">
858
               <enum>Qt::Horizontal</enum>
859
              </property>
860
              <property name="sizeHint" stdset="0">
861
               <size>
862
                <width>40</width>
863
                <height>20</height>
864
               </size>
865
              </property>
866
             </spacer>
867
            </item>
868
           </layout>
869
          </widget>
870
         </widget>
871
         <widget class="QWidget" name="tab_Pipe">
872
          <attribute name="icon">
873
           <iconset resource="../res/Resource.qrc">
874
            <normaloff>:/images/Fitting_pipe.png</normaloff>:/images/Fitting_pipe.png</iconset>
875
          </attribute>
876
          <attribute name="title">
877
           <string>Pipe</string>
878
          </attribute>
879
          <widget class="QGroupBox" name="groupBox_16">
880
           <property name="geometry">
881
            <rect>
882
             <x>4</x>
883
             <y>8</y>
884
             <width>877</width>
885
             <height>56</height>
886
            </rect>
887
           </property>
888
           <property name="font">
889
            <font>
890
             <weight>75</weight>
891
             <bold>true</bold>
892
            </font>
893
           </property>
894
           <property name="title">
895
            <string>Pipe</string>
896
           </property>
897
           <layout class="QGridLayout" name="gridLayout_33">
898
            <item row="2" column="0">
899
             <layout class="QGridLayout" name="gridLayout_34">
900
              <item row="0" column="2">
901
               <widget class="QCheckBox" name="checkBox_Pipe_Exit">
902
                <property name="font">
903
                 <font>
904
                  <weight>50</weight>
905
                  <bold>false</bold>
906
                 </font>
907
                </property>
908
                <property name="text">
909
                 <string>Pipe exit</string>
910
                </property>
911
               </widget>
912
              </item>
913
              <item row="0" column="0">
914
               <widget class="QCheckBox" name="checkBox_Pipe_Entrance_Normal">
915
                <property name="font">
916
                 <font>
917
                  <weight>50</weight>
918
                  <bold>false</bold>
919
                 </font>
920
                </property>
921
                <property name="text">
922
                 <string>Pipe entrance (Normal)</string>
923
                </property>
924
               </widget>
925
              </item>
926
              <item row="0" column="1">
927
               <widget class="QCheckBox" name="checkBox_Pipe_Entrance_Borda">
928
                <property name="font">
929
                 <font>
930
                  <weight>50</weight>
931
                  <bold>false</bold>
932
                 </font>
933
                </property>
934
                <property name="text">
935
                 <string>Pipe entrance (Borda)</string>
936
                </property>
937
               </widget>
938
              </item>
939
             </layout>
940
            </item>
941
            <item row="2" column="1">
942
             <spacer name="horizontalSpacer_16">
943
              <property name="orientation">
944
               <enum>Qt::Horizontal</enum>
945
              </property>
946
              <property name="sizeHint" stdset="0">
947
               <size>
948
                <width>40</width>
949
                <height>20</height>
950
               </size>
951
              </property>
952
             </spacer>
953
            </item>
954
           </layout>
955
          </widget>
956
         </widget>
957
         <widget class="QWidget" name="tab_Check_Valve">
958
          <attribute name="icon">
959
           <iconset resource="../res/Resource.qrc">
960
            <normaloff>:/images/Fitting_Check_Valves.png</normaloff>:/images/Fitting_Check_Valves.png</iconset>
961
          </attribute>
962
          <attribute name="title">
963
           <string>Check Valve</string>
964
          </attribute>
965
          <widget class="QGroupBox" name="groupBox_18">
966
           <property name="geometry">
967
            <rect>
968
             <x>4</x>
969
             <y>8</y>
970
             <width>877</width>
971
             <height>56</height>
972
            </rect>
973
           </property>
974
           <property name="font">
975
            <font>
976
             <weight>75</weight>
977
             <bold>true</bold>
978
            </font>
979
           </property>
980
           <property name="title">
981
            <string>Swing Type</string>
982
           </property>
983
           <layout class="QGridLayout" name="gridLayout_37">
984
            <item row="0" column="0">
985
             <layout class="QGridLayout" name="gridLayout_38">
986
              <item row="0" column="2">
987
               <widget class="QCheckBox" name="checkBox_Check_Valve_Tilting">
988
                <property name="font">
989
                 <font>
990
                  <weight>50</weight>
991
                  <bold>false</bold>
992
                 </font>
993
                </property>
994
                <property name="text">
995
                 <string>Tilting-disk Check Valve</string>
996
                </property>
997
               </widget>
998
              </item>
999
              <item row="0" column="0">
1000
               <widget class="QCheckBox" name="checkBox_Check_Valve_Lift">
1001
                <property name="font">
1002
                 <font>
1003
                  <weight>50</weight>
1004
                  <bold>false</bold>
1005
                 </font>
1006
                </property>
1007
                <property name="text">
1008
                 <string>Lift Check Valve</string>
1009
                </property>
1010
               </widget>
1011
              </item>
1012
              <item row="0" column="1">
1013
               <widget class="QCheckBox" name="checkBox_Check_Valve_Swing">
1014
                <property name="font">
1015
                 <font>
1016
                  <weight>50</weight>
1017
                  <bold>false</bold>
1018
                 </font>
1019
                </property>
1020
                <property name="text">
1021
                 <string>Swing Check Valve</string>
1022
                </property>
1023
               </widget>
1024
              </item>
1025
             </layout>
1026
            </item>
1027
            <item row="0" column="1">
1028
             <spacer name="horizontalSpacer_18">
1029
              <property name="orientation">
1030
               <enum>Qt::Horizontal</enum>
1031
              </property>
1032
              <property name="sizeHint" stdset="0">
1033
               <size>
1034
                <width>40</width>
1035
                <height>20</height>
1036
               </size>
1037
              </property>
1038
             </spacer>
1039
            </item>
1040
           </layout>
1041
          </widget>
1042
         </widget>
1043
        </widget>
1044
       </item>
1045
      </layout>
1046
     </item>
1047
     <item>
1048
      <layout class="QHBoxLayout" name="horizontalLayout">
1049
       <item>
1050
        <widget class="QGroupBox" name="groupBox_24">
1051
         <property name="font">
1052
          <font>
1053
           <weight>75</weight>
1054
           <bold>true</bold>
1055
          </font>
1056
         </property>
1057
         <property name="title">
1058
          <string>Total K Value</string>
1059
         </property>
1060
         <layout class="QGridLayout" name="gridLayout_50">
1061
          <item row="0" column="0">
1062
           <widget class="QLabel" name="label_TotalK">
1063
            <property name="minimumSize">
1064
             <size>
1065
              <width>0</width>
1066
              <height>0</height>
1067
             </size>
1068
            </property>
1069
            <property name="maximumSize">
1070
             <size>
1071
              <width>16777215</width>
1072
              <height>16777215</height>
1073
             </size>
1074
            </property>
1075
            <property name="sizeIncrement">
1076
             <size>
1077
              <width>0</width>
1078
              <height>0</height>
1079
             </size>
1080
            </property>
1081
            <property name="baseSize">
1082
             <size>
1083
              <width>0</width>
1084
              <height>0</height>
1085
             </size>
1086
            </property>
1087
            <property name="font">
1088
             <font>
1089
              <weight>75</weight>
1090
              <bold>true</bold>
1091
             </font>
1092
            </property>
1093
            <property name="text">
1094
             <string/>
1095
            </property>
1096
            <property name="textFormat">
1097
             <enum>Qt::AutoText</enum>
1098
            </property>
1099
            <property name="scaledContents">
1100
             <bool>true</bool>
1101
            </property>
1102
            <property name="alignment">
1103
             <set>Qt::AlignCenter</set>
1104
            </property>
1105
           </widget>
1106
          </item>
1107
         </layout>
1108
        </widget>
1109
       </item>
1110
       <item>
1111
        <widget class="QGroupBox" name="groupBox_25">
1112
         <property name="font">
1113
          <font>
1114
           <weight>75</weight>
1115
           <bold>true</bold>
1116
          </font>
1117
         </property>
1118
         <property name="title">
1119
          <string>Selected Fitting</string>
1120
         </property>
1121
         <layout class="QGridLayout" name="gridLayout_49">
1122
          <item row="0" column="0">
1123
           <widget class="QTableWidget" name="tableWidget_SelectedFitting">
1124
            <property name="font">
1125
             <font>
1126
              <weight>50</weight>
1127
              <bold>false</bold>
1128
             </font>
1129
            </property>
1130
           </widget>
1131
          </item>
1132
         </layout>
1133
        </widget>
1134
       </item>
1135
      </layout>
1136
     </item>
1137
    </layout>
1138
   </item>
1139
  </layout>
1140
 </widget>
1141
 <tabstops>
1142
  <tabstop>tabWidget</tabstop>
1143
  <tabstop>checkBox_90_Elbow_Standard_Screw</tabstop>
1144
  <tabstop>checkBox_90_Elbow_Standard_Flange_Weld</tabstop>
1145
  <tabstop>checkBox_90_Elbow_Long_Radius_All</tabstop>
1146
  <tabstop>checkBox_90_Elbow_1_Weld</tabstop>
1147
  <tabstop>checkBox_90_Elbow_2_Weld</tabstop>
1148
  <tabstop>checkBox_90_Elbow_3_Weld</tabstop>
1149
  <tabstop>checkBox_90_Elbow_4_Weld</tabstop>
1150
  <tabstop>checkBox_90_Elbow_5_Weld</tabstop>
1151
  <tabstop>checkBox_45_Elbow_Standard_All</tabstop>
1152
  <tabstop>checkBox_45_Elbow_Long_Radius_All</tabstop>
1153
  <tabstop>checkBox_45_Elbow_1_Weld</tabstop>
1154
  <tabstop>checkBox_45_Elbow_2_Weld</tabstop>
1155
  <tabstop>checkBox_180_Elbow_Standard_Screw</tabstop>
1156
  <tabstop>checkBox_180_Elbow_Standard_Flange_Weld</tabstop>
1157
  <tabstop>checkBox_180_Elbow_Long_Radius_All</tabstop>
1158
  <tabstop>checkBox_Tee_Elbow_Standard_Screw</tabstop>
1159
  <tabstop>checkBox_Tee_Elbow_Long_Radius_Screw</tabstop>
1160
  <tabstop>checkBox_Tee_Elbow_Standard_Flange_Weld</tabstop>
1161
  <tabstop>checkBox_Tee_Elbow_Stub_In_Branch</tabstop>
1162
  <tabstop>checkBox_Tee_Through_Screw</tabstop>
1163
  <tabstop>checkBox_Tee_Through_Flange_Weld</tabstop>
1164
  <tabstop>checkBox_Tee_Through_Stub_In_Branch</tabstop>
1165
  <tabstop>checkBox_Gate_Ball_Plug_Valve_Full</tabstop>
1166
  <tabstop>checkBox_Gate_Ball_Plug_Valve_Reduce_Trim_9</tabstop>
1167
  <tabstop>checkBox_Gate_Ball_Plug_Valve_Reduce_Trim_8</tabstop>
1168
  <tabstop>checkBox_Globe_Valve_Standard</tabstop>
1169
  <tabstop>checkBox_Globe_Valve_Angle_YType</tabstop>
1170
  <tabstop>checkBox_Diaphragm_Dam_Valve</tabstop>
1171
  <tabstop>checkBox_Butterfly_Valve</tabstop>
1172
  <tabstop>checkBox_Pipe_Entrance_Normal</tabstop>
1173
  <tabstop>checkBox_Pipe_Entrance_Borda</tabstop>
1174
  <tabstop>checkBox_Pipe_Exit</tabstop>
1175
  <tabstop>checkBox_Check_Valve_Lift</tabstop>
1176
  <tabstop>checkBox_Check_Valve_Swing</tabstop>
1177
  <tabstop>checkBox_Check_Valve_Tilting</tabstop>
1178
  <tabstop>tableWidget_SelectedFitting</tabstop>
1179
 </tabstops>
1180
 <resources>
1181
  <include location="../res/Resource.qrc"/>
1182
 </resources>
1183
 <connections>
1184
  <connection>
1185
   <sender>buttonBox</sender>
1186
   <signal>accepted()</signal>
1187
   <receiver>Dialog</receiver>
1188
   <slot>accept()</slot>
1189
   <hints>
1190
    <hint type="sourcelabel">
1191
     <x>248</x>
1192
     <y>254</y>
1193
    </hint>
1194
    <hint type="destinationlabel">
1195
     <x>157</x>
1196
     <y>274</y>
1197
    </hint>
1198
   </hints>
1199
  </connection>
1200
  <connection>
1201
   <sender>buttonBox</sender>
1202
   <signal>rejected()</signal>
1203
   <receiver>Dialog</receiver>
1204
   <slot>reject()</slot>
1205
   <hints>
1206
    <hint type="sourcelabel">
1207
     <x>316</x>
1208
     <y>260</y>
1209
    </hint>
1210
    <hint type="destinationlabel">
1211
     <x>286</x>
1212
     <y>274</y>
1213
    </hint>
1214
   </hints>
1215
  </connection>
1216
 </connections>
1217
</ui>
클립보드 이미지 추가 (최대 크기: 500 MB)