프로젝트

일반

사용자정보

통계
| 개정판:

hytos / HYTOS / HYTOS / UI / Configuration.ui @ 139b1e2d

이력 | 보기 | 이력해설 | 다운로드 (42.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>537</width>
10
    <height>423</height>
11
   </rect>
12
  </property>
13
  <property name="font">
14
   <font>
15
    <family>맑은 고딕</family>
16
   </font>
17
  </property>
18
  <property name="windowTitle">
19
   <string>Configuration</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="QFormLayout" name="formLayout">
26
   <item row="0" column="0" colspan="2">
27
    <widget class="QTabWidget" name="tabWidget">
28
     <property name="currentIndex">
29
      <number>0</number>
30
     </property>
31
     <widget class="QWidget" name="Infomation">
32
      <attribute name="title">
33
       <string>Information</string>
34
      </attribute>
35
      <layout class="QGridLayout" name="gridLayout_3">
36
       <item row="1" column="0">
37
        <layout class="QGridLayout" name="gridLayout_2">
38
         <item row="1" column="0">
39
          <layout class="QVBoxLayout" name="verticalLayout">
40
           <item>
41
            <layout class="QGridLayout" name="gridLayout_5">
42
             <item row="0" column="0">
43
              <widget class="QGroupBox" name="groupBox_2">
44
               <property name="font">
45
                <font>
46
                 <family>맑은 고딕</family>
47
                 <weight>75</weight>
48
                 <bold>true</bold>
49
                </font>
50
               </property>
51
               <property name="title">
52
                <string>Sheet Information</string>
53
               </property>
54
               <layout class="QGridLayout" name="gridLayout_7">
55
                <item row="4" column="0">
56
                 <layout class="QHBoxLayout" name="horizontalLayout_8">
57
                  <item>
58
                   <widget class="QLabel" name="label_8">
59
                    <property name="minimumSize">
60
                     <size>
61
                      <width>80</width>
62
                      <height>0</height>
63
                     </size>
64
                    </property>
65
                    <property name="font">
66
                     <font>
67
                      <family>맑은 고딕</family>
68
                      <weight>50</weight>
69
                      <bold>false</bold>
70
                     </font>
71
                    </property>
72
                    <property name="text">
73
                     <string>Approved By :</string>
74
                    </property>
75
                    <property name="alignment">
76
                     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
77
                    </property>
78
                   </widget>
79
                  </item>
80
                  <item>
81
                   <widget class="QLineEdit" name="lineEdit_7">
82
                    <property name="font">
83
                     <font>
84
                      <family>맑은 고딕</family>
85
                      <weight>50</weight>
86
                      <bold>false</bold>
87
                     </font>
88
                    </property>
89
                   </widget>
90
                  </item>
91
                 </layout>
92
                </item>
93
                <item row="3" column="0">
94
                 <layout class="QHBoxLayout" name="horizontalLayout_2">
95
                  <item>
96
                   <widget class="QLabel" name="label">
97
                    <property name="minimumSize">
98
                     <size>
99
                      <width>80</width>
100
                      <height>0</height>
101
                     </size>
102
                    </property>
103
                    <property name="font">
104
                     <font>
105
                      <family>맑은 고딕</family>
106
                      <weight>50</weight>
107
                      <bold>false</bold>
108
                     </font>
109
                    </property>
110
                    <property name="text">
111
                     <string>Checked By :</string>
112
                    </property>
113
                    <property name="alignment">
114
                     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
115
                    </property>
116
                   </widget>
117
                  </item>
118
                  <item>
119
                   <widget class="QLineEdit" name="lineEdit_4">
120
                    <property name="font">
121
                     <font>
122
                      <family>맑은 고딕</family>
123
                      <weight>50</weight>
124
                      <bold>false</bold>
125
                     </font>
126
                    </property>
127
                   </widget>
128
                  </item>
129
                 </layout>
130
                </item>
131
                <item row="1" column="0">
132
                 <layout class="QHBoxLayout" name="horizontalLayout_4">
133
                  <item>
134
                   <widget class="QLabel" name="label_3">
135
                    <property name="minimumSize">
136
                     <size>
137
                      <width>80</width>
138
                      <height>0</height>
139
                     </size>
140
                    </property>
141
                    <property name="font">
142
                     <font>
143
                      <family>맑은 고딕</family>
144
                      <weight>50</weight>
145
                      <bold>false</bold>
146
                     </font>
147
                    </property>
148
                    <property name="text">
149
                     <string>Date :</string>
150
                    </property>
151
                    <property name="alignment">
152
                     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
153
                    </property>
154
                   </widget>
155
                  </item>
156
                  <item>
157
                   <widget class="QLineEdit" name="lineEdit_2">
158
                    <property name="font">
159
                     <font>
160
                      <family>맑은 고딕</family>
161
                      <weight>50</weight>
162
                      <bold>false</bold>
163
                     </font>
164
                    </property>
165
                   </widget>
166
                  </item>
167
                 </layout>
168
                </item>
169
                <item row="5" column="0">
170
                 <layout class="QHBoxLayout" name="horizontalLayout_9">
171
                  <item>
172
                   <widget class="QLabel" name="label_9">
173
                    <property name="minimumSize">
174
                     <size>
175
                      <width>80</width>
176
                      <height>0</height>
177
                     </size>
178
                    </property>
179
                    <property name="font">
180
                     <font>
181
                      <family>맑은 고딕</family>
182
                      <weight>50</weight>
183
                      <bold>false</bold>
184
                     </font>
185
                    </property>
186
                    <property name="text">
187
                     <string>Rev. Status :</string>
188
                    </property>
189
                    <property name="alignment">
190
                     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
191
                    </property>
192
                   </widget>
193
                  </item>
194
                  <item>
195
                   <widget class="QLineEdit" name="lineEdit_8">
196
                    <property name="font">
197
                     <font>
198
                      <family>맑은 고딕</family>
199
                      <weight>50</weight>
200
                      <bold>false</bold>
201
                     </font>
202
                    </property>
203
                   </widget>
204
                  </item>
205
                 </layout>
206
                </item>
207
                <item row="2" column="0">
208
                 <layout class="QHBoxLayout" name="horizontalLayout_3">
209
                  <item>
210
                   <widget class="QLabel" name="label_2">
211
                    <property name="minimumSize">
212
                     <size>
213
                      <width>80</width>
214
                      <height>0</height>
215
                     </size>
216
                    </property>
217
                    <property name="font">
218
                     <font>
219
                      <family>맑은 고딕</family>
220
                      <weight>50</weight>
221
                      <bold>false</bold>
222
                     </font>
223
                    </property>
224
                    <property name="text">
225
                     <string>Description :</string>
226
                    </property>
227
                    <property name="alignment">
228
                     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
229
                    </property>
230
                   </widget>
231
                  </item>
232
                  <item>
233
                   <widget class="QLineEdit" name="lineEdit_3">
234
                    <property name="font">
235
                     <font>
236
                      <family>맑은 고딕</family>
237
                      <weight>50</weight>
238
                      <bold>false</bold>
239
                     </font>
240
                    </property>
241
                   </widget>
242
                  </item>
243
                 </layout>
244
                </item>
245
                <item row="0" column="0">
246
                 <layout class="QHBoxLayout" name="horizontalLayout_5">
247
                  <item>
248
                   <widget class="QLabel" name="label_4">
249
                    <property name="minimumSize">
250
                     <size>
251
                      <width>80</width>
252
                      <height>0</height>
253
                     </size>
254
                    </property>
255
                    <property name="font">
256
                     <font>
257
                      <family>맑은 고딕</family>
258
                      <weight>50</weight>
259
                      <bold>false</bold>
260
                     </font>
261
                    </property>
262
                    <property name="text">
263
                     <string>Made By :</string>
264
                    </property>
265
                    <property name="alignment">
266
                     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
267
                    </property>
268
                   </widget>
269
                  </item>
270
                  <item>
271
                   <widget class="QLineEdit" name="lineEdit">
272
                    <property name="font">
273
                     <font>
274
                      <family>맑은 고딕</family>
275
                      <weight>50</weight>
276
                      <bold>false</bold>
277
                     </font>
278
                    </property>
279
                   </widget>
280
                  </item>
281
                 </layout>
282
                </item>
283
                <item row="6" column="0">
284
                 <spacer name="verticalSpacer">
285
                  <property name="orientation">
286
                   <enum>Qt::Vertical</enum>
287
                  </property>
288
                  <property name="sizeHint" stdset="0">
289
                   <size>
290
                    <width>20</width>
291
                    <height>40</height>
292
                   </size>
293
                  </property>
294
                 </spacer>
295
                </item>
296
               </layout>
297
              </widget>
298
             </item>
299
             <item row="0" column="1">
300
              <widget class="QGroupBox" name="groupBox">
301
               <property name="font">
302
                <font>
303
                 <family>맑은 고딕</family>
304
                 <weight>75</weight>
305
                 <bold>true</bold>
306
                </font>
307
               </property>
308
               <property name="title">
309
                <string>Job Information</string>
310
               </property>
311
               <layout class="QGridLayout" name="gridLayout_6">
312
                <item row="1" column="0">
313
                 <layout class="QHBoxLayout" name="horizontalLayout_6">
314
                  <item>
315
                   <widget class="QLabel" name="label_5">
316
                    <property name="minimumSize">
317
                     <size>
318
                      <width>80</width>
319
                      <height>0</height>
320
                     </size>
321
                    </property>
322
                    <property name="font">
323
                     <font>
324
                      <family>맑은 고딕</family>
325
                      <weight>50</weight>
326
                      <bold>false</bold>
327
                     </font>
328
                    </property>
329
                    <property name="text">
330
                     <string>Job No :</string>
331
                    </property>
332
                    <property name="alignment">
333
                     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
334
                    </property>
335
                   </widget>
336
                  </item>
337
                  <item>
338
                   <widget class="QLineEdit" name="lineEdit_5">
339
                    <property name="font">
340
                     <font>
341
                      <family>맑은 고딕</family>
342
                      <weight>50</weight>
343
                      <bold>false</bold>
344
                     </font>
345
                    </property>
346
                   </widget>
347
                  </item>
348
                 </layout>
349
                </item>
350
                <item row="0" column="0">
351
                 <layout class="QHBoxLayout" name="horizontalLayout_7">
352
                  <item>
353
                   <widget class="QLabel" name="label_6">
354
                    <property name="minimumSize">
355
                     <size>
356
                      <width>80</width>
357
                      <height>0</height>
358
                     </size>
359
                    </property>
360
                    <property name="font">
361
                     <font>
362
                      <family>맑은 고딕</family>
363
                      <weight>50</weight>
364
                      <bold>false</bold>
365
                     </font>
366
                    </property>
367
                    <property name="text">
368
                     <string>Type :</string>
369
                    </property>
370
                    <property name="alignment">
371
                     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
372
                    </property>
373
                   </widget>
374
                  </item>
375
                  <item>
376
                   <widget class="QRadioButton" name="radioButton">
377
                    <property name="font">
378
                     <font>
379
                      <family>맑은 고딕</family>
380
                      <weight>50</weight>
381
                      <bold>false</bold>
382
                     </font>
383
                    </property>
384
                    <property name="text">
385
                     <string>Project</string>
386
                    </property>
387
                    <property name="checked">
388
                     <bool>true</bool>
389
                    </property>
390
                   </widget>
391
                  </item>
392
                  <item>
393
                   <widget class="QRadioButton" name="radioButton_2">
394
                    <property name="font">
395
                     <font>
396
                      <family>맑은 고딕</family>
397
                      <weight>50</weight>
398
                      <bold>false</bold>
399
                     </font>
400
                    </property>
401
                    <property name="text">
402
                     <string>Proposal</string>
403
                    </property>
404
                   </widget>
405
                  </item>
406
                 </layout>
407
                </item>
408
                <item row="2" column="0">
409
                 <layout class="QHBoxLayout" name="horizontalLayout">
410
                  <item>
411
                   <widget class="QLabel" name="label_7">
412
                    <property name="minimumSize">
413
                     <size>
414
                      <width>80</width>
415
                      <height>0</height>
416
                     </size>
417
                    </property>
418
                    <property name="font">
419
                     <font>
420
                      <family>맑은 고딕</family>
421
                      <weight>50</weight>
422
                      <bold>false</bold>
423
                     </font>
424
                    </property>
425
                    <property name="text">
426
                     <string>Job Name :</string>
427
                    </property>
428
                    <property name="alignment">
429
                     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
430
                    </property>
431
                   </widget>
432
                  </item>
433
                  <item>
434
                   <widget class="QLineEdit" name="lineEdit_6">
435
                    <property name="font">
436
                     <font>
437
                      <family>맑은 고딕</family>
438
                      <weight>50</weight>
439
                      <bold>false</bold>
440
                     </font>
441
                    </property>
442
                   </widget>
443
                  </item>
444
                 </layout>
445
                </item>
446
                <item row="3" column="0">
447
                 <spacer name="verticalSpacer_2">
448
                  <property name="orientation">
449
                   <enum>Qt::Vertical</enum>
450
                  </property>
451
                  <property name="sizeHint" stdset="0">
452
                   <size>
453
                    <width>20</width>
454
                    <height>40</height>
455
                   </size>
456
                  </property>
457
                 </spacer>
458
                </item>
459
               </layout>
460
              </widget>
461
             </item>
462
            </layout>
463
           </item>
464
          </layout>
465
         </item>
466
        </layout>
467
       </item>
468
       <item row="2" column="0">
469
        <layout class="QGridLayout" name="gridLayout_8">
470
         <item row="0" column="0">
471
          <widget class="QGroupBox" name="groupBox_3">
472
           <property name="font">
473
            <font>
474
             <family>맑은 고딕</family>
475
             <weight>75</weight>
476
             <bold>true</bold>
477
            </font>
478
           </property>
479
           <property name="title">
480
            <string>Sheet History</string>
481
           </property>
482
           <layout class="QGridLayout" name="gridLayout_9">
483
            <item row="0" column="0">
484
             <widget class="QTableWidget" name="tableWidget">
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
          </widget>
496
         </item>
497
        </layout>
498
       </item>
499
      </layout>
500
     </widget>
501
     <widget class="QWidget" name="Unit">
502
      <attribute name="title">
503
       <string>Units</string>
504
      </attribute>
505
      <layout class="QGridLayout" name="gridLayout">
506
       <item row="0" column="0">
507
        <widget class="QGroupBox" name="groupBoxText_2">
508
         <property name="minimumSize">
509
          <size>
510
           <width>0</width>
511
           <height>0</height>
512
          </size>
513
         </property>
514
         <property name="maximumSize">
515
          <size>
516
           <width>16777215</width>
517
           <height>240</height>
518
          </size>
519
         </property>
520
         <property name="font">
521
          <font>
522
           <weight>75</weight>
523
           <bold>true</bold>
524
          </font>
525
         </property>
526
         <property name="title">
527
          <string>Unit Conversion</string>
528
         </property>
529
         <layout class="QGridLayout" name="gridLayout_4">
530
          <item row="2" column="1">
531
           <layout class="QGridLayout" name="gridLayout_10">
532
            <item row="0" column="0">
533
             <layout class="QHBoxLayout" name="horizontalLayout_17">
534
              <item>
535
               <widget class="QLabel" name="label_18">
536
                <property name="font">
537
                 <font>
538
                  <weight>50</weight>
539
                  <bold>false</bold>
540
                 </font>
541
                </property>
542
                <property name="text">
543
                 <string>Pressure :</string>
544
                </property>
545
                <property name="alignment">
546
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
547
                </property>
548
               </widget>
549
              </item>
550
              <item>
551
               <widget class="QComboBox" name="comboBox_Pressure">
552
                <property name="font">
553
                 <font>
554
                  <weight>50</weight>
555
                  <bold>false</bold>
556
                 </font>
557
                </property>
558
               </widget>
559
              </item>
560
             </layout>
561
            </item>
562
            <item row="2" column="0">
563
             <layout class="QHBoxLayout" name="horizontalLayout_21">
564
              <item>
565
               <widget class="QLabel" name="label_22">
566
                <property name="font">
567
                 <font>
568
                  <weight>50</weight>
569
                  <bold>false</bold>
570
                 </font>
571
                </property>
572
                <property name="text">
573
                 <string>Pipe Diameter :</string>
574
                </property>
575
                <property name="alignment">
576
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
577
                </property>
578
               </widget>
579
              </item>
580
              <item>
581
               <widget class="QComboBox" name="comboBox_Pipe_Diameter">
582
                <property name="font">
583
                 <font>
584
                  <weight>50</weight>
585
                  <bold>false</bold>
586
                 </font>
587
                </property>
588
               </widget>
589
              </item>
590
             </layout>
591
            </item>
592
            <item row="4" column="0">
593
             <layout class="QHBoxLayout" name="horizontalLayout_18">
594
              <item>
595
               <widget class="QLabel" name="label_19">
596
                <property name="font">
597
                 <font>
598
                  <weight>50</weight>
599
                  <bold>false</bold>
600
                 </font>
601
                </property>
602
                <property name="text">
603
                 <string>Roughness :</string>
604
                </property>
605
                <property name="alignment">
606
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
607
                </property>
608
               </widget>
609
              </item>
610
              <item>
611
               <widget class="QComboBox" name="comboBox_Roughness">
612
                <property name="font">
613
                 <font>
614
                  <weight>50</weight>
615
                  <bold>false</bold>
616
                 </font>
617
                </property>
618
               </widget>
619
              </item>
620
             </layout>
621
            </item>
622
            <item row="1" column="0">
623
             <layout class="QHBoxLayout" name="horizontalLayout_20">
624
              <item>
625
               <widget class="QLabel" name="label_21">
626
                <property name="font">
627
                 <font>
628
                  <weight>50</weight>
629
                  <bold>false</bold>
630
                 </font>
631
                </property>
632
                <property name="text">
633
                 <string>Velocity :</string>
634
                </property>
635
                <property name="alignment">
636
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
637
                </property>
638
               </widget>
639
              </item>
640
              <item>
641
               <widget class="QComboBox" name="comboBox_Velocity">
642
                <property name="font">
643
                 <font>
644
                  <weight>50</weight>
645
                  <bold>false</bold>
646
                 </font>
647
                </property>
648
               </widget>
649
              </item>
650
             </layout>
651
            </item>
652
            <item row="3" column="0">
653
             <layout class="QHBoxLayout" name="horizontalLayout_19">
654
              <item>
655
               <widget class="QLabel" name="label_20">
656
                <property name="font">
657
                 <font>
658
                  <weight>50</weight>
659
                  <bold>false</bold>
660
                 </font>
661
                </property>
662
                <property name="text">
663
                 <string>Length :</string>
664
                </property>
665
                <property name="alignment">
666
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
667
                </property>
668
               </widget>
669
              </item>
670
              <item>
671
               <widget class="QComboBox" name="comboBox_Length">
672
                <property name="font">
673
                 <font>
674
                  <weight>50</weight>
675
                  <bold>false</bold>
676
                 </font>
677
                </property>
678
               </widget>
679
              </item>
680
             </layout>
681
            </item>
682
            <item row="5" column="0">
683
             <spacer name="verticalSpacer_4">
684
              <property name="orientation">
685
               <enum>Qt::Vertical</enum>
686
              </property>
687
              <property name="sizeHint" stdset="0">
688
               <size>
689
                <width>20</width>
690
                <height>40</height>
691
               </size>
692
              </property>
693
             </spacer>
694
            </item>
695
           </layout>
696
          </item>
697
          <item row="0" column="0" colspan="2">
698
           <layout class="QHBoxLayout" name="horizontalLayout_16">
699
            <item>
700
             <widget class="QLabel" name="label_16">
701
              <property name="font">
702
               <font>
703
                <weight>50</weight>
704
                <bold>false</bold>
705
               </font>
706
              </property>
707
              <property name="text">
708
               <string>Current Barometric Pressure :</string>
709
              </property>
710
             </widget>
711
            </item>
712
            <item>
713
             <widget class="QLineEdit" name="lineEdit_CurrentBarometricPressure">
714
              <property name="minimumSize">
715
               <size>
716
                <width>130</width>
717
                <height>0</height>
718
               </size>
719
              </property>
720
              <property name="maximumSize">
721
               <size>
722
                <width>130</width>
723
                <height>16777215</height>
724
               </size>
725
              </property>
726
              <property name="font">
727
               <font>
728
                <weight>50</weight>
729
                <bold>false</bold>
730
               </font>
731
              </property>
732
              <property name="alignment">
733
               <set>Qt::AlignCenter</set>
734
              </property>
735
             </widget>
736
            </item>
737
            <item>
738
             <widget class="QLabel" name="label_PressureUnit">
739
              <property name="font">
740
               <font>
741
                <weight>50</weight>
742
                <bold>false</bold>
743
               </font>
744
              </property>
745
              <property name="text">
746
               <string/>
747
              </property>
748
             </widget>
749
            </item>
750
            <item>
751
             <spacer name="horizontalSpacer">
752
              <property name="orientation">
753
               <enum>Qt::Horizontal</enum>
754
              </property>
755
              <property name="sizeHint" stdset="0">
756
               <size>
757
                <width>40</width>
758
                <height>20</height>
759
               </size>
760
              </property>
761
             </spacer>
762
            </item>
763
           </layout>
764
          </item>
765
          <item row="2" column="0">
766
           <layout class="QGridLayout" name="gridLayout_11">
767
            <item row="3" column="0">
768
             <layout class="QHBoxLayout" name="horizontalLayout_13">
769
              <item>
770
               <widget class="QLabel" name="label_14">
771
                <property name="font">
772
                 <font>
773
                  <weight>50</weight>
774
                  <bold>false</bold>
775
                 </font>
776
                </property>
777
                <property name="text">
778
                 <string>Density :</string>
779
                </property>
780
                <property name="alignment">
781
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
782
                </property>
783
               </widget>
784
              </item>
785
              <item>
786
               <widget class="QComboBox" name="comboBox_Density">
787
                <property name="font">
788
                 <font>
789
                  <weight>50</weight>
790
                  <bold>false</bold>
791
                 </font>
792
                </property>
793
               </widget>
794
              </item>
795
             </layout>
796
            </item>
797
            <item row="7" column="0">
798
             <spacer name="verticalSpacer_5">
799
              <property name="orientation">
800
               <enum>Qt::Vertical</enum>
801
              </property>
802
              <property name="sizeHint" stdset="0">
803
               <size>
804
                <width>20</width>
805
                <height>40</height>
806
               </size>
807
              </property>
808
             </spacer>
809
            </item>
810
            <item row="5" column="0">
811
             <layout class="QHBoxLayout" name="horizontalLayout_22">
812
              <item>
813
               <widget class="QLabel" name="label_23">
814
                <property name="font">
815
                 <font>
816
                  <weight>50</weight>
817
                  <bold>false</bold>
818
                 </font>
819
                </property>
820
                <property name="text">
821
                 <string>Temperature :</string>
822
                </property>
823
                <property name="alignment">
824
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
825
                </property>
826
               </widget>
827
              </item>
828
              <item>
829
               <widget class="QComboBox" name="comboBox_Temperature">
830
                <property name="font">
831
                 <font>
832
                  <weight>50</weight>
833
                  <bold>false</bold>
834
                 </font>
835
                </property>
836
               </widget>
837
              </item>
838
             </layout>
839
            </item>
840
            <item row="4" column="0">
841
             <layout class="QHBoxLayout" name="horizontalLayout_12">
842
              <item>
843
               <widget class="QLabel" name="label_15">
844
                <property name="font">
845
                 <font>
846
                  <weight>50</weight>
847
                  <bold>false</bold>
848
                 </font>
849
                </property>
850
                <property name="text">
851
                 <string>Viscosity :</string>
852
                </property>
853
                <property name="alignment">
854
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
855
                </property>
856
               </widget>
857
              </item>
858
              <item>
859
               <widget class="QComboBox" name="comboBox_Viscosity">
860
                <property name="font">
861
                 <font>
862
                  <weight>50</weight>
863
                  <bold>false</bold>
864
                 </font>
865
                </property>
866
               </widget>
867
              </item>
868
             </layout>
869
            </item>
870
            <item row="1" column="0">
871
             <layout class="QHBoxLayout" name="horizontalLayout_15">
872
              <item>
873
               <widget class="QLabel" name="label_12">
874
                <property name="font">
875
                 <font>
876
                  <weight>50</weight>
877
                  <bold>false</bold>
878
                 </font>
879
                </property>
880
                <property name="text">
881
                 <string>Flowrate (Mass) :</string>
882
                </property>
883
                <property name="alignment">
884
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
885
                </property>
886
               </widget>
887
              </item>
888
              <item>
889
               <widget class="QComboBox" name="comboBox_Flowrate_Mass">
890
                <property name="font">
891
                 <font>
892
                  <weight>50</weight>
893
                  <bold>false</bold>
894
                 </font>
895
                </property>
896
               </widget>
897
              </item>
898
             </layout>
899
            </item>
900
            <item row="6" column="0">
901
             <layout class="QHBoxLayout" name="horizontalLayout_11">
902
              <item>
903
               <widget class="QLabel" name="label_11">
904
                <property name="font">
905
                 <font>
906
                  <weight>50</weight>
907
                  <bold>false</bold>
908
                 </font>
909
                </property>
910
                <property name="text">
911
                 <string>Power :</string>
912
                </property>
913
                <property name="alignment">
914
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
915
                </property>
916
               </widget>
917
              </item>
918
              <item>
919
               <widget class="QComboBox" name="comboBox_Power">
920
                <property name="font">
921
                 <font>
922
                  <weight>50</weight>
923
                  <bold>false</bold>
924
                 </font>
925
                </property>
926
               </widget>
927
              </item>
928
             </layout>
929
            </item>
930
            <item row="2" column="0">
931
             <layout class="QHBoxLayout" name="horizontalLayout_14">
932
              <item>
933
               <widget class="QLabel" name="label_13">
934
                <property name="font">
935
                 <font>
936
                  <weight>50</weight>
937
                  <bold>false</bold>
938
                 </font>
939
                </property>
940
                <property name="text">
941
                 <string>Flowrate (Volume) :</string>
942
                </property>
943
                <property name="alignment">
944
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
945
                </property>
946
               </widget>
947
              </item>
948
              <item>
949
               <widget class="QComboBox" name="comboBox_Flowrate_Volume">
950
                <property name="font">
951
                 <font>
952
                  <weight>50</weight>
953
                  <bold>false</bold>
954
                 </font>
955
                </property>
956
               </widget>
957
              </item>
958
             </layout>
959
            </item>
960
           </layout>
961
          </item>
962
          <item row="1" column="0">
963
           <spacer name="verticalSpacer_6">
964
            <property name="orientation">
965
             <enum>Qt::Vertical</enum>
966
            </property>
967
            <property name="sizeHint" stdset="0">
968
             <size>
969
              <width>20</width>
970
              <height>40</height>
971
             </size>
972
            </property>
973
           </spacer>
974
          </item>
975
         </layout>
976
        </widget>
977
       </item>
978
       <item row="2" column="0">
979
        <spacer name="verticalSpacer_3">
980
         <property name="orientation">
981
          <enum>Qt::Vertical</enum>
982
         </property>
983
         <property name="sizeHint" stdset="0">
984
          <size>
985
           <width>20</width>
986
           <height>40</height>
987
          </size>
988
         </property>
989
        </spacer>
990
       </item>
991
       <item row="1" column="0">
992
        <widget class="QGroupBox" name="groupBox_5">
993
         <property name="font">
994
          <font>
995
           <weight>75</weight>
996
           <bold>true</bold>
997
          </font>
998
         </property>
999
         <property name="title">
1000
          <string>Data Conversion</string>
1001
         </property>
1002
         <layout class="QGridLayout" name="gridLayout_13">
1003
          <item row="0" column="0">
1004
           <layout class="QVBoxLayout" name="verticalLayout_3">
1005
            <item>
1006
             <widget class="QCheckBox" name="checkBox_Data_Convert">
1007
              <property name="font">
1008
               <font>
1009
                <weight>50</weight>
1010
                <bold>false</bold>
1011
               </font>
1012
              </property>
1013
              <property name="text">
1014
               <string>Convert all of the values inputted and calculated</string>
1015
              </property>
1016
              <property name="checked">
1017
               <bool>true</bool>
1018
              </property>
1019
             </widget>
1020
            </item>
1021
            <item>
1022
             <layout class="QHBoxLayout" name="horizontalLayout_10">
1023
              <item>
1024
               <widget class="QLabel" name="label_17">
1025
                <property name="minimumSize">
1026
                 <size>
1027
                  <width>190</width>
1028
                  <height>0</height>
1029
                 </size>
1030
                </property>
1031
                <property name="maximumSize">
1032
                 <size>
1033
                  <width>190</width>
1034
                  <height>16777215</height>
1035
                 </size>
1036
                </property>
1037
                <property name="font">
1038
                 <font>
1039
                  <weight>50</weight>
1040
                  <bold>false</bold>
1041
                 </font>
1042
                </property>
1043
                <property name="text">
1044
                 <string>Decimal point after conversion :</string>
1045
                </property>
1046
                <property name="alignment">
1047
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1048
                </property>
1049
               </widget>
1050
              </item>
1051
              <item>
1052
               <widget class="QComboBox" name="comboBox_Decimal">
1053
                <property name="minimumSize">
1054
                 <size>
1055
                  <width>60</width>
1056
                  <height>0</height>
1057
                 </size>
1058
                </property>
1059
                <property name="maximumSize">
1060
                 <size>
1061
                  <width>60</width>
1062
                  <height>16777215</height>
1063
                 </size>
1064
                </property>
1065
                <property name="font">
1066
                 <font>
1067
                  <weight>50</weight>
1068
                  <bold>false</bold>
1069
                 </font>
1070
                </property>
1071
               </widget>
1072
              </item>
1073
              <item>
1074
               <widget class="QLabel" name="label_Decimal_Expression">
1075
                <property name="font">
1076
                 <font>
1077
                  <weight>50</weight>
1078
                  <bold>false</bold>
1079
                 </font>
1080
                </property>
1081
                <property name="text">
1082
                 <string>(From current Value to 0.XXXXXXXXX)</string>
1083
                </property>
1084
               </widget>
1085
              </item>
1086
             </layout>
1087
            </item>
1088
           </layout>
1089
          </item>
1090
         </layout>
1091
        </widget>
1092
       </item>
1093
      </layout>
1094
     </widget>
1095
     <widget class="QWidget" name="tab">
1096
      <attribute name="title">
1097
       <string>Calculation</string>
1098
      </attribute>
1099
      <layout class="QGridLayout" name="gridLayout_12">
1100
       <item row="0" column="0">
1101
        <layout class="QVBoxLayout" name="verticalLayout_2">
1102
         <item>
1103
          <widget class="QGroupBox" name="groupBox_4">
1104
           <property name="font">
1105
            <font>
1106
             <weight>75</weight>
1107
             <bold>true</bold>
1108
            </font>
1109
           </property>
1110
           <property name="title">
1111
            <string>Liquid Pressure Drop</string>
1112
           </property>
1113
           <layout class="QGridLayout" name="gridLayout_14">
1114
            <item row="0" column="0">
1115
             <widget class="QLabel" name="label_10">
1116
              <property name="font">
1117
               <font>
1118
                <weight>50</weight>
1119
                <bold>false</bold>
1120
               </font>
1121
              </property>
1122
              <property name="text">
1123
               <string>- Select the friction loss equation.</string>
1124
              </property>
1125
             </widget>
1126
            </item>
1127
            <item row="1" column="0">
1128
             <widget class="QRadioButton" name="radioButton_Darcy">
1129
              <property name="font">
1130
               <font>
1131
                <weight>50</weight>
1132
                <bold>false</bold>
1133
               </font>
1134
              </property>
1135
              <property name="text">
1136
               <string>Darcy Equation (General Design)</string>
1137
              </property>
1138
              <property name="checked">
1139
               <bool>true</bool>
1140
              </property>
1141
             </widget>
1142
            </item>
1143
            <item row="2" column="0">
1144
             <widget class="QRadioButton" name="radioButton_Hagen">
1145
              <property name="font">
1146
               <font>
1147
                <weight>50</weight>
1148
                <bold>false</bold>
1149
               </font>
1150
              </property>
1151
              <property name="text">
1152
               <string>Hagen-Williams Equation (Water Design)</string>
1153
              </property>
1154
             </widget>
1155
            </item>
1156
           </layout>
1157
          </widget>
1158
         </item>
1159
         <item>
1160
          <spacer name="verticalSpacer_8">
1161
           <property name="orientation">
1162
            <enum>Qt::Vertical</enum>
1163
           </property>
1164
           <property name="sizeHint" stdset="0">
1165
            <size>
1166
             <width>20</width>
1167
             <height>40</height>
1168
            </size>
1169
           </property>
1170
          </spacer>
1171
         </item>
1172
        </layout>
1173
       </item>
1174
      </layout>
1175
     </widget>
1176
    </widget>
1177
   </item>
1178
   <item row="1" column="1">
1179
    <widget class="QDialogButtonBox" name="buttonBox">
1180
     <property name="orientation">
1181
      <enum>Qt::Horizontal</enum>
1182
     </property>
1183
     <property name="standardButtons">
1184
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
1185
     </property>
1186
    </widget>
1187
   </item>
1188
  </layout>
1189
 </widget>
1190
 <tabstops>
1191
  <tabstop>tabWidget</tabstop>
1192
  <tabstop>lineEdit</tabstop>
1193
  <tabstop>lineEdit_2</tabstop>
1194
  <tabstop>lineEdit_3</tabstop>
1195
  <tabstop>lineEdit_4</tabstop>
1196
  <tabstop>lineEdit_7</tabstop>
1197
  <tabstop>lineEdit_8</tabstop>
1198
  <tabstop>radioButton</tabstop>
1199
  <tabstop>radioButton_2</tabstop>
1200
  <tabstop>lineEdit_5</tabstop>
1201
  <tabstop>lineEdit_6</tabstop>
1202
  <tabstop>tableWidget</tabstop>
1203
  <tabstop>lineEdit_CurrentBarometricPressure</tabstop>
1204
  <tabstop>comboBox_Flowrate_Mass</tabstop>
1205
  <tabstop>comboBox_Flowrate_Volume</tabstop>
1206
  <tabstop>comboBox_Density</tabstop>
1207
  <tabstop>comboBox_Viscosity</tabstop>
1208
  <tabstop>comboBox_Temperature</tabstop>
1209
  <tabstop>comboBox_Power</tabstop>
1210
  <tabstop>comboBox_Pressure</tabstop>
1211
  <tabstop>comboBox_Velocity</tabstop>
1212
  <tabstop>comboBox_Pipe_Diameter</tabstop>
1213
  <tabstop>comboBox_Length</tabstop>
1214
  <tabstop>comboBox_Roughness</tabstop>
1215
 </tabstops>
1216
 <resources>
1217
  <include location="../res/Resource.qrc"/>
1218
 </resources>
1219
 <connections>
1220
  <connection>
1221
   <sender>buttonBox</sender>
1222
   <signal>accepted()</signal>
1223
   <receiver>ConfigurationDialog</receiver>
1224
   <slot>accept()</slot>
1225
   <hints>
1226
    <hint type="sourcelabel">
1227
     <x>248</x>
1228
     <y>254</y>
1229
    </hint>
1230
    <hint type="destinationlabel">
1231
     <x>157</x>
1232
     <y>274</y>
1233
    </hint>
1234
   </hints>
1235
  </connection>
1236
  <connection>
1237
   <sender>buttonBox</sender>
1238
   <signal>rejected()</signal>
1239
   <receiver>ConfigurationDialog</receiver>
1240
   <slot>reject()</slot>
1241
   <hints>
1242
    <hint type="sourcelabel">
1243
     <x>316</x>
1244
     <y>260</y>
1245
    </hint>
1246
    <hint type="destinationlabel">
1247
     <x>286</x>
1248
     <y>274</y>
1249
    </hint>
1250
   </hints>
1251
  </connection>
1252
 </connections>
1253
</ui>
클립보드 이미지 추가 (최대 크기: 500 MB)