프로젝트

일반

사용자정보

개정판 261c7efc

ID261c7efcce7f5003d229e62e9d4807c4504898f8
상위 baf86a52
하위 bd51b53d

김연진이(가) 5년 이상 전에 추가함

issue #1054: 스트림 데이타 입력

Change-Id: I5488630a3e8820a9401af0ec2c2f002afc5a498b

차이점 보기:

HYTOS/HYTOS/StreamData_UI.py
13 13
class Ui_Dialog(object):
14 14
    def setupUi(self, Dialog):
15 15
        Dialog.setObjectName("Dialog")
16
        Dialog.resize(679, 419)
16
        Dialog.resize(688, 419)
17 17
        font = QtGui.QFont()
18 18
        font.setFamily("맑은 고딕")
19 19
        Dialog.setFont(font)
......
21 21
        icon.addPixmap(QtGui.QPixmap(":/images/HYTOS.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
22 22
        Dialog.setWindowIcon(icon)
23 23
        self.groupBox_StreamNo = QtWidgets.QGroupBox(Dialog)
24
        self.groupBox_StreamNo.setGeometry(QtCore.QRect(8, 8, 661, 60))
24
        self.groupBox_StreamNo.setGeometry(QtCore.QRect(8, 8, 669, 60))
25 25
        font = QtGui.QFont()
26 26
        font.setFamily("맑은 고딕")
27 27
        font.setBold(True)
......
29 29
        self.groupBox_StreamNo.setFont(font)
30 30
        self.groupBox_StreamNo.setObjectName("groupBox_StreamNo")
31 31
        self.buttonBox = QtWidgets.QDialogButtonBox(self.groupBox_StreamNo)
32
        self.buttonBox.setGeometry(QtCore.QRect(492, 28, 156, 23))
32
        self.buttonBox.setGeometry(QtCore.QRect(500, 28, 156, 23))
33 33
        font = QtGui.QFont()
34 34
        font.setFamily("맑은 고딕")
35 35
        font.setBold(False)
......
68 68
        self.lineEdit_DisplayNo.setFont(font)
69 69
        self.lineEdit_DisplayNo.setObjectName("lineEdit_DisplayNo")
70 70
        self.groupBox_Geometry_Data = QtWidgets.QGroupBox(Dialog)
71
        self.groupBox_Geometry_Data.setGeometry(QtCore.QRect(344, 80, 324, 329))
71
        self.groupBox_Geometry_Data.setGeometry(QtCore.QRect(348, 80, 328, 329))
72 72
        font = QtGui.QFont()
73 73
        font.setBold(True)
74 74
        font.setWeight(75)
......
353 353
        spacerItem2 = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding)
354 354
        self.verticalLayout_4.addItem(spacerItem2)
355 355
        self.groupBox_ProcessData_Liquid = QtWidgets.QGroupBox(Dialog)
356
        self.groupBox_ProcessData_Liquid.setGeometry(QtCore.QRect(8, 80, 324, 221))
356
        self.groupBox_ProcessData_Liquid.setGeometry(QtCore.QRect(8, 80, 328, 221))
357 357
        self.groupBox_ProcessData_Liquid.setMinimumSize(QtCore.QSize(0, 221))
358 358
        self.groupBox_ProcessData_Liquid.setMaximumSize(QtCore.QSize(16777215, 221))
359 359
        font = QtGui.QFont()
......
363 363
        self.groupBox_ProcessData_Liquid.setObjectName("groupBox_ProcessData_Liquid")
364 364
        self.verticalLayout_5 = QtWidgets.QVBoxLayout(self.groupBox_ProcessData_Liquid)
365 365
        self.verticalLayout_5.setObjectName("verticalLayout_5")
366
        self.horizontalLayout_14 = QtWidgets.QHBoxLayout()
367
        self.horizontalLayout_14.setObjectName("horizontalLayout_14")
368
        self.label_11 = QtWidgets.QLabel(self.groupBox_ProcessData_Liquid)
369
        self.label_11.setMinimumSize(QtCore.QSize(129, 0))
370
        self.label_11.setMaximumSize(QtCore.QSize(129, 16777215))
371
        font = QtGui.QFont()
372
        font.setBold(False)
373
        font.setWeight(50)
374
        self.label_11.setFont(font)
375
        self.label_11.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
376
        self.label_11.setObjectName("label_11")
377
        self.horizontalLayout_14.addWidget(self.label_11)
366
        self.horizontalLayout_8 = QtWidgets.QHBoxLayout()
367
        self.horizontalLayout_8.setObjectName("horizontalLayout_8")
368
        spacerItem3 = QtWidgets.QSpacerItem(11, 20, QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Minimum)
369
        self.horizontalLayout_8.addItem(spacerItem3)
378 370
        self.radioButton_Flowrate_Mass = QtWidgets.QRadioButton(self.groupBox_ProcessData_Liquid)
379 371
        self.radioButton_Flowrate_Mass.setMinimumSize(QtCore.QSize(0, 0))
380 372
        self.radioButton_Flowrate_Mass.setMaximumSize(QtCore.QSize(16777215, 16777215))
......
383 375
        font.setBold(False)
384 376
        font.setWeight(50)
385 377
        self.radioButton_Flowrate_Mass.setFont(font)
378
        self.radioButton_Flowrate_Mass.setLayoutDirection(QtCore.Qt.LeftToRight)
386 379
        self.radioButton_Flowrate_Mass.setChecked(True)
387 380
        self.radioButton_Flowrate_Mass.setObjectName("radioButton_Flowrate_Mass")
388
        self.horizontalLayout_14.addWidget(self.radioButton_Flowrate_Mass)
389
        self.radioButton_Flowrate_Volume = QtWidgets.QRadioButton(self.groupBox_ProcessData_Liquid)
390
        self.radioButton_Flowrate_Volume.setMinimumSize(QtCore.QSize(0, 0))
391
        font = QtGui.QFont()
392
        font.setBold(False)
393
        font.setWeight(50)
394
        self.radioButton_Flowrate_Volume.setFont(font)
395
        self.radioButton_Flowrate_Volume.setLayoutDirection(QtCore.Qt.LeftToRight)
396
        self.radioButton_Flowrate_Volume.setObjectName("radioButton_Flowrate_Volume")
397
        self.horizontalLayout_14.addWidget(self.radioButton_Flowrate_Volume)
398
        self.verticalLayout_5.addLayout(self.horizontalLayout_14)
399
        self.horizontalLayout_8 = QtWidgets.QHBoxLayout()
400
        self.horizontalLayout_8.setObjectName("horizontalLayout_8")
401
        self.label = QtWidgets.QLabel(self.groupBox_ProcessData_Liquid)
402
        self.label.setMinimumSize(QtCore.QSize(129, 0))
403
        self.label.setMaximumSize(QtCore.QSize(129, 16777215))
404
        font = QtGui.QFont()
405
        font.setBold(False)
406
        font.setWeight(50)
407
        self.label.setFont(font)
408
        self.label.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
409
        self.label.setObjectName("label")
410
        self.horizontalLayout_8.addWidget(self.label)
381
        self.horizontalLayout_8.addWidget(self.radioButton_Flowrate_Mass)
411 382
        self.lineEdit_Flowrate_Mass_Liquid = QtWidgets.QLineEdit(self.groupBox_ProcessData_Liquid)
412 383
        self.lineEdit_Flowrate_Mass_Liquid.setMinimumSize(QtCore.QSize(80, 0))
413 384
        self.lineEdit_Flowrate_Mass_Liquid.setMaximumSize(QtCore.QSize(80, 16777215))
......
428 399
        self.verticalLayout_5.addLayout(self.horizontalLayout_8)
429 400
        self.horizontalLayout_10 = QtWidgets.QHBoxLayout()
430 401
        self.horizontalLayout_10.setObjectName("horizontalLayout_10")
431
        self.label_2 = QtWidgets.QLabel(self.groupBox_ProcessData_Liquid)
432
        self.label_2.setMinimumSize(QtCore.QSize(129, 0))
433
        self.label_2.setMaximumSize(QtCore.QSize(129, 16777215))
402
        self.radioButton_Flowrate_Volume = QtWidgets.QRadioButton(self.groupBox_ProcessData_Liquid)
403
        self.radioButton_Flowrate_Volume.setMinimumSize(QtCore.QSize(0, 0))
404
        self.radioButton_Flowrate_Volume.setMaximumSize(QtCore.QSize(16777215, 16777215))
434 405
        font = QtGui.QFont()
435 406
        font.setBold(False)
436 407
        font.setWeight(50)
437
        self.label_2.setFont(font)
438
        self.label_2.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
439
        self.label_2.setObjectName("label_2")
440
        self.horizontalLayout_10.addWidget(self.label_2)
408
        self.radioButton_Flowrate_Volume.setFont(font)
409
        self.radioButton_Flowrate_Volume.setLayoutDirection(QtCore.Qt.LeftToRight)
410
        self.radioButton_Flowrate_Volume.setObjectName("radioButton_Flowrate_Volume")
411
        self.horizontalLayout_10.addWidget(self.radioButton_Flowrate_Volume)
441 412
        self.lineEdit_Flowrate_Volume = QtWidgets.QLineEdit(self.groupBox_ProcessData_Liquid)
442 413
        self.lineEdit_Flowrate_Volume.setEnabled(False)
443 414
        self.lineEdit_Flowrate_Volume.setMinimumSize(QtCore.QSize(80, 0))
......
460 431
        self.horizontalLayout_11 = QtWidgets.QHBoxLayout()
461 432
        self.horizontalLayout_11.setObjectName("horizontalLayout_11")
462 433
        self.label_18 = QtWidgets.QLabel(self.groupBox_ProcessData_Liquid)
463
        self.label_18.setMinimumSize(QtCore.QSize(129, 0))
464
        self.label_18.setMaximumSize(QtCore.QSize(129, 16777215))
434
        self.label_18.setMinimumSize(QtCore.QSize(133, 0))
435
        self.label_18.setMaximumSize(QtCore.QSize(133, 16777215))
465 436
        font = QtGui.QFont()
466 437
        font.setBold(False)
467 438
        font.setWeight(50)
......
490 461
        self.horizontalLayout_12 = QtWidgets.QHBoxLayout()
491 462
        self.horizontalLayout_12.setObjectName("horizontalLayout_12")
492 463
        self.label_20 = QtWidgets.QLabel(self.groupBox_ProcessData_Liquid)
493
        self.label_20.setMinimumSize(QtCore.QSize(129, 0))
494
        self.label_20.setMaximumSize(QtCore.QSize(129, 16777215))
464
        self.label_20.setMinimumSize(QtCore.QSize(133, 0))
465
        self.label_20.setMaximumSize(QtCore.QSize(133, 16777215))
495 466
        font = QtGui.QFont()
496 467
        font.setBold(False)
497 468
        font.setWeight(50)
......
517 488
        self.label_Viscosity_Unit_Liquid.setObjectName("label_Viscosity_Unit_Liquid")
518 489
        self.horizontalLayout_12.addWidget(self.label_Viscosity_Unit_Liquid)
519 490
        self.verticalLayout_5.addLayout(self.horizontalLayout_12)
520
        spacerItem3 = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding)
521
        self.verticalLayout_5.addItem(spacerItem3)
491
        spacerItem4 = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding)
492
        self.verticalLayout_5.addItem(spacerItem4)
522 493
        self.groupBox_Line_Sizing_Data = QtWidgets.QGroupBox(Dialog)
523
        self.groupBox_Line_Sizing_Data.setGeometry(QtCore.QRect(8, 304, 324, 105))
494
        self.groupBox_Line_Sizing_Data.setGeometry(QtCore.QRect(8, 304, 328, 105))
524 495
        font = QtGui.QFont()
525 496
        font.setBold(True)
526 497
        font.setWeight(75)
......
531 502
        self.horizontalLayout_4 = QtWidgets.QHBoxLayout()
532 503
        self.horizontalLayout_4.setObjectName("horizontalLayout_4")
533 504
        self.label_4 = QtWidgets.QLabel(self.groupBox_Line_Sizing_Data)
534
        self.label_4.setMinimumSize(QtCore.QSize(129, 0))
535
        self.label_4.setMaximumSize(QtCore.QSize(129, 16777215))
505
        self.label_4.setMinimumSize(QtCore.QSize(133, 0))
506
        self.label_4.setMaximumSize(QtCore.QSize(133, 16777215))
536 507
        font = QtGui.QFont()
537 508
        font.setBold(False)
538 509
        font.setWeight(50)
......
561 532
        self.horizontalLayout_3 = QtWidgets.QHBoxLayout()
562 533
        self.horizontalLayout_3.setObjectName("horizontalLayout_3")
563 534
        self.label_6 = QtWidgets.QLabel(self.groupBox_Line_Sizing_Data)
564
        self.label_6.setMinimumSize(QtCore.QSize(129, 0))
565
        self.label_6.setMaximumSize(QtCore.QSize(129, 16777215))
535
        self.label_6.setMinimumSize(QtCore.QSize(133, 0))
536
        self.label_6.setMaximumSize(QtCore.QSize(133, 16777215))
566 537
        font = QtGui.QFont()
567 538
        font.setBold(False)
568 539
        font.setWeight(50)
......
588 559
        self.label_DropPressure_Unit.setObjectName("label_DropPressure_Unit")
589 560
        self.horizontalLayout_3.addWidget(self.label_DropPressure_Unit)
590 561
        self.verticalLayout_3.addLayout(self.horizontalLayout_3)
591
        spacerItem4 = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding)
592
        self.verticalLayout_3.addItem(spacerItem4)
562
        spacerItem5 = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding)
563
        self.verticalLayout_3.addItem(spacerItem5)
593 564
        self.groupBox_ProcessData_Vapor = QtWidgets.QGroupBox(Dialog)
594
        self.groupBox_ProcessData_Vapor.setGeometry(QtCore.QRect(8, 80, 324, 221))
565
        self.groupBox_ProcessData_Vapor.setGeometry(QtCore.QRect(8, 80, 328, 221))
595 566
        self.groupBox_ProcessData_Vapor.setMinimumSize(QtCore.QSize(0, 221))
596 567
        self.groupBox_ProcessData_Vapor.setMaximumSize(QtCore.QSize(16777215, 221))
597 568
        font = QtGui.QFont()
......
604 575
        self.horizontalLayout_13 = QtWidgets.QHBoxLayout()
605 576
        self.horizontalLayout_13.setObjectName("horizontalLayout_13")
606 577
        self.label_3 = QtWidgets.QLabel(self.groupBox_ProcessData_Vapor)
607
        self.label_3.setMinimumSize(QtCore.QSize(129, 0))
608
        self.label_3.setMaximumSize(QtCore.QSize(129, 16777215))
578
        self.label_3.setMinimumSize(QtCore.QSize(133, 0))
579
        self.label_3.setMaximumSize(QtCore.QSize(133, 16777215))
609 580
        font = QtGui.QFont()
610 581
        font.setBold(False)
611 582
        font.setWeight(50)
......
634 605
        self.horizontalLayout_23 = QtWidgets.QHBoxLayout()
635 606
        self.horizontalLayout_23.setObjectName("horizontalLayout_23")
636 607
        self.label_21 = QtWidgets.QLabel(self.groupBox_ProcessData_Vapor)
637
        self.label_21.setMinimumSize(QtCore.QSize(129, 0))
638
        self.label_21.setMaximumSize(QtCore.QSize(129, 16777215))
608
        self.label_21.setMinimumSize(QtCore.QSize(133, 0))
609
        self.label_21.setMaximumSize(QtCore.QSize(133, 16777215))
639 610
        font = QtGui.QFont()
640 611
        font.setBold(False)
641 612
        font.setWeight(50)
......
664 635
        self.horizontalLayout_21 = QtWidgets.QHBoxLayout()
665 636
        self.horizontalLayout_21.setObjectName("horizontalLayout_21")
666 637
        self.label_16 = QtWidgets.QLabel(self.groupBox_ProcessData_Vapor)
667
        self.label_16.setMinimumSize(QtCore.QSize(129, 0))
668
        self.label_16.setMaximumSize(QtCore.QSize(129, 16777215))
638
        self.label_16.setMinimumSize(QtCore.QSize(133, 0))
639
        self.label_16.setMaximumSize(QtCore.QSize(133, 16777215))
669 640
        font = QtGui.QFont()
670 641
        font.setBold(False)
671 642
        font.setWeight(50)
......
696 667
        self.horizontalLayout_22 = QtWidgets.QHBoxLayout()
697 668
        self.horizontalLayout_22.setObjectName("horizontalLayout_22")
698 669
        self.label_19 = QtWidgets.QLabel(self.groupBox_ProcessData_Vapor)
699
        self.label_19.setMinimumSize(QtCore.QSize(129, 0))
700
        self.label_19.setMaximumSize(QtCore.QSize(129, 16777215))
670
        self.label_19.setMinimumSize(QtCore.QSize(133, 0))
671
        self.label_19.setMaximumSize(QtCore.QSize(133, 16777215))
701 672
        font = QtGui.QFont()
702 673
        font.setBold(False)
703 674
        font.setWeight(50)
......
727 698
        self.horizontalLayout_24 = QtWidgets.QHBoxLayout()
728 699
        self.horizontalLayout_24.setObjectName("horizontalLayout_24")
729 700
        self.label_22 = QtWidgets.QLabel(self.groupBox_ProcessData_Vapor)
730
        self.label_22.setMinimumSize(QtCore.QSize(129, 0))
731
        self.label_22.setMaximumSize(QtCore.QSize(129, 16777215))
701
        self.label_22.setMinimumSize(QtCore.QSize(133, 0))
702
        self.label_22.setMaximumSize(QtCore.QSize(133, 16777215))
732 703
        font = QtGui.QFont()
733 704
        font.setBold(False)
734 705
        font.setWeight(50)
......
757 728
        self.horizontalLayout_25 = QtWidgets.QHBoxLayout()
758 729
        self.horizontalLayout_25.setObjectName("horizontalLayout_25")
759 730
        self.label_23 = QtWidgets.QLabel(self.groupBox_ProcessData_Vapor)
760
        self.label_23.setMinimumSize(QtCore.QSize(129, 0))
761
        self.label_23.setMaximumSize(QtCore.QSize(129, 16777215))
731
        self.label_23.setMinimumSize(QtCore.QSize(133, 0))
732
        self.label_23.setMaximumSize(QtCore.QSize(133, 16777215))
762 733
        font = QtGui.QFont()
763 734
        font.setBold(False)
764 735
        font.setWeight(50)
......
785 756
        self.label_Compress_Factor_Unit.setObjectName("label_Compress_Factor_Unit")
786 757
        self.horizontalLayout_25.addWidget(self.label_Compress_Factor_Unit)
787 758
        self.verticalLayout_6.addLayout(self.horizontalLayout_25)
788
        spacerItem5 = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding)
789
        self.verticalLayout_6.addItem(spacerItem5)
759
        spacerItem6 = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding)
760
        self.verticalLayout_6.addItem(spacerItem6)
790 761

  
791 762
        self.retranslateUi(Dialog)
792 763
        self.buttonBox.accepted.connect(Dialog.accept)
......
820 791
        self.label_Equivalent_Lenght_Cal_Unit.setText(_translate("Dialog", "-"))
821 792
        self.pushButton.setText(_translate("Dialog", "View Pressure Gradient ..."))
822 793
        self.groupBox_ProcessData_Liquid.setTitle(_translate("Dialog", "Process Data"))
823
        self.label_11.setText(_translate("Dialog", "Use Flowrate :"))
824
        self.radioButton_Flowrate_Mass.setText(_translate("Dialog", "Mass"))
825
        self.radioButton_Flowrate_Volume.setText(_translate("Dialog", "Volume"))
826
        self.label.setText(_translate("Dialog", "Flowrate (Mass) :"))
794
        self.radioButton_Flowrate_Mass.setText(_translate("Dialog", "Flowrate (Mass) :"))
827 795
        self.label_Flowrate_Mass_Unit_Liquid.setText(_translate("Dialog", "-"))
828
        self.label_2.setText(_translate("Dialog", "Flowrate (Volume) :"))
796
        self.radioButton_Flowrate_Volume.setText(_translate("Dialog", "Flowrate (Volume) :"))
829 797
        self.label_Flowrate_Volume_Unit.setText(_translate("Dialog", "-"))
830 798
        self.label_18.setText(_translate("Dialog", "Density :"))
831 799
        self.label_Density_Unit.setText(_translate("Dialog", "-"))
HYTOS/HYTOS/UI/StreamData.ui
6 6
   <rect>
7 7
    <x>0</x>
8 8
    <y>0</y>
9
    <width>679</width>
9
    <width>688</width>
10 10
    <height>419</height>
11 11
   </rect>
12 12
  </property>
......
27 27
    <rect>
28 28
     <x>8</x>
29 29
     <y>8</y>
30
     <width>661</width>
30
     <width>669</width>
31 31
     <height>60</height>
32 32
    </rect>
33 33
   </property>
......
44 44
   <widget class="QDialogButtonBox" name="buttonBox">
45 45
    <property name="geometry">
46 46
     <rect>
47
      <x>492</x>
47
      <x>500</x>
48 48
      <y>28</y>
49 49
      <width>156</width>
50 50
      <height>23</height>
......
147 147
  <widget class="QGroupBox" name="groupBox_Geometry_Data">
148 148
   <property name="geometry">
149 149
    <rect>
150
     <x>344</x>
150
     <x>348</x>
151 151
     <y>80</y>
152
     <width>324</width>
152
     <width>328</width>
153 153
     <height>329</height>
154 154
    </rect>
155 155
   </property>
......
844 844
    <rect>
845 845
     <x>8</x>
846 846
     <y>80</y>
847
     <width>324</width>
847
     <width>328</width>
848 848
     <height>221</height>
849 849
    </rect>
850 850
   </property>
......
871 871
   </property>
872 872
   <layout class="QVBoxLayout" name="verticalLayout_5">
873 873
    <item>
874
     <layout class="QHBoxLayout" name="horizontalLayout_14">
874
     <layout class="QHBoxLayout" name="horizontalLayout_8">
875 875
      <item>
876
       <widget class="QLabel" name="label_11">
877
        <property name="minimumSize">
878
         <size>
879
          <width>129</width>
880
          <height>0</height>
881
         </size>
876
       <spacer name="horizontalSpacer">
877
        <property name="orientation">
878
         <enum>Qt::Horizontal</enum>
882 879
        </property>
883
        <property name="maximumSize">
880
        <property name="sizeType">
881
         <enum>QSizePolicy::Fixed</enum>
882
        </property>
883
        <property name="sizeHint" stdset="0">
884 884
         <size>
885
          <width>129</width>
886
          <height>16777215</height>
885
          <width>11</width>
886
          <height>20</height>
887 887
         </size>
888 888
        </property>
889
        <property name="font">
890
         <font>
891
          <weight>50</weight>
892
          <bold>false</bold>
893
         </font>
894
        </property>
895
        <property name="text">
896
         <string>Use Flowrate :</string>
897
        </property>
898
        <property name="alignment">
899
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
900
        </property>
901
       </widget>
889
       </spacer>
902 890
      </item>
903 891
      <item>
904 892
       <widget class="QRadioButton" name="radioButton_Flowrate_Mass">
......
926 914
          <bold>false</bold>
927 915
         </font>
928 916
        </property>
929
        <property name="text">
930
         <string>Mass</string>
931
        </property>
932
        <property name="checked">
933
         <bool>true</bool>
934
        </property>
935
       </widget>
936
      </item>
937
      <item>
938
       <widget class="QRadioButton" name="radioButton_Flowrate_Volume">
939
        <property name="minimumSize">
940
         <size>
941
          <width>0</width>
942
          <height>0</height>
943
         </size>
944
        </property>
945
        <property name="font">
946
         <font>
947
          <weight>50</weight>
948
          <bold>false</bold>
949
         </font>
950
        </property>
951 917
        <property name="layoutDirection">
952 918
         <enum>Qt::LeftToRight</enum>
953 919
        </property>
954 920
        <property name="text">
955
         <string>Volume</string>
956
        </property>
957
       </widget>
958
      </item>
959
     </layout>
960
    </item>
961
    <item>
962
     <layout class="QHBoxLayout" name="horizontalLayout_8">
963
      <item>
964
       <widget class="QLabel" name="label">
965
        <property name="minimumSize">
966
         <size>
967
          <width>129</width>
968
          <height>0</height>
969
         </size>
970
        </property>
971
        <property name="maximumSize">
972
         <size>
973
          <width>129</width>
974
          <height>16777215</height>
975
         </size>
976
        </property>
977
        <property name="font">
978
         <font>
979
          <weight>50</weight>
980
          <bold>false</bold>
981
         </font>
982
        </property>
983
        <property name="text">
984 921
         <string>Flowrate (Mass) :</string>
985 922
        </property>
986
        <property name="alignment">
987
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
923
        <property name="checked">
924
         <bool>true</bool>
988 925
        </property>
989 926
       </widget>
990 927
      </item>
......
1031 968
    <item>
1032 969
     <layout class="QHBoxLayout" name="horizontalLayout_10">
1033 970
      <item>
1034
       <widget class="QLabel" name="label_2">
971
       <widget class="QRadioButton" name="radioButton_Flowrate_Volume">
1035 972
        <property name="minimumSize">
1036 973
         <size>
1037
          <width>129</width>
974
          <width>0</width>
1038 975
          <height>0</height>
1039 976
         </size>
1040 977
        </property>
1041 978
        <property name="maximumSize">
1042 979
         <size>
1043
          <width>129</width>
980
          <width>16777215</width>
1044 981
          <height>16777215</height>
1045 982
         </size>
1046 983
        </property>
......
1050 987
          <bold>false</bold>
1051 988
         </font>
1052 989
        </property>
990
        <property name="layoutDirection">
991
         <enum>Qt::LeftToRight</enum>
992
        </property>
1053 993
        <property name="text">
1054 994
         <string>Flowrate (Volume) :</string>
1055 995
        </property>
1056
        <property name="alignment">
1057
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1058
        </property>
1059 996
       </widget>
1060 997
      </item>
1061 998
      <item>
......
1107 1044
       <widget class="QLabel" name="label_18">
1108 1045
        <property name="minimumSize">
1109 1046
         <size>
1110
          <width>129</width>
1047
          <width>133</width>
1111 1048
          <height>0</height>
1112 1049
         </size>
1113 1050
        </property>
1114 1051
        <property name="maximumSize">
1115 1052
         <size>
1116
          <width>129</width>
1053
          <width>133</width>
1117 1054
          <height>16777215</height>
1118 1055
         </size>
1119 1056
        </property>
......
1177 1114
       <widget class="QLabel" name="label_20">
1178 1115
        <property name="minimumSize">
1179 1116
         <size>
1180
          <width>129</width>
1117
          <width>133</width>
1181 1118
          <height>0</height>
1182 1119
         </size>
1183 1120
        </property>
1184 1121
        <property name="maximumSize">
1185 1122
         <size>
1186
          <width>129</width>
1123
          <width>133</width>
1187 1124
          <height>16777215</height>
1188 1125
         </size>
1189 1126
        </property>
......
1261 1198
    <rect>
1262 1199
     <x>8</x>
1263 1200
     <y>304</y>
1264
     <width>324</width>
1201
     <width>328</width>
1265 1202
     <height>105</height>
1266 1203
    </rect>
1267 1204
   </property>
......
1281 1218
       <widget class="QLabel" name="label_4">
1282 1219
        <property name="minimumSize">
1283 1220
         <size>
1284
          <width>129</width>
1221
          <width>133</width>
1285 1222
          <height>0</height>
1286 1223
         </size>
1287 1224
        </property>
1288 1225
        <property name="maximumSize">
1289 1226
         <size>
1290
          <width>129</width>
1227
          <width>133</width>
1291 1228
          <height>16777215</height>
1292 1229
         </size>
1293 1230
        </property>
......
1351 1288
       <widget class="QLabel" name="label_6">
1352 1289
        <property name="minimumSize">
1353 1290
         <size>
1354
          <width>129</width>
1291
          <width>133</width>
1355 1292
          <height>0</height>
1356 1293
         </size>
1357 1294
        </property>
1358 1295
        <property name="maximumSize">
1359 1296
         <size>
1360
          <width>129</width>
1297
          <width>133</width>
1361 1298
          <height>16777215</height>
1362 1299
         </size>
1363 1300
        </property>
......
1435 1372
    <rect>
1436 1373
     <x>8</x>
1437 1374
     <y>80</y>
1438
     <width>324</width>
1375
     <width>328</width>
1439 1376
     <height>221</height>
1440 1377
    </rect>
1441 1378
   </property>
......
1467 1404
       <widget class="QLabel" name="label_3">
1468 1405
        <property name="minimumSize">
1469 1406
         <size>
1470
          <width>129</width>
1407
          <width>133</width>
1471 1408
          <height>0</height>
1472 1409
         </size>
1473 1410
        </property>
1474 1411
        <property name="maximumSize">
1475 1412
         <size>
1476
          <width>129</width>
1413
          <width>133</width>
1477 1414
          <height>16777215</height>
1478 1415
         </size>
1479 1416
        </property>
......
1537 1474
       <widget class="QLabel" name="label_21">
1538 1475
        <property name="minimumSize">
1539 1476
         <size>
1540
          <width>129</width>
1477
          <width>133</width>
1541 1478
          <height>0</height>
1542 1479
         </size>
1543 1480
        </property>
1544 1481
        <property name="maximumSize">
1545 1482
         <size>
1546
          <width>129</width>
1483
          <width>133</width>
1547 1484
          <height>16777215</height>
1548 1485
         </size>
1549 1486
        </property>
......
1607 1544
       <widget class="QLabel" name="label_16">
1608 1545
        <property name="minimumSize">
1609 1546
         <size>
1610
          <width>129</width>
1547
          <width>133</width>
1611 1548
          <height>0</height>
1612 1549
         </size>
1613 1550
        </property>
1614 1551
        <property name="maximumSize">
1615 1552
         <size>
1616
          <width>129</width>
1553
          <width>133</width>
1617 1554
          <height>16777215</height>
1618 1555
         </size>
1619 1556
        </property>
......
1680 1617
       <widget class="QLabel" name="label_19">
1681 1618
        <property name="minimumSize">
1682 1619
         <size>
1683
          <width>129</width>
1620
          <width>133</width>
1684 1621
          <height>0</height>
1685 1622
         </size>
1686 1623
        </property>
1687 1624
        <property name="maximumSize">
1688 1625
         <size>
1689
          <width>129</width>
1626
          <width>133</width>
1690 1627
          <height>16777215</height>
1691 1628
         </size>
1692 1629
        </property>
......
1750 1687
       <widget class="QLabel" name="label_22">
1751 1688
        <property name="minimumSize">
1752 1689
         <size>
1753
          <width>129</width>
1690
          <width>133</width>
1754 1691
          <height>0</height>
1755 1692
         </size>
1756 1693
        </property>
1757 1694
        <property name="maximumSize">
1758 1695
         <size>
1759
          <width>129</width>
1696
          <width>133</width>
1760 1697
          <height>16777215</height>
1761 1698
         </size>
1762 1699
        </property>
......
1820 1757
       <widget class="QLabel" name="label_23">
1821 1758
        <property name="minimumSize">
1822 1759
         <size>
1823
          <width>129</width>
1760
          <width>133</width>
1824 1761
          <height>0</height>
1825 1762
         </size>
1826 1763
        </property>
1827 1764
        <property name="maximumSize">
1828 1765
         <size>
1829
          <width>129</width>
1766
          <width>133</width>
1830 1767
          <height>16777215</height>
1831 1768
         </size>
1832 1769
        </property>

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)