프로젝트

일반

사용자정보

개정판 1470d681

ID1470d681ff48d927b3a707beeded0f506533f122
상위 46fb5546
하위 1728447a

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

issue #000 : UI 수정

1. Alignment
2. Resource 파일의 Prefix 변경 newPrefix => images

Change-Id: Iec6b13af196fdc8f06717c7ad9ab2596ea901691

차이점 보기:

HYTOS/HYTOS/AirFinCooler_UI.py
25 25
        font.setFamily("맑은 고딕")
26 26
        AirFinCoolerDialog.setFont(font)
27 27
        icon = QtGui.QIcon()
28
        icon.addPixmap(QtGui.QPixmap(":/newPrefix/HYTOS.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
28
        icon.addPixmap(QtGui.QPixmap(":/images/HYTOS.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
29 29
        AirFinCoolerDialog.setWindowIcon(icon)
30 30
        self.groupBox = QtWidgets.QGroupBox(AirFinCoolerDialog)
31 31
        self.groupBox.setGeometry(QtCore.QRect(8, 8, 453, 125))
......
132 132
        _translate = QtCore.QCoreApplication.translate
133 133
        AirFinCoolerDialog.setWindowTitle(_translate("AirFinCoolerDialog", "HYTOS Equipment Data - Air Fin Cooler"))
134 134
        self.groupBox.setTitle(_translate("AirFinCoolerDialog", "Equipment Figure"))
135
        self.label_Img.setText(_translate("AirFinCoolerDialog", "<html><head/><body><p><img src=\":/newPrefix/AirFinCooler.png\"/></p></body></html>"))
135
        self.label_Img.setText(_translate("AirFinCoolerDialog", "<html><head/><body><p><img src=\":/images/AirFinCooler.png\"/></p></body></html>"))
136 136
        self.label.setText(_translate("AirFinCoolerDialog", "Tag No."))
137 137
        self.label_3.setText(_translate("AirFinCoolerDialog", "P. Drop"))
138 138
        self.label_PressureUnit.setText(_translate("AirFinCoolerDialog", "kg/cm2"))
HYTOS/HYTOS/Ball_UI.py
18 18
        font.setFamily("맑은 고딕")
19 19
        BallDialog.setFont(font)
20 20
        icon = QtGui.QIcon()
21
        icon.addPixmap(QtGui.QPixmap(":/newPrefix/HYTOS.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
21
        icon.addPixmap(QtGui.QPixmap(":/images/HYTOS.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
22 22
        BallDialog.setWindowIcon(icon)
23 23
        self.buttonBox = QtWidgets.QDialogButtonBox(BallDialog)
24 24
        self.buttonBox.setGeometry(QtCore.QRect(317, 296, 161, 23))
......
48 48
        font.setBold(False)
49 49
        font.setWeight(50)
50 50
        self.lineEdit_TagNo.setFont(font)
51
        self.lineEdit_TagNo.setAlignment(QtCore.Qt.AlignCenter)
51 52
        self.lineEdit_TagNo.setObjectName("lineEdit_TagNo")
52 53
        self.label_Img_N1 = QtWidgets.QLabel(self.groupBox_2)
53 54
        self.label_Img_N1.setGeometry(QtCore.QRect(92, 88, 25, 21))
......
118 119
        self.lineEdit_N1_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
119 120
        self.lineEdit_N1_Elevation.setGeometry(QtCore.QRect(146, 66, 100, 20))
120 121
        self.lineEdit_N1_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
122
        self.lineEdit_N1_Elevation.setAlignment(QtCore.Qt.AlignCenter)
121 123
        self.lineEdit_N1_Elevation.setObjectName("lineEdit_N1_Elevation")
122 124
        self.lineEdit_N1_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
123 125
        self.lineEdit_N1_Pressure.setGeometry(QtCore.QRect(44, 66, 100, 20))
124 126
        self.lineEdit_N1_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
127
        self.lineEdit_N1_Pressure.setAlignment(QtCore.Qt.AlignCenter)
125 128
        self.lineEdit_N1_Pressure.setObjectName("lineEdit_N1_Pressure")
126 129
        self.label_N2 = QtWidgets.QLabel(self.groupBox_3)
127 130
        self.label_N2.setGeometry(QtCore.QRect(11, 94, 25, 17))
......
129 132
        self.lineEdit_N2_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
130 133
        self.lineEdit_N2_Elevation.setGeometry(QtCore.QRect(146, 92, 100, 21))
131 134
        self.lineEdit_N2_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
135
        self.lineEdit_N2_Elevation.setAlignment(QtCore.Qt.AlignCenter)
132 136
        self.lineEdit_N2_Elevation.setObjectName("lineEdit_N2_Elevation")
133 137
        self.lineEdit_N2_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
134 138
        self.lineEdit_N2_Pressure.setGeometry(QtCore.QRect(44, 92, 100, 21))
135 139
        self.lineEdit_N2_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
140
        self.lineEdit_N2_Pressure.setAlignment(QtCore.Qt.AlignCenter)
136 141
        self.lineEdit_N2_Pressure.setObjectName("lineEdit_N2_Pressure")
137 142
        self.label_N3 = QtWidgets.QLabel(self.groupBox_3)
138 143
        self.label_N3.setGeometry(QtCore.QRect(11, 120, 25, 17))
......
140 145
        self.lineEdit_N3_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
141 146
        self.lineEdit_N3_Pressure.setGeometry(QtCore.QRect(44, 118, 100, 20))
142 147
        self.lineEdit_N3_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
148
        self.lineEdit_N3_Pressure.setAlignment(QtCore.Qt.AlignCenter)
143 149
        self.lineEdit_N3_Pressure.setObjectName("lineEdit_N3_Pressure")
144 150
        self.lineEdit_N3_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
145 151
        self.lineEdit_N3_Elevation.setGeometry(QtCore.QRect(146, 118, 100, 20))
146 152
        self.lineEdit_N3_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
153
        self.lineEdit_N3_Elevation.setAlignment(QtCore.Qt.AlignCenter)
147 154
        self.lineEdit_N3_Elevation.setObjectName("lineEdit_N3_Elevation")
148 155
        self.lineEdit_N4_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
149 156
        self.lineEdit_N4_Pressure.setGeometry(QtCore.QRect(44, 144, 100, 20))
150 157
        self.lineEdit_N4_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
158
        self.lineEdit_N4_Pressure.setAlignment(QtCore.Qt.AlignCenter)
151 159
        self.lineEdit_N4_Pressure.setObjectName("lineEdit_N4_Pressure")
152 160
        self.lineEdit_N4_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
153 161
        self.lineEdit_N4_Elevation.setGeometry(QtCore.QRect(146, 144, 100, 20))
154 162
        self.lineEdit_N4_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
163
        self.lineEdit_N4_Elevation.setAlignment(QtCore.Qt.AlignCenter)
155 164
        self.lineEdit_N4_Elevation.setObjectName("lineEdit_N4_Elevation")
156 165
        self.label_N4 = QtWidgets.QLabel(self.groupBox_3)
157 166
        self.label_N4.setGeometry(QtCore.QRect(11, 146, 25, 17))
......
162 171
        self.lineEdit_N5_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
163 172
        self.lineEdit_N5_Elevation.setGeometry(QtCore.QRect(146, 170, 100, 21))
164 173
        self.lineEdit_N5_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
174
        self.lineEdit_N5_Elevation.setAlignment(QtCore.Qt.AlignCenter)
165 175
        self.lineEdit_N5_Elevation.setObjectName("lineEdit_N5_Elevation")
166 176
        self.lineEdit_N5_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
167 177
        self.lineEdit_N5_Pressure.setGeometry(QtCore.QRect(44, 170, 100, 21))
168 178
        self.lineEdit_N5_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
179
        self.lineEdit_N5_Pressure.setAlignment(QtCore.Qt.AlignCenter)
169 180
        self.lineEdit_N5_Pressure.setObjectName("lineEdit_N5_Pressure")
170 181
        self.label_N6 = QtWidgets.QLabel(self.groupBox_3)
171 182
        self.label_N6.setGeometry(QtCore.QRect(11, 198, 25, 17))
......
173 184
        self.lineEdit_N6_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
174 185
        self.lineEdit_N6_Elevation.setGeometry(QtCore.QRect(146, 196, 100, 20))
175 186
        self.lineEdit_N6_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
187
        self.lineEdit_N6_Elevation.setAlignment(QtCore.Qt.AlignCenter)
176 188
        self.lineEdit_N6_Elevation.setObjectName("lineEdit_N6_Elevation")
177 189
        self.lineEdit_N6_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
178 190
        self.lineEdit_N6_Pressure.setGeometry(QtCore.QRect(44, 196, 100, 20))
179 191
        self.lineEdit_N6_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
192
        self.lineEdit_N6_Pressure.setAlignment(QtCore.Qt.AlignCenter)
180 193
        self.lineEdit_N6_Pressure.setObjectName("lineEdit_N6_Pressure")
181 194
        self.label_N7 = QtWidgets.QLabel(self.groupBox_3)
182 195
        self.label_N7.setGeometry(QtCore.QRect(11, 224, 25, 17))
......
184 197
        self.lineEdit_N7_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
185 198
        self.lineEdit_N7_Pressure.setGeometry(QtCore.QRect(44, 222, 100, 20))
186 199
        self.lineEdit_N7_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
200
        self.lineEdit_N7_Pressure.setAlignment(QtCore.Qt.AlignCenter)
187 201
        self.lineEdit_N7_Pressure.setObjectName("lineEdit_N7_Pressure")
188 202
        self.lineEdit_N7_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
189 203
        self.lineEdit_N7_Elevation.setGeometry(QtCore.QRect(146, 222, 100, 20))
190 204
        self.lineEdit_N7_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
205
        self.lineEdit_N7_Elevation.setAlignment(QtCore.Qt.AlignCenter)
191 206
        self.lineEdit_N7_Elevation.setObjectName("lineEdit_N7_Elevation")
192 207
        self.lineEdit_N8_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
193 208
        self.lineEdit_N8_Pressure.setGeometry(QtCore.QRect(44, 248, 100, 21))
194 209
        self.lineEdit_N8_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
210
        self.lineEdit_N8_Pressure.setAlignment(QtCore.Qt.AlignCenter)
195 211
        self.lineEdit_N8_Pressure.setObjectName("lineEdit_N8_Pressure")
196 212
        self.label_N8 = QtWidgets.QLabel(self.groupBox_3)
197 213
        self.label_N8.setGeometry(QtCore.QRect(11, 250, 25, 17))
......
199 215
        self.lineEdit_N8_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
200 216
        self.lineEdit_N8_Elevation.setGeometry(QtCore.QRect(146, 248, 100, 21))
201 217
        self.lineEdit_N8_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
218
        self.lineEdit_N8_Elevation.setAlignment(QtCore.Qt.AlignCenter)
202 219
        self.lineEdit_N8_Elevation.setObjectName("lineEdit_N8_Elevation")
203 220

  
204 221
        self.retranslateUi(BallDialog)
......
226 243
        _translate = QtCore.QCoreApplication.translate
227 244
        BallDialog.setWindowTitle(_translate("BallDialog", "HYTOS Equipment Data - Ball Tank"))
228 245
        self.groupBox_2.setTitle(_translate("BallDialog", "Equipment Figure"))
229
        self.label_2.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/newPrefix/Ball.png\"/></p></body></html>"))
246
        self.label_2.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/images/Ball.png\"/></p></body></html>"))
230 247
        self.label.setText(_translate("BallDialog", "Tag No."))
231
        self.label_Img_N1.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/newPrefix/N1.png\"/></p></body></html>"))
232
        self.label_Img_N2.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/newPrefix/N2.png\"/></p></body></html>"))
233
        self.label_Img_N6.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/newPrefix/N6.png\"/></p></body></html>"))
234
        self.label_Img_N7.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/newPrefix/N7.png\"/></p></body></html>"))
235
        self.label_Img_N5.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/newPrefix/N5.png\"/></p></body></html>"))
236
        self.label_Img_N4.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/newPrefix/N4.png\"/></p></body></html>"))
237
        self.label_Img_N3.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/newPrefix/N3.png\"/></p></body></html>"))
238
        self.label_Img_N8.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/newPrefix/N8.png\"/></p></body></html>"))
248
        self.label_Img_N1.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/images/N1.png\"/></p></body></html>"))
249
        self.label_Img_N2.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/images/N2.png\"/></p></body></html>"))
250
        self.label_Img_N6.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/images/N6.png\"/></p></body></html>"))
251
        self.label_Img_N7.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/images/N7.png\"/></p></body></html>"))
252
        self.label_Img_N5.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/images/N5.png\"/></p></body></html>"))
253
        self.label_Img_N4.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/images/N4.png\"/></p></body></html>"))
254
        self.label_Img_N3.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/images/N3.png\"/></p></body></html>"))
255
        self.label_Img_N8.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/images/N8.png\"/></p></body></html>"))
239 256
        self.groupBox_3.setTitle(_translate("BallDialog", "Equipment Data"))
240 257
        self.label_3.setText(_translate("BallDialog", "Pressure"))
241 258
        self.label_4.setText(_translate("BallDialog", "Elevation"))
242 259
        self.label_PressureUnit.setText(_translate("BallDialog", "kg/cm2(g)"))
243 260
        self.label_ElevationUnit.setText(_translate("BallDialog", "m"))
244
        self.label_N1.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/newPrefix/N1.png\"/></p></body></html>"))
245
        self.label_N2.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/newPrefix/N2.png\"/></p></body></html>"))
246
        self.label_N3.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/newPrefix/N3.png\"/></p></body></html>"))
247
        self.label_N4.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/newPrefix/N4.png\"/></p></body></html>"))
248
        self.label_N5.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/newPrefix/N5.png\"/></p></body></html>"))
249
        self.label_N6.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/newPrefix/N6.png\"/></p></body></html>"))
250
        self.label_N7.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/newPrefix/N7.png\"/></p></body></html>"))
251
        self.label_N8.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/newPrefix/N8.png\"/></p></body></html>"))
261
        self.label_N1.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/images/N1.png\"/></p></body></html>"))
262
        self.label_N2.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/images/N2.png\"/></p></body></html>"))
263
        self.label_N3.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/images/N3.png\"/></p></body></html>"))
264
        self.label_N4.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/images/N4.png\"/></p></body></html>"))
265
        self.label_N5.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/images/N5.png\"/></p></body></html>"))
266
        self.label_N6.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/images/N6.png\"/></p></body></html>"))
267
        self.label_N7.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/images/N7.png\"/></p></body></html>"))
268
        self.label_N8.setText(_translate("BallDialog", "<html><head/><body><p><img src=\":/images/N8.png\"/></p></body></html>"))
252 269
import Resource_rc
HYTOS/HYTOS/BatteryLimit_UI.py
18 18
        font.setFamily("맑은 고딕")
19 19
        BatteryLimitDialog.setFont(font)
20 20
        icon = QtGui.QIcon()
21
        icon.addPixmap(QtGui.QPixmap(":/newPrefix/HYTOS.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
21
        icon.addPixmap(QtGui.QPixmap(":/images/HYTOS.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
22 22
        BatteryLimitDialog.setWindowIcon(icon)
23 23
        self.buttonBox = QtWidgets.QDialogButtonBox(BatteryLimitDialog)
24 24
        self.buttonBox.setGeometry(QtCore.QRect(200, 144, 156, 23))
......
68 68
        font.setBold(False)
69 69
        font.setWeight(50)
70 70
        self.lineEdit_Elevation.setFont(font)
71
        self.lineEdit_Elevation.setAlignment(QtCore.Qt.AlignCenter)
71 72
        self.lineEdit_Elevation.setObjectName("lineEdit_Elevation")
72 73
        self.label_3 = QtWidgets.QLabel(self.groupBox)
73 74
        self.label_3.setGeometry(QtCore.QRect(76, 59, 80, 16))
......
85 86
        font.setBold(False)
86 87
        font.setWeight(50)
87 88
        self.lineEdit_Pressure.setFont(font)
89
        self.lineEdit_Pressure.setAlignment(QtCore.Qt.AlignCenter)
88 90
        self.lineEdit_Pressure.setObjectName("lineEdit_Pressure")
89 91
        self.label_PressureUnit = QtWidgets.QLabel(self.groupBox)
90 92
        self.label_PressureUnit.setGeometry(QtCore.QRect(276, 59, 57, 16))
......
109 111
        font.setBold(False)
110 112
        font.setWeight(50)
111 113
        self.lineEdit_TagNo.setFont(font)
114
        self.lineEdit_TagNo.setAlignment(QtCore.Qt.AlignCenter)
112 115
        self.lineEdit_TagNo.setObjectName("lineEdit_TagNo")
113 116

  
114 117
        self.retranslateUi(BatteryLimitDialog)
......
122 125
        _translate = QtCore.QCoreApplication.translate
123 126
        BatteryLimitDialog.setWindowTitle(_translate("BatteryLimitDialog", "HYTOS Equipment Data - Battery Limit"))
124 127
        self.groupBox.setTitle(_translate("BatteryLimitDialog", "Equipment Figure"))
125
        self.label_Img_Down.setText(_translate("BatteryLimitDialog", "<html><head/><body><p><img src=\":/newPrefix/Battery_Limit_Down.png\"/></p></body></html>"))
126
        self.label_Img_Up.setText(_translate("BatteryLimitDialog", "<html><head/><body><p><img src=\":/newPrefix/Battery_Limit_Up.png\"/></p></body></html>"))
127
        self.label_Img_Left.setText(_translate("BatteryLimitDialog", "<html><head/><body><p><img src=\":/newPrefix/Battery_Limit_Left.png\"/></p></body></html>"))
128
        self.label_Img_Right.setText(_translate("BatteryLimitDialog", "<html><head/><body><p><img src=\":/newPrefix/Battery_Limit_Right.png\"/></p></body></html>"))
128
        self.label_Img_Down.setText(_translate("BatteryLimitDialog", "<html><head/><body><p><img src=\":/images/Battery_Limit_Down.png\"/></p></body></html>"))
129
        self.label_Img_Up.setText(_translate("BatteryLimitDialog", "<html><head/><body><p><img src=\":/images/Battery_Limit_Up.png\"/></p></body></html>"))
130
        self.label_Img_Left.setText(_translate("BatteryLimitDialog", "<html><head/><body><p><img src=\":/images/Battery_Limit_Left.png\"/></p></body></html>"))
131
        self.label_Img_Right.setText(_translate("BatteryLimitDialog", "<html><head/><body><p><img src=\":/images/Battery_Limit_Right.png\"/></p></body></html>"))
129 132
        self.label_5.setText(_translate("BatteryLimitDialog", "Elevation"))
130 133
        self.label_ElevationUnit.setText(_translate("BatteryLimitDialog", "m"))
131 134
        self.label_3.setText(_translate("BatteryLimitDialog", "Pressure"))
HYTOS/HYTOS/Coil_UI.py
18 18
        font.setFamily("맑은 고딕")
19 19
        CoilDialog.setFont(font)
20 20
        icon = QtGui.QIcon()
21
        icon.addPixmap(QtGui.QPixmap(":/newPrefix/HYTOS.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
21
        icon.addPixmap(QtGui.QPixmap(":/images/HYTOS.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
22 22
        CoilDialog.setWindowIcon(icon)
23 23
        self.groupBox = QtWidgets.QGroupBox(CoilDialog)
24 24
        self.groupBox.setGeometry(QtCore.QRect(9, 9, 321, 125))
......
47 47
        font.setBold(False)
48 48
        font.setWeight(50)
49 49
        self.lineEdit_TagNo.setFont(font)
50
        self.lineEdit_TagNo.setAlignment(QtCore.Qt.AlignCenter)
50 51
        self.lineEdit_TagNo.setObjectName("lineEdit_TagNo")
51 52
        self.label_3 = QtWidgets.QLabel(self.groupBox)
52 53
        self.label_3.setGeometry(QtCore.QRect(76, 59, 80, 16))
......
64 65
        font.setBold(False)
65 66
        font.setWeight(50)
66 67
        self.lineEdit_Pressure.setFont(font)
68
        self.lineEdit_Pressure.setAlignment(QtCore.Qt.AlignCenter)
67 69
        self.lineEdit_Pressure.setObjectName("lineEdit_Pressure")
68 70
        self.label_PressureUnit = QtWidgets.QLabel(self.groupBox)
69 71
        self.label_PressureUnit.setGeometry(QtCore.QRect(268, 59, 49, 16))
......
95 97
        font.setBold(False)
96 98
        font.setWeight(50)
97 99
        self.lineEdit_Elevation.setFont(font)
100
        self.lineEdit_Elevation.setAlignment(QtCore.Qt.AlignCenter)
98 101
        self.lineEdit_Elevation.setObjectName("lineEdit_Elevation")
99 102
        self.buttonBox = QtWidgets.QDialogButtonBox(CoilDialog)
100 103
        self.buttonBox.setGeometry(QtCore.QRect(172, 144, 156, 23))
......
114 117
        CoilDialog.setWindowTitle(_translate("CoilDialog", "HYTOS Equipment Data - Coil"))
115 118
        self.groupBox.setTitle(_translate("CoilDialog", "Equipment Figure"))
116 119
        self.label.setText(_translate("CoilDialog", "Tag No."))
117
        self.label_Img.setText(_translate("CoilDialog", "<html><head/><body><p><img src=\":/newPrefix/Coil.png\"/></p></body></html>"))
120
        self.label_Img.setText(_translate("CoilDialog", "<html><head/><body><p><img src=\":/images/Coil.png\"/></p></body></html>"))
118 121
        self.label_3.setText(_translate("CoilDialog", "P. Drop"))
119 122
        self.label_PressureUnit.setText(_translate("CoilDialog", "kg/cm2"))
120 123
        self.label_5.setText(_translate("CoilDialog", "Elevation"))
HYTOS/HYTOS/Compressor_UI.py
18 18
        font.setFamily("맑은 고딕")
19 19
        CompressorDialog.setFont(font)
20 20
        icon = QtGui.QIcon()
21
        icon.addPixmap(QtGui.QPixmap(":/newPrefix/HYTOS.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
21
        icon.addPixmap(QtGui.QPixmap(":/images/HYTOS.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
22 22
        CompressorDialog.setWindowIcon(icon)
23 23
        self.buttonBox = QtWidgets.QDialogButtonBox(CompressorDialog)
24 24
        self.buttonBox.setGeometry(QtCore.QRect(328, 154, 157, 23))
......
32 32
        font.setWeight(75)
33 33
        self.groupBox_2.setFont(font)
34 34
        self.groupBox_2.setObjectName("groupBox_2")
35
        self.label_2 = QtWidgets.QLabel(self.groupBox_2)
36
        self.label_2.setGeometry(QtCore.QRect(76, 96, 73, 57))
37
        self.label_2.setObjectName("label_2")
35
        self.label_Img = QtWidgets.QLabel(self.groupBox_2)
36
        self.label_Img.setGeometry(QtCore.QRect(76, 96, 73, 57))
37
        self.label_Img.setObjectName("label_Img")
38 38
        self.label = QtWidgets.QLabel(self.groupBox_2)
39 39
        self.label.setGeometry(QtCore.QRect(10, 32, 42, 21))
40 40
        font = QtGui.QFont()
......
45 45
        self.label.setObjectName("label")
46 46
        self.lineEdit_TagNo = QtWidgets.QLineEdit(self.groupBox_2)
47 47
        self.lineEdit_TagNo.setGeometry(QtCore.QRect(64, 32, 133, 21))
48
        self.lineEdit_TagNo.setAlignment(QtCore.Qt.AlignCenter)
48 49
        self.lineEdit_TagNo.setObjectName("lineEdit_TagNo")
49 50
        self.label_Img_In = QtWidgets.QLabel(self.groupBox_2)
50 51
        self.label_Img_In.setGeometry(QtCore.QRect(28, 72, 69, 25))
......
103 104
        font.setBold(False)
104 105
        font.setWeight(50)
105 106
        self.lineEdit_Suc_Pressure.setFont(font)
107
        self.lineEdit_Suc_Pressure.setAlignment(QtCore.Qt.AlignCenter)
106 108
        self.lineEdit_Suc_Pressure.setObjectName("lineEdit_Suc_Pressure")
107 109
        self.lineEdit_Suc_Elevation = QtWidgets.QLineEdit(self.groupBox)
108 110
        self.lineEdit_Suc_Elevation.setGeometry(QtCore.QRect(148, 75, 100, 21))
......
112 114
        font.setBold(False)
113 115
        font.setWeight(50)
114 116
        self.lineEdit_Suc_Elevation.setFont(font)
117
        self.lineEdit_Suc_Elevation.setAlignment(QtCore.Qt.AlignCenter)
115 118
        self.lineEdit_Suc_Elevation.setObjectName("lineEdit_Suc_Elevation")
116 119
        self.label_Dis = QtWidgets.QLabel(self.groupBox)
117 120
        self.label_Dis.setGeometry(QtCore.QRect(11, 106, 25, 17))
......
124 127
        font.setBold(False)
125 128
        font.setWeight(50)
126 129
        self.lineEdit_Dis_Elevation.setFont(font)
130
        self.lineEdit_Dis_Elevation.setAlignment(QtCore.Qt.AlignCenter)
127 131
        self.lineEdit_Dis_Elevation.setObjectName("lineEdit_Dis_Elevation")
128 132
        self.lineEdit_Dis_Pressure = QtWidgets.QLineEdit(self.groupBox)
129 133
        self.lineEdit_Dis_Pressure.setGeometry(QtCore.QRect(42, 104, 100, 21))
......
133 137
        font.setBold(False)
134 138
        font.setWeight(50)
135 139
        self.lineEdit_Dis_Pressure.setFont(font)
140
        self.lineEdit_Dis_Pressure.setAlignment(QtCore.Qt.AlignCenter)
136 141
        self.lineEdit_Dis_Pressure.setObjectName("lineEdit_Dis_Pressure")
137 142

  
138 143
        self.retranslateUi(CompressorDialog)
......
148 153
        _translate = QtCore.QCoreApplication.translate
149 154
        CompressorDialog.setWindowTitle(_translate("CompressorDialog", "HYTOS Equipment Data - Compressor"))
150 155
        self.groupBox_2.setTitle(_translate("CompressorDialog", "Equipment Figure"))
151
        self.label_2.setText(_translate("CompressorDialog", "<html><head/><body><p><img src=\":/newPrefix/Compressor.png\"/></p></body></html>"))
156
        self.label_Img.setText(_translate("CompressorDialog", "<html><head/><body><p><img src=\":/images/Compressor.png\"/></p></body></html>"))
152 157
        self.label.setText(_translate("CompressorDialog", "Tag No."))
153
        self.label_Img_In.setText(_translate("CompressorDialog", "<html><head/><body><p><img src=\":/newPrefix/Compressor_In.png\"/></p></body></html>"))
154
        self.label_Img_Out.setText(_translate("CompressorDialog", "<html><head/><body><p><img src=\":/newPrefix/Compressor_Out.png\"/></p></body></html>"))
158
        self.label_Img_In.setText(_translate("CompressorDialog", "<html><head/><body><p><img src=\":/images/Compressor_In.png\"/></p></body></html>"))
159
        self.label_Img_Out.setText(_translate("CompressorDialog", "<html><head/><body><p><img src=\":/images/Compressor_Out.png\"/></p></body></html>"))
155 160
        self.groupBox.setTitle(_translate("CompressorDialog", "Equipment Data"))
156 161
        self.label_11.setText(_translate("CompressorDialog", "Pressure"))
157 162
        self.label_ElevationUnit.setText(_translate("CompressorDialog", "Elevation"))
158 163
        self.label_PressureUnit.setText(_translate("CompressorDialog", "Pressure"))
159 164
        self.label_12.setText(_translate("CompressorDialog", "Elevation"))
160
        self.label_Suc.setText(_translate("CompressorDialog", "<html><head/><body><p><img src=\":/newPrefix/Suction.png\"/></p></body></html>"))
161
        self.label_Dis.setText(_translate("CompressorDialog", "<html><head/><body><p><img src=\":/newPrefix/Discharge.png\"/></p></body></html>"))
165
        self.label_Suc.setText(_translate("CompressorDialog", "<html><head/><body><p><img src=\":/images/Suction.png\"/></p></body></html>"))
166
        self.label_Dis.setText(_translate("CompressorDialog", "<html><head/><body><p><img src=\":/images/Discharge.png\"/></p></body></html>"))
162 167
import Resource_rc
HYTOS/HYTOS/ConeRoof_UI.py
18 18
        font.setFamily("맑은 고딕")
19 19
        ConeRoofDialog.setFont(font)
20 20
        icon = QtGui.QIcon()
21
        icon.addPixmap(QtGui.QPixmap(":/newPrefix/HYTOS.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
21
        icon.addPixmap(QtGui.QPixmap(":/images/HYTOS.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
22 22
        ConeRoofDialog.setWindowIcon(icon)
23 23
        self.buttonBox = QtWidgets.QDialogButtonBox(ConeRoofDialog)
24 24
        self.buttonBox.setGeometry(QtCore.QRect(328, 320, 161, 23))
......
32 32
        font.setWeight(75)
33 33
        self.groupBox_2.setFont(font)
34 34
        self.groupBox_2.setObjectName("groupBox_2")
35
        self.label_2 = QtWidgets.QLabel(self.groupBox_2)
36
        self.label_2.setGeometry(QtCore.QRect(24, 112, 165, 137))
37
        self.label_2.setObjectName("label_2")
35
        self.label_Img = QtWidgets.QLabel(self.groupBox_2)
36
        self.label_Img.setGeometry(QtCore.QRect(24, 112, 165, 137))
37
        self.label_Img.setObjectName("label_Img")
38 38
        self.label = QtWidgets.QLabel(self.groupBox_2)
39 39
        self.label.setGeometry(QtCore.QRect(12, 30, 42, 21))
40 40
        font = QtGui.QFont()
......
48 48
        font.setBold(False)
49 49
        font.setWeight(50)
50 50
        self.lineEdit_TagNo.setFont(font)
51
        self.lineEdit_TagNo.setAlignment(QtCore.Qt.AlignCenter)
51 52
        self.lineEdit_TagNo.setObjectName("lineEdit_TagNo")
52 53
        self.label_Img_N1 = QtWidgets.QLabel(self.groupBox_2)
53 54
        self.label_Img_N1.setGeometry(QtCore.QRect(92, 96, 25, 21))
......
121 122
        self.lineEdit_N1_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
122 123
        self.lineEdit_N1_Elevation.setGeometry(QtCore.QRect(146, 66, 100, 20))
123 124
        self.lineEdit_N1_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
125
        self.lineEdit_N1_Elevation.setAlignment(QtCore.Qt.AlignCenter)
124 126
        self.lineEdit_N1_Elevation.setObjectName("lineEdit_N1_Elevation")
125 127
        self.lineEdit_N1_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
126 128
        self.lineEdit_N1_Pressure.setGeometry(QtCore.QRect(44, 66, 100, 20))
127 129
        self.lineEdit_N1_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
130
        self.lineEdit_N1_Pressure.setAlignment(QtCore.Qt.AlignCenter)
128 131
        self.lineEdit_N1_Pressure.setObjectName("lineEdit_N1_Pressure")
129 132
        self.label_N2 = QtWidgets.QLabel(self.groupBox_3)
130 133
        self.label_N2.setGeometry(QtCore.QRect(11, 94, 25, 17))
......
132 135
        self.lineEdit_N2_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
133 136
        self.lineEdit_N2_Elevation.setGeometry(QtCore.QRect(146, 92, 100, 21))
134 137
        self.lineEdit_N2_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
138
        self.lineEdit_N2_Elevation.setAlignment(QtCore.Qt.AlignCenter)
135 139
        self.lineEdit_N2_Elevation.setObjectName("lineEdit_N2_Elevation")
136 140
        self.lineEdit_N2_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
137 141
        self.lineEdit_N2_Pressure.setGeometry(QtCore.QRect(44, 92, 100, 21))
138 142
        self.lineEdit_N2_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
143
        self.lineEdit_N2_Pressure.setAlignment(QtCore.Qt.AlignCenter)
139 144
        self.lineEdit_N2_Pressure.setObjectName("lineEdit_N2_Pressure")
140 145
        self.label_N3 = QtWidgets.QLabel(self.groupBox_3)
141 146
        self.label_N3.setGeometry(QtCore.QRect(11, 120, 25, 17))
......
143 148
        self.lineEdit_N3_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
144 149
        self.lineEdit_N3_Pressure.setGeometry(QtCore.QRect(44, 118, 100, 20))
145 150
        self.lineEdit_N3_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
151
        self.lineEdit_N3_Pressure.setAlignment(QtCore.Qt.AlignCenter)
146 152
        self.lineEdit_N3_Pressure.setObjectName("lineEdit_N3_Pressure")
147 153
        self.lineEdit_N3_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
148 154
        self.lineEdit_N3_Elevation.setGeometry(QtCore.QRect(146, 118, 100, 20))
149 155
        self.lineEdit_N3_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
156
        self.lineEdit_N3_Elevation.setAlignment(QtCore.Qt.AlignCenter)
150 157
        self.lineEdit_N3_Elevation.setObjectName("lineEdit_N3_Elevation")
151 158
        self.lineEdit_N4_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
152 159
        self.lineEdit_N4_Pressure.setGeometry(QtCore.QRect(44, 144, 100, 20))
153 160
        self.lineEdit_N4_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
161
        self.lineEdit_N4_Pressure.setAlignment(QtCore.Qt.AlignCenter)
154 162
        self.lineEdit_N4_Pressure.setObjectName("lineEdit_N4_Pressure")
155 163
        self.lineEdit_N4_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
156 164
        self.lineEdit_N4_Elevation.setGeometry(QtCore.QRect(146, 144, 100, 20))
157 165
        self.lineEdit_N4_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
166
        self.lineEdit_N4_Elevation.setAlignment(QtCore.Qt.AlignCenter)
158 167
        self.lineEdit_N4_Elevation.setObjectName("lineEdit_N4_Elevation")
159 168
        self.label_N4 = QtWidgets.QLabel(self.groupBox_3)
160 169
        self.label_N4.setGeometry(QtCore.QRect(11, 146, 25, 17))
......
165 174
        self.lineEdit_N5_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
166 175
        self.lineEdit_N5_Elevation.setGeometry(QtCore.QRect(146, 170, 100, 21))
167 176
        self.lineEdit_N5_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
177
        self.lineEdit_N5_Elevation.setAlignment(QtCore.Qt.AlignCenter)
168 178
        self.lineEdit_N5_Elevation.setObjectName("lineEdit_N5_Elevation")
169 179
        self.lineEdit_N5_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
170 180
        self.lineEdit_N5_Pressure.setGeometry(QtCore.QRect(44, 170, 100, 21))
171 181
        self.lineEdit_N5_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
182
        self.lineEdit_N5_Pressure.setAlignment(QtCore.Qt.AlignCenter)
172 183
        self.lineEdit_N5_Pressure.setObjectName("lineEdit_N5_Pressure")
173 184
        self.label_N6 = QtWidgets.QLabel(self.groupBox_3)
174 185
        self.label_N6.setGeometry(QtCore.QRect(11, 198, 25, 17))
......
176 187
        self.lineEdit_N6_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
177 188
        self.lineEdit_N6_Elevation.setGeometry(QtCore.QRect(146, 196, 100, 20))
178 189
        self.lineEdit_N6_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
190
        self.lineEdit_N6_Elevation.setAlignment(QtCore.Qt.AlignCenter)
179 191
        self.lineEdit_N6_Elevation.setObjectName("lineEdit_N6_Elevation")
180 192
        self.lineEdit_N6_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
181 193
        self.lineEdit_N6_Pressure.setGeometry(QtCore.QRect(44, 196, 100, 20))
182 194
        self.lineEdit_N6_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
195
        self.lineEdit_N6_Pressure.setAlignment(QtCore.Qt.AlignCenter)
183 196
        self.lineEdit_N6_Pressure.setObjectName("lineEdit_N6_Pressure")
184 197
        self.label_N7 = QtWidgets.QLabel(self.groupBox_3)
185 198
        self.label_N7.setGeometry(QtCore.QRect(11, 224, 25, 17))
......
187 200
        self.lineEdit_N7_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
188 201
        self.lineEdit_N7_Pressure.setGeometry(QtCore.QRect(44, 222, 100, 20))
189 202
        self.lineEdit_N7_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
203
        self.lineEdit_N7_Pressure.setAlignment(QtCore.Qt.AlignCenter)
190 204
        self.lineEdit_N7_Pressure.setObjectName("lineEdit_N7_Pressure")
191 205
        self.lineEdit_N7_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
192 206
        self.lineEdit_N7_Elevation.setGeometry(QtCore.QRect(146, 222, 100, 20))
193 207
        self.lineEdit_N7_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
208
        self.lineEdit_N7_Elevation.setAlignment(QtCore.Qt.AlignCenter)
194 209
        self.lineEdit_N7_Elevation.setObjectName("lineEdit_N7_Elevation")
195 210
        self.lineEdit_N8_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
196 211
        self.lineEdit_N8_Pressure.setGeometry(QtCore.QRect(44, 248, 100, 21))
197 212
        self.lineEdit_N8_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
213
        self.lineEdit_N8_Pressure.setAlignment(QtCore.Qt.AlignCenter)
198 214
        self.lineEdit_N8_Pressure.setObjectName("lineEdit_N8_Pressure")
199 215
        self.label_N8 = QtWidgets.QLabel(self.groupBox_3)
200 216
        self.label_N8.setGeometry(QtCore.QRect(11, 250, 25, 17))
......
202 218
        self.lineEdit_N8_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
203 219
        self.lineEdit_N8_Elevation.setGeometry(QtCore.QRect(146, 248, 100, 21))
204 220
        self.lineEdit_N8_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
221
        self.lineEdit_N8_Elevation.setAlignment(QtCore.Qt.AlignCenter)
205 222
        self.lineEdit_N8_Elevation.setObjectName("lineEdit_N8_Elevation")
206 223
        self.label_N9 = QtWidgets.QLabel(self.groupBox_3)
207 224
        self.label_N9.setGeometry(QtCore.QRect(11, 276, 25, 17))
......
209 226
        self.lineEdit_N9_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
210 227
        self.lineEdit_N9_Pressure.setGeometry(QtCore.QRect(44, 274, 100, 20))
211 228
        self.lineEdit_N9_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
229
        self.lineEdit_N9_Pressure.setAlignment(QtCore.Qt.AlignCenter)
212 230
        self.lineEdit_N9_Pressure.setObjectName("lineEdit_N9_Pressure")
213 231
        self.lineEdit_N9_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
214 232
        self.lineEdit_N9_Elevation.setGeometry(QtCore.QRect(146, 274, 100, 20))
215 233
        self.lineEdit_N9_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
234
        self.lineEdit_N9_Elevation.setAlignment(QtCore.Qt.AlignCenter)
216 235
        self.lineEdit_N9_Elevation.setObjectName("lineEdit_N9_Elevation")
217 236

  
218 237
        self.retranslateUi(ConeRoofDialog)
......
242 261
        _translate = QtCore.QCoreApplication.translate
243 262
        ConeRoofDialog.setWindowTitle(_translate("ConeRoofDialog", "HYTOS Equipment Data - Cone Roof Tank"))
244 263
        self.groupBox_2.setTitle(_translate("ConeRoofDialog", "Equipment Figure"))
245
        self.label_2.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/ConeRoof.png\"/></p></body></html>"))
264
        self.label_Img.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/images/ConeRoof.png\"/></p></body></html>"))
246 265
        self.label.setText(_translate("ConeRoofDialog", "Tag No."))
247
        self.label_Img_N1.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N1.png\"/></p></body></html>"))
248
        self.label_Img_N9.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N9.png\"/></p></body></html>"))
249
        self.label_Img_N2.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N2.png\"/></p></body></html>"))
250
        self.label_Img_N6.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N6.png\"/></p></body></html>"))
251
        self.label_Img_N7.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N7.png\"/></p></body></html>"))
252
        self.label_Img_N5.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N5.png\"/></p></body></html>"))
253
        self.label_Img_N4.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N4.png\"/></p></body></html>"))
254
        self.label_Img_N3.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N3.png\"/></p></body></html>"))
255
        self.label_Img_N8.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N8.png\"/></p></body></html>"))
266
        self.label_Img_N1.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/images/N1.png\"/></p></body></html>"))
267
        self.label_Img_N9.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/images/N9.png\"/></p></body></html>"))
268
        self.label_Img_N2.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/images/N2.png\"/></p></body></html>"))
269
        self.label_Img_N6.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/images/N6.png\"/></p></body></html>"))
270
        self.label_Img_N7.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/images/N7.png\"/></p></body></html>"))
271
        self.label_Img_N5.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/images/N5.png\"/></p></body></html>"))
272
        self.label_Img_N4.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/images/N4.png\"/></p></body></html>"))
273
        self.label_Img_N3.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/images/N3.png\"/></p></body></html>"))
274
        self.label_Img_N8.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/images/N8.png\"/></p></body></html>"))
256 275
        self.groupBox_3.setTitle(_translate("ConeRoofDialog", "Equipment Data"))
257 276
        self.label_3.setText(_translate("ConeRoofDialog", "Pressure"))
258 277
        self.label_4.setText(_translate("ConeRoofDialog", "Elevation"))
259 278
        self.label_PressureUnit.setText(_translate("ConeRoofDialog", "kg/cm2(g)"))
260 279
        self.label_ElevationUnit.setText(_translate("ConeRoofDialog", "m"))
261
        self.label_N1.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N1.png\"/></p></body></html>"))
262
        self.label_N2.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N2.png\"/></p></body></html>"))
263
        self.label_N3.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N3.png\"/></p></body></html>"))
264
        self.label_N4.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N4.png\"/></p></body></html>"))
265
        self.label_N5.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N5.png\"/></p></body></html>"))
266
        self.label_N6.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N6.png\"/></p></body></html>"))
267
        self.label_N7.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N7.png\"/></p></body></html>"))
268
        self.label_N8.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N8.png\"/></p></body></html>"))
269
        self.label_N9.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N9.png\"/></p></body></html>"))
280
        self.label_N1.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/images/N1.png\"/></p></body></html>"))
281
        self.label_N2.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/images/N2.png\"/></p></body></html>"))
282
        self.label_N3.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/images/N3.png\"/></p></body></html>"))
283
        self.label_N4.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/images/N4.png\"/></p></body></html>"))
284
        self.label_N5.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/images/N5.png\"/></p></body></html>"))
285
        self.label_N6.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/images/N6.png\"/></p></body></html>"))
286
        self.label_N7.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/images/N7.png\"/></p></body></html>"))
287
        self.label_N8.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/images/N8.png\"/></p></body></html>"))
288
        self.label_N9.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/images/N9.png\"/></p></body></html>"))
270 289
import Resource_rc
HYTOS/HYTOS/DP_Equipment_UI.py
15 15
        DP_EquipmentDialog.setObjectName("DP_EquipmentDialog")
16 16
        DP_EquipmentDialog.resize(518, 259)
17 17
        icon = QtGui.QIcon()
18
        icon.addPixmap(QtGui.QPixmap(":/newPrefix/HYTOS.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
18
        icon.addPixmap(QtGui.QPixmap(":/images/HYTOS.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
19 19
        DP_EquipmentDialog.setWindowIcon(icon)
20 20
        self.buttonBox = QtWidgets.QDialogButtonBox(DP_EquipmentDialog)
21 21
        self.buttonBox.setGeometry(QtCore.QRect(352, 224, 156, 23))
......
29 29
        font.setWeight(75)
30 30
        self.groupBox_2.setFont(font)
31 31
        self.groupBox_2.setObjectName("groupBox_2")
32
        self.label_2 = QtWidgets.QLabel(self.groupBox_2)
33
        self.label_2.setGeometry(QtCore.QRect(72, 120, 69, 53))
32
        self.label_Img = QtWidgets.QLabel(self.groupBox_2)
33
        self.label_Img.setGeometry(QtCore.QRect(72, 120, 69, 53))
34 34
        font = QtGui.QFont()
35 35
        font.setFamily("맑은 고딕")
36 36
        font.setBold(False)
37 37
        font.setWeight(50)
38
        self.label_2.setFont(font)
39
        self.label_2.setObjectName("label_2")
38
        self.label_Img.setFont(font)
39
        self.label_Img.setObjectName("label_Img")
40 40
        self.label = QtWidgets.QLabel(self.groupBox_2)
41 41
        self.label.setGeometry(QtCore.QRect(10, 32, 49, 21))
42 42
        font = QtGui.QFont()
......
47 47
        self.label.setObjectName("label")
48 48
        self.lineEdit_TagNo = QtWidgets.QLineEdit(self.groupBox_2)
49 49
        self.lineEdit_TagNo.setGeometry(QtCore.QRect(64, 32, 133, 21))
50
        self.lineEdit_TagNo.setAlignment(QtCore.Qt.AlignCenter)
50 51
        self.lineEdit_TagNo.setObjectName("lineEdit_TagNo")
51 52
        self.label_Img_Horizontal_In = QtWidgets.QLabel(self.groupBox_2)
52 53
        self.label_Img_Horizontal_In.setGeometry(QtCore.QRect(24, 138, 77, 17))
......
106 107
        self.lineEdit_Horizontal_Pressure = QtWidgets.QLineEdit(self.groupBox)
107 108
        self.lineEdit_Horizontal_Pressure.setGeometry(QtCore.QRect(42, 74, 100, 21))
108 109
        self.lineEdit_Horizontal_Pressure.setMinimumSize(QtCore.QSize(100, 0))
110
        self.lineEdit_Horizontal_Pressure.setAlignment(QtCore.Qt.AlignCenter)
109 111
        self.lineEdit_Horizontal_Pressure.setObjectName("lineEdit_Horizontal_Pressure")
110 112
        self.lineEdit_Horizontal_Elevation = QtWidgets.QLineEdit(self.groupBox)
111 113
        self.lineEdit_Horizontal_Elevation.setGeometry(QtCore.QRect(148, 74, 100, 21))
112 114
        self.lineEdit_Horizontal_Elevation.setMinimumSize(QtCore.QSize(100, 0))
115
        self.lineEdit_Horizontal_Elevation.setAlignment(QtCore.Qt.AlignCenter)
113 116
        self.lineEdit_Horizontal_Elevation.setObjectName("lineEdit_Horizontal_Elevation")
114 117
        self.label_Vertical = QtWidgets.QLabel(self.groupBox)
115 118
        self.label_Vertical.setGeometry(QtCore.QRect(11, 104, 25, 17))
......
117 120
        self.lineEdit_Vertical_Pressure = QtWidgets.QLineEdit(self.groupBox)
118 121
        self.lineEdit_Vertical_Pressure.setGeometry(QtCore.QRect(42, 102, 100, 21))
119 122
        self.lineEdit_Vertical_Pressure.setMinimumSize(QtCore.QSize(100, 0))
123
        self.lineEdit_Vertical_Pressure.setAlignment(QtCore.Qt.AlignCenter)
120 124
        self.lineEdit_Vertical_Pressure.setObjectName("lineEdit_Vertical_Pressure")
121 125
        self.lineEdit_Vertical_Elevation = QtWidgets.QLineEdit(self.groupBox)
122 126
        self.lineEdit_Vertical_Elevation.setGeometry(QtCore.QRect(148, 102, 100, 21))
123 127
        self.lineEdit_Vertical_Elevation.setMinimumSize(QtCore.QSize(100, 0))
128
        self.lineEdit_Vertical_Elevation.setAlignment(QtCore.Qt.AlignCenter)
124 129
        self.lineEdit_Vertical_Elevation.setObjectName("lineEdit_Vertical_Elevation")
125 130

  
126 131
        self.retranslateUi(DP_EquipmentDialog)
......
136 141
        _translate = QtCore.QCoreApplication.translate
137 142
        DP_EquipmentDialog.setWindowTitle(_translate("DP_EquipmentDialog", "HYTOS Equipment Data - Miscellaneous Equipment"))
138 143
        self.groupBox_2.setTitle(_translate("DP_EquipmentDialog", "Equipment Figure"))
139
        self.label_2.setText(_translate("DP_EquipmentDialog", "<html><head/><body><p><img src=\":/newPrefix/DP_Equipment.png\"/></p></body></html>"))
144
        self.label_Img.setText(_translate("DP_EquipmentDialog", "<html><head/><body><p><img src=\":/images/DP_Equipment.png\"/></p></body></html>"))
140 145
        self.label.setText(_translate("DP_EquipmentDialog", "Tag No."))
141
        self.label_Img_Horizontal_In.setText(_translate("DP_EquipmentDialog", "<html><head/><body><p><img src=\":/newPrefix/Horizontal_In.png\"/></p></body></html>"))
142
        self.label_Img_Horizontal_Out.setText(_translate("DP_EquipmentDialog", "<html><head/><body><p><img src=\":/newPrefix/Horizontal_Out.png\"/></p></body></html>"))
143
        self.label_Img_Vertical_Out.setText(_translate("DP_EquipmentDialog", "<html><head/><body><p><img src=\":/newPrefix/Vertical_Out.png\"/></p></body></html>"))
144
        self.label_Img_Vertical_In.setText(_translate("DP_EquipmentDialog", "<html><head/><body><p><img src=\":/newPrefix/Vertical_In.png\"/></p></body></html>"))
146
        self.label_Img_Horizontal_In.setText(_translate("DP_EquipmentDialog", "<html><head/><body><p><img src=\":/images/Horizontal_In.png\"/></p></body></html>"))
147
        self.label_Img_Horizontal_Out.setText(_translate("DP_EquipmentDialog", "<html><head/><body><p><img src=\":/images/Horizontal_Out.png\"/></p></body></html>"))
148
        self.label_Img_Vertical_Out.setText(_translate("DP_EquipmentDialog", "<html><head/><body><p><img src=\":/images/Vertical_Out.png\"/></p></body></html>"))
149
        self.label_Img_Vertical_In.setText(_translate("DP_EquipmentDialog", "<html><head/><body><p><img src=\":/images/Vertical_In.png\"/></p></body></html>"))
145 150
        self.groupBox.setTitle(_translate("DP_EquipmentDialog", "Equipment Data"))
146 151
        self.label_PressureUnit.setText(_translate("DP_EquipmentDialog", "P. Drop"))
147 152
        self.label_11.setText(_translate("DP_EquipmentDialog", "P. Drop"))
148 153
        self.label_ElevationUnit.setText(_translate("DP_EquipmentDialog", "Elevation"))
149 154
        self.label_12.setText(_translate("DP_EquipmentDialog", "Elevation"))
150
        self.label_Horizontal.setText(_translate("DP_EquipmentDialog", "<html><head/><body><p><img src=\":/newPrefix/Horizontal.png\"/></p></body></html>"))
151
        self.label_Vertical.setText(_translate("DP_EquipmentDialog", "<html><head/><body><p><img src=\":/newPrefix/Vertical.png\"/></p></body></html>"))
155
        self.label_Horizontal.setText(_translate("DP_EquipmentDialog", "<html><head/><body><p><img src=\":/images/Horizontal.png\"/></p></body></html>"))
156
        self.label_Vertical.setText(_translate("DP_EquipmentDialog", "<html><head/><body><p><img src=\":/images/Vertical.png\"/></p></body></html>"))
152 157
import Resource_rc
HYTOS/HYTOS/DomeRoof_UI.py
18 18
        font.setFamily("맑은 고딕")
19 19
        DomeRoofDialog.setFont(font)
20 20
        icon = QtGui.QIcon()
21
        icon.addPixmap(QtGui.QPixmap(":/newPrefix/HYTOS.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
21
        icon.addPixmap(QtGui.QPixmap(":/images/HYTOS.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
22 22
        DomeRoofDialog.setWindowIcon(icon)
23 23
        self.buttonBox = QtWidgets.QDialogButtonBox(DomeRoofDialog)
24 24
        self.buttonBox.setGeometry(QtCore.QRect(328, 320, 161, 23))
......
32 32
        font.setWeight(75)
33 33
        self.groupBox_2.setFont(font)
34 34
        self.groupBox_2.setObjectName("groupBox_2")
35
        self.label_2 = QtWidgets.QLabel(self.groupBox_2)
36
        self.label_2.setGeometry(QtCore.QRect(24, 112, 165, 137))
37
        self.label_2.setObjectName("label_2")
35
        self.label_Img = QtWidgets.QLabel(self.groupBox_2)
36
        self.label_Img.setGeometry(QtCore.QRect(24, 112, 165, 137))
37
        self.label_Img.setObjectName("label_Img")
38 38
        self.label = QtWidgets.QLabel(self.groupBox_2)
39 39
        self.label.setGeometry(QtCore.QRect(12, 30, 42, 21))
40 40
        font = QtGui.QFont()
......
48 48
        font.setBold(False)
49 49
        font.setWeight(50)
50 50
        self.lineEdit_TagNo.setFont(font)
51
        self.lineEdit_TagNo.setAlignment(QtCore.Qt.AlignCenter)
51 52
        self.lineEdit_TagNo.setObjectName("lineEdit_TagNo")
52 53
        self.label_Img_N1 = QtWidgets.QLabel(self.groupBox_2)
53 54
        self.label_Img_N1.setGeometry(QtCore.QRect(92, 96, 25, 21))
......
121 122
        self.lineEdit_N1_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
122 123
        self.lineEdit_N1_Elevation.setGeometry(QtCore.QRect(146, 66, 100, 20))
123 124
        self.lineEdit_N1_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
125
        self.lineEdit_N1_Elevation.setAlignment(QtCore.Qt.AlignCenter)
124 126
        self.lineEdit_N1_Elevation.setObjectName("lineEdit_N1_Elevation")
125 127
        self.lineEdit_N1_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
126 128
        self.lineEdit_N1_Pressure.setGeometry(QtCore.QRect(44, 66, 100, 20))
127 129
        self.lineEdit_N1_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
130
        self.lineEdit_N1_Pressure.setAlignment(QtCore.Qt.AlignCenter)
128 131
        self.lineEdit_N1_Pressure.setObjectName("lineEdit_N1_Pressure")
129 132
        self.label_N2 = QtWidgets.QLabel(self.groupBox_3)
130 133
        self.label_N2.setGeometry(QtCore.QRect(11, 94, 25, 17))
......
132 135
        self.lineEdit_N2_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
133 136
        self.lineEdit_N2_Elevation.setGeometry(QtCore.QRect(146, 92, 100, 21))
134 137
        self.lineEdit_N2_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
138
        self.lineEdit_N2_Elevation.setAlignment(QtCore.Qt.AlignCenter)
135 139
        self.lineEdit_N2_Elevation.setObjectName("lineEdit_N2_Elevation")
136 140
        self.lineEdit_N2_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
137 141
        self.lineEdit_N2_Pressure.setGeometry(QtCore.QRect(44, 92, 100, 21))
138 142
        self.lineEdit_N2_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
143
        self.lineEdit_N2_Pressure.setAlignment(QtCore.Qt.AlignCenter)
139 144
        self.lineEdit_N2_Pressure.setObjectName("lineEdit_N2_Pressure")
140 145
        self.label_N3 = QtWidgets.QLabel(self.groupBox_3)
141 146
        self.label_N3.setGeometry(QtCore.QRect(11, 120, 25, 17))
......
143 148
        self.lineEdit_N3_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
144 149
        self.lineEdit_N3_Pressure.setGeometry(QtCore.QRect(44, 118, 100, 20))
145 150
        self.lineEdit_N3_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
151
        self.lineEdit_N3_Pressure.setAlignment(QtCore.Qt.AlignCenter)
146 152
        self.lineEdit_N3_Pressure.setObjectName("lineEdit_N3_Pressure")
147 153
        self.lineEdit_N3_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
148 154
        self.lineEdit_N3_Elevation.setGeometry(QtCore.QRect(146, 118, 100, 20))
149 155
        self.lineEdit_N3_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
156
        self.lineEdit_N3_Elevation.setAlignment(QtCore.Qt.AlignCenter)
150 157
        self.lineEdit_N3_Elevation.setObjectName("lineEdit_N3_Elevation")
151 158
        self.lineEdit_N4_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
152 159
        self.lineEdit_N4_Pressure.setGeometry(QtCore.QRect(44, 144, 100, 20))
153 160
        self.lineEdit_N4_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
161
        self.lineEdit_N4_Pressure.setAlignment(QtCore.Qt.AlignCenter)
154 162
        self.lineEdit_N4_Pressure.setObjectName("lineEdit_N4_Pressure")
155 163
        self.lineEdit_N4_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
156 164
        self.lineEdit_N4_Elevation.setGeometry(QtCore.QRect(146, 144, 100, 20))
157 165
        self.lineEdit_N4_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
166
        self.lineEdit_N4_Elevation.setAlignment(QtCore.Qt.AlignCenter)
158 167
        self.lineEdit_N4_Elevation.setObjectName("lineEdit_N4_Elevation")
159 168
        self.label_N4 = QtWidgets.QLabel(self.groupBox_3)
160 169
        self.label_N4.setGeometry(QtCore.QRect(11, 146, 25, 17))
......
165 174
        self.lineEdit_N5_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
166 175
        self.lineEdit_N5_Elevation.setGeometry(QtCore.QRect(146, 170, 100, 21))
167 176
        self.lineEdit_N5_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
177
        self.lineEdit_N5_Elevation.setAlignment(QtCore.Qt.AlignCenter)
168 178
        self.lineEdit_N5_Elevation.setObjectName("lineEdit_N5_Elevation")
169 179
        self.lineEdit_N5_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
170 180
        self.lineEdit_N5_Pressure.setGeometry(QtCore.QRect(44, 170, 100, 21))
171 181
        self.lineEdit_N5_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
182
        self.lineEdit_N5_Pressure.setAlignment(QtCore.Qt.AlignCenter)
172 183
        self.lineEdit_N5_Pressure.setObjectName("lineEdit_N5_Pressure")
173 184
        self.label_N6 = QtWidgets.QLabel(self.groupBox_3)
174 185
        self.label_N6.setGeometry(QtCore.QRect(11, 198, 25, 17))
......
176 187
        self.lineEdit_N6_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
177 188
        self.lineEdit_N6_Elevation.setGeometry(QtCore.QRect(146, 196, 100, 20))
178 189
        self.lineEdit_N6_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
190
        self.lineEdit_N6_Elevation.setAlignment(QtCore.Qt.AlignCenter)
179 191
        self.lineEdit_N6_Elevation.setObjectName("lineEdit_N6_Elevation")
180 192
        self.lineEdit_N6_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
181 193
        self.lineEdit_N6_Pressure.setGeometry(QtCore.QRect(44, 196, 100, 20))
182 194
        self.lineEdit_N6_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
195
        self.lineEdit_N6_Pressure.setAlignment(QtCore.Qt.AlignCenter)
183 196
        self.lineEdit_N6_Pressure.setObjectName("lineEdit_N6_Pressure")
184 197
        self.label_N7 = QtWidgets.QLabel(self.groupBox_3)
185 198
        self.label_N7.setGeometry(QtCore.QRect(11, 224, 25, 17))
......
187 200
        self.lineEdit_N7_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
188 201
        self.lineEdit_N7_Pressure.setGeometry(QtCore.QRect(44, 222, 100, 20))
189 202
        self.lineEdit_N7_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
203
        self.lineEdit_N7_Pressure.setAlignment(QtCore.Qt.AlignCenter)
190 204
        self.lineEdit_N7_Pressure.setObjectName("lineEdit_N7_Pressure")
191 205
        self.lineEdit_N7_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
192 206
        self.lineEdit_N7_Elevation.setGeometry(QtCore.QRect(146, 222, 100, 20))
193 207
        self.lineEdit_N7_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
208
        self.lineEdit_N7_Elevation.setAlignment(QtCore.Qt.AlignCenter)
194 209
        self.lineEdit_N7_Elevation.setObjectName("lineEdit_N7_Elevation")
195 210
        self.lineEdit_N8_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
196 211
        self.lineEdit_N8_Pressure.setGeometry(QtCore.QRect(44, 248, 100, 21))
197 212
        self.lineEdit_N8_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
213
        self.lineEdit_N8_Pressure.setAlignment(QtCore.Qt.AlignCenter)
198 214
        self.lineEdit_N8_Pressure.setObjectName("lineEdit_N8_Pressure")
199 215
        self.label_N8 = QtWidgets.QLabel(self.groupBox_3)
200 216
        self.label_N8.setGeometry(QtCore.QRect(11, 250, 25, 17))
......
202 218
        self.lineEdit_N8_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
203 219
        self.lineEdit_N8_Elevation.setGeometry(QtCore.QRect(146, 248, 100, 21))
204 220
        self.lineEdit_N8_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
221
        self.lineEdit_N8_Elevation.setAlignment(QtCore.Qt.AlignCenter)
205 222
        self.lineEdit_N8_Elevation.setObjectName("lineEdit_N8_Elevation")
206 223
        self.label_N9 = QtWidgets.QLabel(self.groupBox_3)
207 224
        self.label_N9.setGeometry(QtCore.QRect(11, 276, 25, 17))
......
209 226
        self.lineEdit_N9_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
210 227
        self.lineEdit_N9_Pressure.setGeometry(QtCore.QRect(44, 274, 100, 20))
211 228
        self.lineEdit_N9_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
229
        self.lineEdit_N9_Pressure.setAlignment(QtCore.Qt.AlignCenter)
212 230
        self.lineEdit_N9_Pressure.setObjectName("lineEdit_N9_Pressure")
213 231
        self.lineEdit_N9_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
214 232
        self.lineEdit_N9_Elevation.setGeometry(QtCore.QRect(146, 274, 100, 20))
215 233
        self.lineEdit_N9_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
234
        self.lineEdit_N9_Elevation.setAlignment(QtCore.Qt.AlignCenter)
216 235
        self.lineEdit_N9_Elevation.setObjectName("lineEdit_N9_Elevation")
217 236

  
218 237
        self.retranslateUi(DomeRoofDialog)
......
242 261
        _translate = QtCore.QCoreApplication.translate
243 262
        DomeRoofDialog.setWindowTitle(_translate("DomeRoofDialog", "HYTOS Equipment Data - Dome Roof Tank"))
244 263
        self.groupBox_2.setTitle(_translate("DomeRoofDialog", "Equipment Figure"))
245
        self.label_2.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/DomeRoof.png\"/></p></body></html>"))
264
        self.label_Img.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/images/DomeRoof.png\"/></p></body></html>"))
246 265
        self.label.setText(_translate("DomeRoofDialog", "Tag No."))
247
        self.label_Img_N1.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N1.png\"/></p></body></html>"))
248
        self.label_Img_N9.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N9.png\"/></p></body></html>"))
249
        self.label_Img_N2.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N2.png\"/></p></body></html>"))
250
        self.label_Img_N6.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N6.png\"/></p></body></html>"))
251
        self.label_Img_N7.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N7.png\"/></p></body></html>"))
252
        self.label_Img_N5.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N5.png\"/></p></body></html>"))
253
        self.label_Img_N4.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N4.png\"/></p></body></html>"))
254
        self.label_Img_N3.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N3.png\"/></p></body></html>"))
255
        self.label_Img_N8.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N8.png\"/></p></body></html>"))
266
        self.label_Img_N1.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/images/N1.png\"/></p></body></html>"))
267
        self.label_Img_N9.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/images/N9.png\"/></p></body></html>"))
268
        self.label_Img_N2.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/images/N2.png\"/></p></body></html>"))
269
        self.label_Img_N6.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/images/N6.png\"/></p></body></html>"))
270
        self.label_Img_N7.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/images/N7.png\"/></p></body></html>"))
271
        self.label_Img_N5.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/images/N5.png\"/></p></body></html>"))
272
        self.label_Img_N4.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/images/N4.png\"/></p></body></html>"))
273
        self.label_Img_N3.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/images/N3.png\"/></p></body></html>"))
274
        self.label_Img_N8.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/images/N8.png\"/></p></body></html>"))
256 275
        self.groupBox_3.setTitle(_translate("DomeRoofDialog", "Equipment Data"))
257 276
        self.label_3.setText(_translate("DomeRoofDialog", "Pressure"))
258 277
        self.label_4.setText(_translate("DomeRoofDialog", "Elevation"))
259 278
        self.label_PressureUnit.setText(_translate("DomeRoofDialog", "kg/cm2(g)"))
260 279
        self.label_ElevationUnit.setText(_translate("DomeRoofDialog", "m"))
261
        self.label_N1.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N1.png\"/></p></body></html>"))
262
        self.label_N2.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N2.png\"/></p></body></html>"))
263
        self.label_N3.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N3.png\"/></p></body></html>"))
264
        self.label_N4.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N4.png\"/></p></body></html>"))
265
        self.label_N5.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N5.png\"/></p></body></html>"))
266
        self.label_N6.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N6.png\"/></p></body></html>"))
267
        self.label_N7.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N7.png\"/></p></body></html>"))
268
        self.label_N8.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N8.png\"/></p></body></html>"))
269
        self.label_N9.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/newPrefix/N9.png\"/></p></body></html>"))
280
        self.label_N1.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/images/N1.png\"/></p></body></html>"))
281
        self.label_N2.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/images/N2.png\"/></p></body></html>"))
282
        self.label_N3.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/images/N3.png\"/></p></body></html>"))
283
        self.label_N4.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/images/N4.png\"/></p></body></html>"))
284
        self.label_N5.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/images/N5.png\"/></p></body></html>"))
285
        self.label_N6.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/images/N6.png\"/></p></body></html>"))
286
        self.label_N7.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/images/N7.png\"/></p></body></html>"))
287
        self.label_N8.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/images/N8.png\"/></p></body></html>"))
288
        self.label_N9.setText(_translate("DomeRoofDialog", "<html><head/><body><p><img src=\":/images/N9.png\"/></p></body></html>"))
270 289
import Resource_rc
HYTOS/HYTOS/Drum_Horizontal_UI.py
18 18
        font.setFamily("맑은 고딕")
19 19
        Drum_HorizontalDialog.setFont(font)
20 20
        icon = QtGui.QIcon()
21
        icon.addPixmap(QtGui.QPixmap(":/newPrefix/HYTOS.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
21
        icon.addPixmap(QtGui.QPixmap(":/images/HYTOS.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
22 22
        Drum_HorizontalDialog.setWindowIcon(icon)
23 23
        self.buttonBox = QtWidgets.QDialogButtonBox(Drum_HorizontalDialog)
24 24
        self.buttonBox.setGeometry(QtCore.QRect(16, 352, 525, 23))
......
32 32
        font.setWeight(75)
33 33
        self.groupBox_2.setFont(font)
34 34
        self.groupBox_2.setObjectName("groupBox_2")
35
        self.label_2 = QtWidgets.QLabel(self.groupBox_2)
36
        self.label_2.setGeometry(QtCore.QRect(36, 132, 197, 89))
37
        self.label_2.setObjectName("label_2")
35
        self.label_Img = QtWidgets.QLabel(self.groupBox_2)
36
        self.label_Img.setGeometry(QtCore.QRect(36, 132, 197, 89))
37
        self.label_Img.setObjectName("label_Img")
38 38
        self.lineEdit_TagNo = QtWidgets.QLineEdit(self.groupBox_2)
39 39
        self.lineEdit_TagNo.setGeometry(QtCore.QRect(64, 32, 133, 21))
40 40
        font = QtGui.QFont()
41 41
        font.setBold(False)
42 42
        font.setWeight(50)
43 43
        self.lineEdit_TagNo.setFont(font)
44
        self.lineEdit_TagNo.setAlignment(QtCore.Qt.AlignCenter)
44 45
        self.lineEdit_TagNo.setObjectName("lineEdit_TagNo")
45 46
        self.label = QtWidgets.QLabel(self.groupBox_2)
46 47
        self.label.setGeometry(QtCore.QRect(10, 32, 49, 21))
......
121 122
        self.lineEdit_N4_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
122 123
        self.lineEdit_N4_Elevation.setGeometry(QtCore.QRect(146, 144, 100, 20))
123 124
        self.lineEdit_N4_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
125
        self.lineEdit_N4_Elevation.setAlignment(QtCore.Qt.AlignCenter)
124 126
        self.lineEdit_N4_Elevation.setObjectName("lineEdit_N4_Elevation")
125 127
        self.lineEdit_N8_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
126 128
        self.lineEdit_N8_Elevation.setGeometry(QtCore.QRect(146, 248, 100, 21))
127 129
        self.lineEdit_N8_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
130
        self.lineEdit_N8_Elevation.setAlignment(QtCore.Qt.AlignCenter)
128 131
        self.lineEdit_N8_Elevation.setObjectName("lineEdit_N8_Elevation")
129 132
        self.lineEdit_N6_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
130 133
        self.lineEdit_N6_Pressure.setGeometry(QtCore.QRect(44, 196, 100, 20))
131 134
        self.lineEdit_N6_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
135
        self.lineEdit_N6_Pressure.setAlignment(QtCore.Qt.AlignCenter)
132 136
        self.lineEdit_N6_Pressure.setObjectName("lineEdit_N6_Pressure")
133 137
        self.label_N9 = QtWidgets.QLabel(self.groupBox_3)
134 138
        self.label_N9.setGeometry(QtCore.QRect(11, 276, 25, 17))
......
136 140
        self.lineEdit_N3_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
137 141
        self.lineEdit_N3_Elevation.setGeometry(QtCore.QRect(146, 118, 100, 20))
138 142
        self.lineEdit_N3_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
143
        self.lineEdit_N3_Elevation.setAlignment(QtCore.Qt.AlignCenter)
139 144
        self.lineEdit_N3_Elevation.setObjectName("lineEdit_N3_Elevation")
140 145
        self.label_N8 = QtWidgets.QLabel(self.groupBox_3)
141 146
        self.label_N8.setGeometry(QtCore.QRect(11, 250, 25, 17))
......
143 148
        self.lineEdit_N3_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
144 149
        self.lineEdit_N3_Pressure.setGeometry(QtCore.QRect(44, 118, 100, 20))
145 150
        self.lineEdit_N3_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
151
        self.lineEdit_N3_Pressure.setAlignment(QtCore.Qt.AlignCenter)
146 152
        self.lineEdit_N3_Pressure.setObjectName("lineEdit_N3_Pressure")
147 153
        self.lineEdit_N2_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
148 154
        self.lineEdit_N2_Elevation.setGeometry(QtCore.QRect(146, 92, 100, 21))
149 155
        self.lineEdit_N2_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
156
        self.lineEdit_N2_Elevation.setAlignment(QtCore.Qt.AlignCenter)
150 157
        self.lineEdit_N2_Elevation.setObjectName("lineEdit_N2_Elevation")
151 158
        self.label_N7 = QtWidgets.QLabel(self.groupBox_3)
152 159
        self.label_N7.setGeometry(QtCore.QRect(11, 224, 25, 17))
......
154 161
        self.lineEdit_N10_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
155 162
        self.lineEdit_N10_Pressure.setGeometry(QtCore.QRect(44, 300, 100, 20))
156 163
        self.lineEdit_N10_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
164
        self.lineEdit_N10_Pressure.setAlignment(QtCore.Qt.AlignCenter)
157 165
        self.lineEdit_N10_Pressure.setObjectName("lineEdit_N10_Pressure")
158 166
        self.lineEdit_N10_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
159 167
        self.lineEdit_N10_Elevation.setGeometry(QtCore.QRect(146, 300, 100, 20))
160 168
        self.lineEdit_N10_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
169
        self.lineEdit_N10_Elevation.setAlignment(QtCore.Qt.AlignCenter)
161 170
        self.lineEdit_N10_Elevation.setObjectName("lineEdit_N10_Elevation")
162 171
        self.label_N6 = QtWidgets.QLabel(self.groupBox_3)
163 172
        self.label_N6.setGeometry(QtCore.QRect(11, 198, 25, 17))
......
165 174
        self.lineEdit_N9_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
166 175
        self.lineEdit_N9_Pressure.setGeometry(QtCore.QRect(44, 274, 100, 20))
167 176
        self.lineEdit_N9_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
177
        self.lineEdit_N9_Pressure.setAlignment(QtCore.Qt.AlignCenter)
168 178
        self.lineEdit_N9_Pressure.setObjectName("lineEdit_N9_Pressure")
169 179
        self.label_N5 = QtWidgets.QLabel(self.groupBox_3)
170 180
        self.label_N5.setGeometry(QtCore.QRect(11, 172, 25, 17))
......
172 182
        self.lineEdit_N1_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
173 183
        self.lineEdit_N1_Pressure.setGeometry(QtCore.QRect(44, 66, 100, 20))
174 184
        self.lineEdit_N1_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
185
        self.lineEdit_N1_Pressure.setAlignment(QtCore.Qt.AlignCenter)
175 186
        self.lineEdit_N1_Pressure.setObjectName("lineEdit_N1_Pressure")
176 187
        self.lineEdit_N5_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
177 188
        self.lineEdit_N5_Pressure.setGeometry(QtCore.QRect(44, 170, 100, 21))
178 189
        self.lineEdit_N5_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
190
        self.lineEdit_N5_Pressure.setAlignment(QtCore.Qt.AlignCenter)
179 191
        self.lineEdit_N5_Pressure.setObjectName("lineEdit_N5_Pressure")
180 192
        self.lineEdit_N6_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
181 193
        self.lineEdit_N6_Elevation.setGeometry(QtCore.QRect(146, 196, 100, 20))
182 194
        self.lineEdit_N6_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
195
        self.lineEdit_N6_Elevation.setAlignment(QtCore.Qt.AlignCenter)
183 196
        self.lineEdit_N6_Elevation.setObjectName("lineEdit_N6_Elevation")
184 197
        self.label_N3 = QtWidgets.QLabel(self.groupBox_3)
185 198
        self.label_N3.setGeometry(QtCore.QRect(11, 120, 25, 17))
......
193 206
        self.lineEdit_N7_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
194 207
        self.lineEdit_N7_Elevation.setGeometry(QtCore.QRect(146, 222, 100, 20))
195 208
        self.lineEdit_N7_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
209
        self.lineEdit_N7_Elevation.setAlignment(QtCore.Qt.AlignCenter)
196 210
        self.lineEdit_N7_Elevation.setObjectName("lineEdit_N7_Elevation")
197 211
        self.lineEdit_N8_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
198 212
        self.lineEdit_N8_Pressure.setGeometry(QtCore.QRect(44, 248, 100, 21))
199 213
        self.lineEdit_N8_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
214
        self.lineEdit_N8_Pressure.setAlignment(QtCore.Qt.AlignCenter)
200 215
        self.lineEdit_N8_Pressure.setObjectName("lineEdit_N8_Pressure")
201 216
        self.lineEdit_N7_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
202 217
        self.lineEdit_N7_Pressure.setGeometry(QtCore.QRect(44, 222, 100, 20))
203 218
        self.lineEdit_N7_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
219
        self.lineEdit_N7_Pressure.setAlignment(QtCore.Qt.AlignCenter)
204 220
        self.lineEdit_N7_Pressure.setObjectName("lineEdit_N7_Pressure")
205 221
        self.lineEdit_N4_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
206 222
        self.lineEdit_N4_Pressure.setGeometry(QtCore.QRect(44, 144, 100, 20))
207 223
        self.lineEdit_N4_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
224
        self.lineEdit_N4_Pressure.setAlignment(QtCore.Qt.AlignCenter)
208 225
        self.lineEdit_N4_Pressure.setObjectName("lineEdit_N4_Pressure")
209 226
        self.lineEdit_N5_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
210 227
        self.lineEdit_N5_Elevation.setGeometry(QtCore.QRect(146, 170, 100, 21))
211 228
        self.lineEdit_N5_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
229
        self.lineEdit_N5_Elevation.setAlignment(QtCore.Qt.AlignCenter)
212 230
        self.lineEdit_N5_Elevation.setObjectName("lineEdit_N5_Elevation")
213 231
        self.label_N4 = QtWidgets.QLabel(self.groupBox_3)
214 232
        self.label_N4.setGeometry(QtCore.QRect(11, 146, 25, 17))
......
216 234
        self.lineEdit_N9_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
217 235
        self.lineEdit_N9_Elevation.setGeometry(QtCore.QRect(146, 274, 100, 20))
218 236
        self.lineEdit_N9_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
237
        self.lineEdit_N9_Elevation.setAlignment(QtCore.Qt.AlignCenter)
219 238
        self.lineEdit_N9_Elevation.setObjectName("lineEdit_N9_Elevation")
220 239
        self.lineEdit_N1_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
221 240
        self.lineEdit_N1_Elevation.setGeometry(QtCore.QRect(146, 66, 100, 20))
222 241
        self.lineEdit_N1_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
242
        self.lineEdit_N1_Elevation.setAlignment(QtCore.Qt.AlignCenter)
223 243
        self.lineEdit_N1_Elevation.setObjectName("lineEdit_N1_Elevation")
224 244
        self.label_N10 = QtWidgets.QLabel(self.groupBox_3)
225 245
        self.label_N10.setGeometry(QtCore.QRect(11, 302, 25, 17))
......
227 247
        self.lineEdit_N2_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
228 248
        self.lineEdit_N2_Pressure.setGeometry(QtCore.QRect(44, 92, 100, 21))
229 249
        self.lineEdit_N2_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
250
        self.lineEdit_N2_Pressure.setAlignment(QtCore.Qt.AlignCenter)
230 251
        self.lineEdit_N2_Pressure.setObjectName("lineEdit_N2_Pressure")
231 252

  
232 253
        self.retranslateUi(Drum_HorizontalDialog)
......
258 279
        _translate = QtCore.QCoreApplication.translate
259 280
        Drum_HorizontalDialog.setWindowTitle(_translate("Drum_HorizontalDialog", "HYTOS Equipment Data - Horizontal Drum"))
260 281
        self.groupBox_2.setTitle(_translate("Drum_HorizontalDialog", "Equipment Figure"))
261
        self.label_2.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/newPrefix/Drum_Horizontal.png\"/></p></body></html>"))
282
        self.label_Img.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/images/Drum_Horizontal.png\"/></p></body></html>"))
262 283
        self.label.setText(_translate("Drum_HorizontalDialog", "Tag No."))
263
        self.label_Img_N8.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/newPrefix/N8.png\"/></p></body></html>"))
264
        self.label_Img_N4.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/newPrefix/N4.png\"/></p></body></html>"))
265
        self.label_Img_N10.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/newPrefix/N10.png\"/></p></body></html>"))
266
        self.label_Img_N3.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/newPrefix/N3.png\"/></p></body></html>"))
267
        self.label_Img_N9.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/newPrefix/N9.png\"/></p></body></html>"))
268
        self.label_Img_N6.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/newPrefix/N6.png\"/></p></body></html>"))
269
        self.label_Img_N1.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/newPrefix/N1.png\"/></p></body></html>"))
270
        self.label_Img_N2.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/newPrefix/N2.png\"/></p></body></html>"))
271
        self.label_Img_N7.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/newPrefix/N7.png\"/></p></body></html>"))
272
        self.label_Img_N5.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/newPrefix/N5.png\"/></p></body></html>"))
284
        self.label_Img_N8.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/images/N8.png\"/></p></body></html>"))
285
        self.label_Img_N4.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/images/N4.png\"/></p></body></html>"))
286
        self.label_Img_N10.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/images/N10.png\"/></p></body></html>"))
287
        self.label_Img_N3.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/images/N3.png\"/></p></body></html>"))
288
        self.label_Img_N9.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/images/N9.png\"/></p></body></html>"))
289
        self.label_Img_N6.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/images/N6.png\"/></p></body></html>"))
290
        self.label_Img_N1.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/images/N1.png\"/></p></body></html>"))
291
        self.label_Img_N2.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/images/N2.png\"/></p></body></html>"))
292
        self.label_Img_N7.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/images/N7.png\"/></p></body></html>"))
293
        self.label_Img_N5.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/images/N5.png\"/></p></body></html>"))
273 294
        self.groupBox_3.setTitle(_translate("Drum_HorizontalDialog", "Equipment Data"))
274 295
        self.label_ElevationUnit.setText(_translate("Drum_HorizontalDialog", "m"))
275 296
        self.label_PressureUnit.setText(_translate("Drum_HorizontalDialog", "kg/cm2(g)"))
276 297
        self.label_3.setText(_translate("Drum_HorizontalDialog", "Pressure"))
277 298
        self.label_4.setText(_translate("Drum_HorizontalDialog", "Elevation"))
278
        self.label_N9.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/newPrefix/N9.png\"/></p></body></html>"))
279
        self.label_N8.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/newPrefix/N8.png\"/></p></body></html>"))
280
        self.label_N7.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/newPrefix/N7.png\"/></p></body></html>"))
281
        self.label_N6.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/newPrefix/N6.png\"/></p></body></html>"))
282
        self.label_N5.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/newPrefix/N5.png\"/></p></body></html>"))
283
        self.label_N3.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/newPrefix/N3.png\"/></p></body></html>"))
284
        self.label_N2.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/newPrefix/N2.png\"/></p></body></html>"))
285
        self.label_N1.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/newPrefix/N1.png\"/></p></body></html>"))
286
        self.label_N4.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/newPrefix/N4.png\"/></p></body></html>"))
287
        self.label_N10.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/newPrefix/N10.png\"/></p></body></html>"))
299
        self.label_N9.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/images/N9.png\"/></p></body></html>"))
300
        self.label_N8.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/images/N8.png\"/></p></body></html>"))
301
        self.label_N7.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/images/N7.png\"/></p></body></html>"))
302
        self.label_N6.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/images/N6.png\"/></p></body></html>"))
303
        self.label_N5.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/images/N5.png\"/></p></body></html>"))
304
        self.label_N3.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/images/N3.png\"/></p></body></html>"))
305
        self.label_N2.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/images/N2.png\"/></p></body></html>"))
306
        self.label_N1.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/images/N1.png\"/></p></body></html>"))
307
        self.label_N4.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/images/N4.png\"/></p></body></html>"))
308
        self.label_N10.setText(_translate("Drum_HorizontalDialog", "<html><head/><body><p><img src=\":/images/N10.png\"/></p></body></html>"))
288 309
import Resource_rc
HYTOS/HYTOS/Drum_Vertical_UI.py
18 18
        font.setFamily("맑은 고딕")
19 19
        Drum_VerticalDialog.setFont(font)
20 20
        icon = QtGui.QIcon()
21
        icon.addPixmap(QtGui.QPixmap(":/newPrefix/HYTOS.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
21
        icon.addPixmap(QtGui.QPixmap(":/images/HYTOS.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
22 22
        Drum_VerticalDialog.setWindowIcon(icon)
23 23
        self.buttonBox = QtWidgets.QDialogButtonBox(Drum_VerticalDialog)
24 24
        self.buttonBox.setGeometry(QtCore.QRect(332, 404, 157, 23))
......
32 32
        font.setWeight(75)
33 33
        self.groupBox_2.setFont(font)
34 34
        self.groupBox_2.setObjectName("groupBox_2")
35
        self.label_2 = QtWidgets.QLabel(self.groupBox_2)
36
        self.label_2.setGeometry(QtCore.QRect(56, 92, 125, 253))
37
        self.label_2.setObjectName("label_2")
35
        self.label_Img = QtWidgets.QLabel(self.groupBox_2)
36
        self.label_Img.setGeometry(QtCore.QRect(56, 92, 125, 253))
37
        self.label_Img.setObjectName("label_Img")
38 38
        self.label = QtWidgets.QLabel(self.groupBox_2)
39 39
        self.label.setGeometry(QtCore.QRect(10, 32, 49, 21))
40 40
        font = QtGui.QFont()
......
48 48
        font.setBold(False)
49 49
        font.setWeight(50)
50 50
        self.lineEdit_TagNo.setFont(font)
51
        self.lineEdit_TagNo.setAlignment(QtCore.Qt.AlignCenter)
51 52
        self.lineEdit_TagNo.setObjectName("lineEdit_TagNo")
52 53
        self.label_Img_N7 = QtWidgets.QLabel(self.groupBox_2)
53 54
        self.label_Img_N7.setGeometry(QtCore.QRect(96, 344, 25, 21))
......
130 131
        self.lineEdit_N1_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
131 132
        self.lineEdit_N1_Elevation.setGeometry(QtCore.QRect(146, 66, 100, 20))
132 133
        self.lineEdit_N1_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
134
        self.lineEdit_N1_Elevation.setAlignment(QtCore.Qt.AlignCenter)
133 135
        self.lineEdit_N1_Elevation.setObjectName("lineEdit_N1_Elevation")
134 136
        self.lineEdit_N1_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
135 137
        self.lineEdit_N1_Pressure.setGeometry(QtCore.QRect(44, 66, 100, 20))
136 138
        self.lineEdit_N1_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
139
        self.lineEdit_N1_Pressure.setAlignment(QtCore.Qt.AlignCenter)
137 140
        self.lineEdit_N1_Pressure.setObjectName("lineEdit_N1_Pressure")
138 141
        self.label_N2 = QtWidgets.QLabel(self.groupBox_3)
139 142
        self.label_N2.setGeometry(QtCore.QRect(11, 94, 25, 17))
......
141 144
        self.lineEdit_N2_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
142 145
        self.lineEdit_N2_Elevation.setGeometry(QtCore.QRect(146, 92, 100, 21))
143 146
        self.lineEdit_N2_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
147
        self.lineEdit_N2_Elevation.setAlignment(QtCore.Qt.AlignCenter)
144 148
        self.lineEdit_N2_Elevation.setObjectName("lineEdit_N2_Elevation")
145 149
        self.lineEdit_N2_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
146 150
        self.lineEdit_N2_Pressure.setGeometry(QtCore.QRect(44, 92, 100, 21))
147 151
        self.lineEdit_N2_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
152
        self.lineEdit_N2_Pressure.setAlignment(QtCore.Qt.AlignCenter)
148 153
        self.lineEdit_N2_Pressure.setObjectName("lineEdit_N2_Pressure")
149 154
        self.label_N3 = QtWidgets.QLabel(self.groupBox_3)
150 155
        self.label_N3.setGeometry(QtCore.QRect(11, 120, 25, 17))
......
152 157
        self.lineEdit_N3_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
153 158
        self.lineEdit_N3_Pressure.setGeometry(QtCore.QRect(44, 118, 100, 20))
154 159
        self.lineEdit_N3_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
160
        self.lineEdit_N3_Pressure.setAlignment(QtCore.Qt.AlignCenter)
155 161
        self.lineEdit_N3_Pressure.setObjectName("lineEdit_N3_Pressure")
156 162
        self.lineEdit_N3_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
157 163
        self.lineEdit_N3_Elevation.setGeometry(QtCore.QRect(146, 118, 100, 20))
158 164
        self.lineEdit_N3_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
165
        self.lineEdit_N3_Elevation.setAlignment(QtCore.Qt.AlignCenter)
159 166
        self.lineEdit_N3_Elevation.setObjectName("lineEdit_N3_Elevation")
160 167
        self.lineEdit_N4_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
161 168
        self.lineEdit_N4_Pressure.setGeometry(QtCore.QRect(44, 144, 100, 20))
162 169
        self.lineEdit_N4_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
170
        self.lineEdit_N4_Pressure.setAlignment(QtCore.Qt.AlignCenter)
163 171
        self.lineEdit_N4_Pressure.setObjectName("lineEdit_N4_Pressure")
164 172
        self.lineEdit_N4_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
165 173
        self.lineEdit_N4_Elevation.setGeometry(QtCore.QRect(146, 144, 100, 20))
166 174
        self.lineEdit_N4_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
175
        self.lineEdit_N4_Elevation.setAlignment(QtCore.Qt.AlignCenter)
167 176
        self.lineEdit_N4_Elevation.setObjectName("lineEdit_N4_Elevation")
168 177
        self.label_N4 = QtWidgets.QLabel(self.groupBox_3)
169 178
        self.label_N4.setGeometry(QtCore.QRect(11, 146, 25, 17))
......
174 183
        self.lineEdit_N5_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
175 184
        self.lineEdit_N5_Elevation.setGeometry(QtCore.QRect(146, 170, 100, 21))
176 185
        self.lineEdit_N5_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
186
        self.lineEdit_N5_Elevation.setAlignment(QtCore.Qt.AlignCenter)
177 187
        self.lineEdit_N5_Elevation.setObjectName("lineEdit_N5_Elevation")
178 188
        self.lineEdit_N5_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
179 189
        self.lineEdit_N5_Pressure.setGeometry(QtCore.QRect(44, 170, 100, 21))
180 190
        self.lineEdit_N5_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
191
        self.lineEdit_N5_Pressure.setAlignment(QtCore.Qt.AlignCenter)
181 192
        self.lineEdit_N5_Pressure.setObjectName("lineEdit_N5_Pressure")
182 193
        self.label_N6 = QtWidgets.QLabel(self.groupBox_3)
183 194
        self.label_N6.setGeometry(QtCore.QRect(11, 198, 25, 17))
......
185 196
        self.lineEdit_N6_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
186 197
        self.lineEdit_N6_Elevation.setGeometry(QtCore.QRect(146, 196, 100, 20))
187 198
        self.lineEdit_N6_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
199
        self.lineEdit_N6_Elevation.setAlignment(QtCore.Qt.AlignCenter)
188 200
        self.lineEdit_N6_Elevation.setObjectName("lineEdit_N6_Elevation")
189 201
        self.lineEdit_N6_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
190 202
        self.lineEdit_N6_Pressure.setGeometry(QtCore.QRect(44, 196, 100, 20))
191 203
        self.lineEdit_N6_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
204
        self.lineEdit_N6_Pressure.setAlignment(QtCore.Qt.AlignCenter)
192 205
        self.lineEdit_N6_Pressure.setObjectName("lineEdit_N6_Pressure")
193 206
        self.label_N7 = QtWidgets.QLabel(self.groupBox_3)
194 207
        self.label_N7.setGeometry(QtCore.QRect(11, 224, 25, 17))
......
196 209
        self.lineEdit_N7_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
197 210
        self.lineEdit_N7_Pressure.setGeometry(QtCore.QRect(44, 222, 100, 20))
198 211
        self.lineEdit_N7_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
212
        self.lineEdit_N7_Pressure.setAlignment(QtCore.Qt.AlignCenter)
199 213
        self.lineEdit_N7_Pressure.setObjectName("lineEdit_N7_Pressure")
200 214
        self.lineEdit_N7_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
201 215
        self.lineEdit_N7_Elevation.setGeometry(QtCore.QRect(146, 222, 100, 20))
202 216
        self.lineEdit_N7_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
217
        self.lineEdit_N7_Elevation.setAlignment(QtCore.Qt.AlignCenter)
203 218
        self.lineEdit_N7_Elevation.setObjectName("lineEdit_N7_Elevation")
204 219
        self.lineEdit_N8_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
205 220
        self.lineEdit_N8_Pressure.setGeometry(QtCore.QRect(44, 248, 100, 21))
206 221
        self.lineEdit_N8_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
222
        self.lineEdit_N8_Pressure.setAlignment(QtCore.Qt.AlignCenter)
207 223
        self.lineEdit_N8_Pressure.setObjectName("lineEdit_N8_Pressure")
208 224
        self.label_N8 = QtWidgets.QLabel(self.groupBox_3)
209 225
        self.label_N8.setGeometry(QtCore.QRect(11, 250, 25, 17))
......
211 227
        self.lineEdit_N8_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
212 228
        self.lineEdit_N8_Elevation.setGeometry(QtCore.QRect(146, 248, 100, 21))
213 229
        self.lineEdit_N8_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
230
        self.lineEdit_N8_Elevation.setAlignment(QtCore.Qt.AlignCenter)
214 231
        self.lineEdit_N8_Elevation.setObjectName("lineEdit_N8_Elevation")
215 232
        self.label_N9 = QtWidgets.QLabel(self.groupBox_3)
216 233
        self.label_N9.setGeometry(QtCore.QRect(11, 276, 25, 17))
......
218 235
        self.lineEdit_N9_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
219 236
        self.lineEdit_N9_Pressure.setGeometry(QtCore.QRect(44, 274, 100, 20))
220 237
        self.lineEdit_N9_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
238
        self.lineEdit_N9_Pressure.setAlignment(QtCore.Qt.AlignCenter)
221 239
        self.lineEdit_N9_Pressure.setObjectName("lineEdit_N9_Pressure")
222 240
        self.lineEdit_N9_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
223 241
        self.lineEdit_N9_Elevation.setGeometry(QtCore.QRect(146, 274, 100, 20))
224 242
        self.lineEdit_N9_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
243
        self.lineEdit_N9_Elevation.setAlignment(QtCore.Qt.AlignCenter)
225 244
        self.lineEdit_N9_Elevation.setObjectName("lineEdit_N9_Elevation")
226 245
        self.lineEdit_N10_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
227 246
        self.lineEdit_N10_Pressure.setGeometry(QtCore.QRect(44, 300, 100, 20))
228 247
        self.lineEdit_N10_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
248
        self.lineEdit_N10_Pressure.setAlignment(QtCore.Qt.AlignCenter)
229 249
        self.lineEdit_N10_Pressure.setObjectName("lineEdit_N10_Pressure")
230 250
        self.lineEdit_N10_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
231 251
        self.lineEdit_N10_Elevation.setGeometry(QtCore.QRect(146, 300, 100, 20))
232 252
        self.lineEdit_N10_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
253
        self.lineEdit_N10_Elevation.setAlignment(QtCore.Qt.AlignCenter)
233 254
        self.lineEdit_N10_Elevation.setObjectName("lineEdit_N10_Elevation")
234 255
        self.label_N10 = QtWidgets.QLabel(self.groupBox_3)
235 256
        self.label_N10.setGeometry(QtCore.QRect(11, 302, 25, 17))
......
240 261
        self.lineEdit_N11_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
241 262
        self.lineEdit_N11_Pressure.setGeometry(QtCore.QRect(44, 326, 100, 21))
242 263
        self.lineEdit_N11_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
264
        self.lineEdit_N11_Pressure.setAlignment(QtCore.Qt.AlignCenter)
243 265
        self.lineEdit_N11_Pressure.setObjectName("lineEdit_N11_Pressure")
244 266
        self.lineEdit_N11_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
245 267
        self.lineEdit_N11_Elevation.setGeometry(QtCore.QRect(146, 326, 100, 21))
246 268
        self.lineEdit_N11_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
269
        self.lineEdit_N11_Elevation.setAlignment(QtCore.Qt.AlignCenter)
247 270
        self.lineEdit_N11_Elevation.setObjectName("lineEdit_N11_Elevation")
248 271
        self.label_N12 = QtWidgets.QLabel(self.groupBox_3)
249 272
        self.label_N12.setGeometry(QtCore.QRect(11, 354, 25, 17))
......
251 274
        self.lineEdit_N12_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
252 275
        self.lineEdit_N12_Pressure.setGeometry(QtCore.QRect(44, 352, 100, 20))
253 276
        self.lineEdit_N12_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
277
        self.lineEdit_N12_Pressure.setAlignment(QtCore.Qt.AlignCenter)
254 278
        self.lineEdit_N12_Pressure.setObjectName("lineEdit_N12_Pressure")
255 279
        self.lineEdit_N12_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
256 280
        self.lineEdit_N12_Elevation.setGeometry(QtCore.QRect(146, 352, 100, 20))
257 281
        self.lineEdit_N12_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
282
        self.lineEdit_N12_Elevation.setAlignment(QtCore.Qt.AlignCenter)
258 283
        self.lineEdit_N12_Elevation.setObjectName("lineEdit_N12_Elevation")
259 284

  
260 285
        self.retranslateUi(Drum_VerticalDialog)
......
290 315
        _translate = QtCore.QCoreApplication.translate
291 316
        Drum_VerticalDialog.setWindowTitle(_translate("Drum_VerticalDialog", "HYTOS Equipment Data - Vertical Drum"))
292 317
        self.groupBox_2.setTitle(_translate("Drum_VerticalDialog", "Equipment Figure"))
293
        self.label_2.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/newPrefix/Drum_Vertical.png\"/></p></body></html>"))
318
        self.label_Img.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/images/Drum_Vertical.png\"/></p></body></html>"))
294 319
        self.label.setText(_translate("Drum_VerticalDialog", "Tag No."))
295
        self.label_Img_N7.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/newPrefix/N7.png\"/></p></body></html>"))
296
        self.label_Img_N11.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/newPrefix/N11.png\"/></p></body></html>"))
297
        self.label_Img_N12.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/newPrefix/N12.png\"/></p></body></html>"))
298
        self.label_Img_N6.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/newPrefix/N6.png\"/></p></body></html>"))
299
        self.label_Img_N3.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/newPrefix/N3.png\"/></p></body></html>"))
300
        self.label_Img_N2.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/newPrefix/N2.png\"/></p></body></html>"))
301
        self.label_Img_N4.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/newPrefix/N4.png\"/></p></body></html>"))
302
        self.label_Img_N9.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/newPrefix/N9.png\"/></p></body></html>"))
303
        self.label_Img_N1.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/newPrefix/N1.png\"/></p></body></html>"))
304
        self.label_Img_N10.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/newPrefix/N10.png\"/></p></body></html>"))
305
        self.label_Img_N8.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/newPrefix/N8.png\"/></p></body></html>"))
306
        self.label_Img_N5.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/newPrefix/N5.png\"/></p></body></html>"))
320
        self.label_Img_N7.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/images/N7.png\"/></p></body></html>"))
321
        self.label_Img_N11.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/images/N11.png\"/></p></body></html>"))
322
        self.label_Img_N12.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/images/N12.png\"/></p></body></html>"))
323
        self.label_Img_N6.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/images/N6.png\"/></p></body></html>"))
324
        self.label_Img_N3.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/images/N3.png\"/></p></body></html>"))
325
        self.label_Img_N2.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/images/N2.png\"/></p></body></html>"))
326
        self.label_Img_N4.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/images/N4.png\"/></p></body></html>"))
327
        self.label_Img_N9.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/images/N9.png\"/></p></body></html>"))
328
        self.label_Img_N1.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/images/N1.png\"/></p></body></html>"))
329
        self.label_Img_N10.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/images/N10.png\"/></p></body></html>"))
330
        self.label_Img_N8.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/images/N8.png\"/></p></body></html>"))
331
        self.label_Img_N5.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/images/N5.png\"/></p></body></html>"))
307 332
        self.groupBox_3.setTitle(_translate("Drum_VerticalDialog", "Equipment Data"))
308 333
        self.label_3.setText(_translate("Drum_VerticalDialog", "Pressure"))
309 334
        self.label_4.setText(_translate("Drum_VerticalDialog", "Elevation"))
310 335
        self.label_PressureUnit.setText(_translate("Drum_VerticalDialog", "kg/cm2(g)"))
311 336
        self.label_ElevationUnit.setText(_translate("Drum_VerticalDialog", "m"))
312
        self.label_N1.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/newPrefix/N1.png\"/></p></body></html>"))
313
        self.label_N2.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/newPrefix/N2.png\"/></p></body></html>"))
314
        self.label_N3.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/newPrefix/N3.png\"/></p></body></html>"))
315
        self.label_N4.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/newPrefix/N4.png\"/></p></body></html>"))
316
        self.label_N5.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/newPrefix/N5.png\"/></p></body></html>"))
317
        self.label_N6.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/newPrefix/N6.png\"/></p></body></html>"))
318
        self.label_N7.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/newPrefix/N7.png\"/></p></body></html>"))
319
        self.label_N8.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/newPrefix/N8.png\"/></p></body></html>"))
320
        self.label_N9.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/newPrefix/N9.png\"/></p></body></html>"))
321
        self.label_N10.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/newPrefix/N10.png\"/></p></body></html>"))
322
        self.label_N11.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/newPrefix/N11.png\"/></p></body></html>"))
323
        self.label_N12.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/newPrefix/N12.png\"/></p></body></html>"))
337
        self.label_N1.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/images/N1.png\"/></p></body></html>"))
338
        self.label_N2.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/images/N2.png\"/></p></body></html>"))
339
        self.label_N3.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/images/N3.png\"/></p></body></html>"))
340
        self.label_N4.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/images/N4.png\"/></p></body></html>"))
341
        self.label_N5.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/images/N5.png\"/></p></body></html>"))
342
        self.label_N6.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/images/N6.png\"/></p></body></html>"))
343
        self.label_N7.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/images/N7.png\"/></p></body></html>"))
344
        self.label_N8.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/images/N8.png\"/></p></body></html>"))
345
        self.label_N9.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/images/N9.png\"/></p></body></html>"))
346
        self.label_N10.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/images/N10.png\"/></p></body></html>"))
347
        self.label_N11.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/images/N11.png\"/></p></body></html>"))
348
        self.label_N12.setText(_translate("Drum_VerticalDialog", "<html><head/><body><p><img src=\":/images/N12.png\"/></p></body></html>"))
324 349
import Resource_rc
HYTOS/HYTOS/DualPacked_UI.py
18 18
        font.setFamily("맑은 고딕")
19 19
        DualPackedDialog.setFont(font)
20 20
        icon = QtGui.QIcon()
21
        icon.addPixmap(QtGui.QPixmap(":/newPrefix/HYTOS.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
21
        icon.addPixmap(QtGui.QPixmap(":/images/HYTOS.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
22 22
        DualPackedDialog.setWindowIcon(icon)
23 23
        self.buttonBox = QtWidgets.QDialogButtonBox(DualPackedDialog)
24 24
        self.buttonBox.setGeometry(QtCore.QRect(332, 404, 161, 23))
......
32 32
        font.setWeight(75)
33 33
        self.groupBox_2.setFont(font)
34 34
        self.groupBox_2.setObjectName("groupBox_2")
35
        self.label_2 = QtWidgets.QLabel(self.groupBox_2)
36
        self.label_2.setGeometry(QtCore.QRect(68, 88, 85, 253))
37
        self.label_2.setObjectName("label_2")
35
        self.label_Img = QtWidgets.QLabel(self.groupBox_2)
36
        self.label_Img.setGeometry(QtCore.QRect(68, 88, 85, 253))
37
        self.label_Img.setObjectName("label_Img")
38 38
        self.label = QtWidgets.QLabel(self.groupBox_2)
39 39
        self.label.setGeometry(QtCore.QRect(10, 32, 49, 21))
40 40
        font = QtGui.QFont()
......
48 48
        font.setBold(False)
49 49
        font.setWeight(50)
50 50
        self.lineEdit_TagNo.setFont(font)
51
        self.lineEdit_TagNo.setAlignment(QtCore.Qt.AlignCenter)
51 52
        self.lineEdit_TagNo.setObjectName("lineEdit_TagNo")
52 53
        self.label_Img_N7 = QtWidgets.QLabel(self.groupBox_2)
53 54
        self.label_Img_N7.setGeometry(QtCore.QRect(100, 340, 25, 21))
......
130 131
        self.lineEdit_N1_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
131 132
        self.lineEdit_N1_Elevation.setGeometry(QtCore.QRect(146, 66, 100, 20))
132 133
        self.lineEdit_N1_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
134
        self.lineEdit_N1_Elevation.setAlignment(QtCore.Qt.AlignCenter)
133 135
        self.lineEdit_N1_Elevation.setObjectName("lineEdit_N1_Elevation")
134 136
        self.lineEdit_N1_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
135 137
        self.lineEdit_N1_Pressure.setGeometry(QtCore.QRect(44, 66, 100, 20))
136 138
        self.lineEdit_N1_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
139
        self.lineEdit_N1_Pressure.setAlignment(QtCore.Qt.AlignCenter)
137 140
        self.lineEdit_N1_Pressure.setObjectName("lineEdit_N1_Pressure")
138 141
        self.label_N2 = QtWidgets.QLabel(self.groupBox_3)
139 142
        self.label_N2.setGeometry(QtCore.QRect(11, 94, 25, 17))
......
141 144
        self.lineEdit_N2_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
142 145
        self.lineEdit_N2_Elevation.setGeometry(QtCore.QRect(146, 92, 100, 21))
143 146
        self.lineEdit_N2_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
147
        self.lineEdit_N2_Elevation.setAlignment(QtCore.Qt.AlignCenter)
144 148
        self.lineEdit_N2_Elevation.setObjectName("lineEdit_N2_Elevation")
145 149
        self.lineEdit_N2_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
146 150
        self.lineEdit_N2_Pressure.setGeometry(QtCore.QRect(44, 92, 100, 21))
147 151
        self.lineEdit_N2_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
152
        self.lineEdit_N2_Pressure.setAlignment(QtCore.Qt.AlignCenter)
148 153
        self.lineEdit_N2_Pressure.setObjectName("lineEdit_N2_Pressure")
149 154
        self.label_N3 = QtWidgets.QLabel(self.groupBox_3)
150 155
        self.label_N3.setGeometry(QtCore.QRect(11, 120, 25, 17))
......
152 157
        self.lineEdit_N3_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
153 158
        self.lineEdit_N3_Pressure.setGeometry(QtCore.QRect(44, 118, 100, 20))
154 159
        self.lineEdit_N3_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
160
        self.lineEdit_N3_Pressure.setAlignment(QtCore.Qt.AlignCenter)
155 161
        self.lineEdit_N3_Pressure.setObjectName("lineEdit_N3_Pressure")
156 162
        self.lineEdit_N3_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
157 163
        self.lineEdit_N3_Elevation.setGeometry(QtCore.QRect(146, 118, 100, 20))
158 164
        self.lineEdit_N3_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
165
        self.lineEdit_N3_Elevation.setAlignment(QtCore.Qt.AlignCenter)
159 166
        self.lineEdit_N3_Elevation.setObjectName("lineEdit_N3_Elevation")
160 167
        self.lineEdit_N4_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
161 168
        self.lineEdit_N4_Pressure.setGeometry(QtCore.QRect(44, 144, 100, 20))
162 169
        self.lineEdit_N4_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
170
        self.lineEdit_N4_Pressure.setAlignment(QtCore.Qt.AlignCenter)
163 171
        self.lineEdit_N4_Pressure.setObjectName("lineEdit_N4_Pressure")
164 172
        self.lineEdit_N4_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
165 173
        self.lineEdit_N4_Elevation.setGeometry(QtCore.QRect(146, 144, 100, 20))
166 174
        self.lineEdit_N4_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
175
        self.lineEdit_N4_Elevation.setAlignment(QtCore.Qt.AlignCenter)
167 176
        self.lineEdit_N4_Elevation.setObjectName("lineEdit_N4_Elevation")
168 177
        self.label_N4 = QtWidgets.QLabel(self.groupBox_3)
169 178
        self.label_N4.setGeometry(QtCore.QRect(11, 146, 25, 17))
......
174 183
        self.lineEdit_N5_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
175 184
        self.lineEdit_N5_Elevation.setGeometry(QtCore.QRect(146, 170, 100, 21))
176 185
        self.lineEdit_N5_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
186
        self.lineEdit_N5_Elevation.setAlignment(QtCore.Qt.AlignCenter)
177 187
        self.lineEdit_N5_Elevation.setObjectName("lineEdit_N5_Elevation")
178 188
        self.lineEdit_N5_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
179 189
        self.lineEdit_N5_Pressure.setGeometry(QtCore.QRect(44, 170, 100, 21))
180 190
        self.lineEdit_N5_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
191
        self.lineEdit_N5_Pressure.setAlignment(QtCore.Qt.AlignCenter)
181 192
        self.lineEdit_N5_Pressure.setObjectName("lineEdit_N5_Pressure")
182 193
        self.label_N6 = QtWidgets.QLabel(self.groupBox_3)
183 194
        self.label_N6.setGeometry(QtCore.QRect(11, 198, 25, 17))
......
185 196
        self.lineEdit_N6_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
186 197
        self.lineEdit_N6_Elevation.setGeometry(QtCore.QRect(146, 196, 100, 20))
187 198
        self.lineEdit_N6_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
199
        self.lineEdit_N6_Elevation.setAlignment(QtCore.Qt.AlignCenter)
188 200
        self.lineEdit_N6_Elevation.setObjectName("lineEdit_N6_Elevation")
189 201
        self.lineEdit_N6_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
190 202
        self.lineEdit_N6_Pressure.setGeometry(QtCore.QRect(44, 196, 100, 20))
191 203
        self.lineEdit_N6_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
204
        self.lineEdit_N6_Pressure.setAlignment(QtCore.Qt.AlignCenter)
192 205
        self.lineEdit_N6_Pressure.setObjectName("lineEdit_N6_Pressure")
193 206
        self.label_N7 = QtWidgets.QLabel(self.groupBox_3)
194 207
        self.label_N7.setGeometry(QtCore.QRect(11, 224, 25, 17))
......
196 209
        self.lineEdit_N7_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
197 210
        self.lineEdit_N7_Pressure.setGeometry(QtCore.QRect(44, 222, 100, 20))
198 211
        self.lineEdit_N7_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
212
        self.lineEdit_N7_Pressure.setAlignment(QtCore.Qt.AlignCenter)
199 213
        self.lineEdit_N7_Pressure.setObjectName("lineEdit_N7_Pressure")
200 214
        self.lineEdit_N7_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
201 215
        self.lineEdit_N7_Elevation.setGeometry(QtCore.QRect(146, 222, 100, 20))
202 216
        self.lineEdit_N7_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
217
        self.lineEdit_N7_Elevation.setAlignment(QtCore.Qt.AlignCenter)
203 218
        self.lineEdit_N7_Elevation.setObjectName("lineEdit_N7_Elevation")
204 219
        self.lineEdit_N8_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
205 220
        self.lineEdit_N8_Pressure.setGeometry(QtCore.QRect(44, 248, 100, 21))
206 221
        self.lineEdit_N8_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
222
        self.lineEdit_N8_Pressure.setAlignment(QtCore.Qt.AlignCenter)
207 223
        self.lineEdit_N8_Pressure.setObjectName("lineEdit_N8_Pressure")
208 224
        self.label_N8 = QtWidgets.QLabel(self.groupBox_3)
209 225
        self.label_N8.setGeometry(QtCore.QRect(11, 250, 25, 17))
......
211 227
        self.lineEdit_N8_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
212 228
        self.lineEdit_N8_Elevation.setGeometry(QtCore.QRect(146, 248, 100, 21))
213 229
        self.lineEdit_N8_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
230
        self.lineEdit_N8_Elevation.setAlignment(QtCore.Qt.AlignCenter)
214 231
        self.lineEdit_N8_Elevation.setObjectName("lineEdit_N8_Elevation")
215 232
        self.label_N9 = QtWidgets.QLabel(self.groupBox_3)
216 233
        self.label_N9.setGeometry(QtCore.QRect(11, 276, 25, 17))
......
218 235
        self.lineEdit_N9_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
219 236
        self.lineEdit_N9_Pressure.setGeometry(QtCore.QRect(44, 274, 100, 20))
220 237
        self.lineEdit_N9_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
238
        self.lineEdit_N9_Pressure.setAlignment(QtCore.Qt.AlignCenter)
221 239
        self.lineEdit_N9_Pressure.setObjectName("lineEdit_N9_Pressure")
222 240
        self.lineEdit_N9_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
223 241
        self.lineEdit_N9_Elevation.setGeometry(QtCore.QRect(146, 274, 100, 20))
224 242
        self.lineEdit_N9_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
243
        self.lineEdit_N9_Elevation.setAlignment(QtCore.Qt.AlignCenter)
225 244
        self.lineEdit_N9_Elevation.setObjectName("lineEdit_N9_Elevation")
226 245
        self.lineEdit_N10_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
227 246
        self.lineEdit_N10_Pressure.setGeometry(QtCore.QRect(44, 300, 100, 20))
228 247
        self.lineEdit_N10_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
248
        self.lineEdit_N10_Pressure.setAlignment(QtCore.Qt.AlignCenter)
229 249
        self.lineEdit_N10_Pressure.setObjectName("lineEdit_N10_Pressure")
230 250
        self.lineEdit_N10_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
231 251
        self.lineEdit_N10_Elevation.setGeometry(QtCore.QRect(146, 300, 100, 20))
232 252
        self.lineEdit_N10_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
253
        self.lineEdit_N10_Elevation.setAlignment(QtCore.Qt.AlignCenter)
233 254
        self.lineEdit_N10_Elevation.setObjectName("lineEdit_N10_Elevation")
234 255
        self.label_N10 = QtWidgets.QLabel(self.groupBox_3)
235 256
        self.label_N10.setGeometry(QtCore.QRect(11, 302, 25, 17))
......
240 261
        self.lineEdit_N11_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
241 262
        self.lineEdit_N11_Pressure.setGeometry(QtCore.QRect(44, 326, 100, 21))
242 263
        self.lineEdit_N11_Pressure.setMaximumSize(QtCore.QSize(100, 16777215))
264
        self.lineEdit_N11_Pressure.setAlignment(QtCore.Qt.AlignCenter)
243 265
        self.lineEdit_N11_Pressure.setObjectName("lineEdit_N11_Pressure")
244 266
        self.lineEdit_N11_Elevation = QtWidgets.QLineEdit(self.groupBox_3)
245 267
        self.lineEdit_N11_Elevation.setGeometry(QtCore.QRect(146, 326, 100, 21))
246 268
        self.lineEdit_N11_Elevation.setMaximumSize(QtCore.QSize(100, 16777215))
269
        self.lineEdit_N11_Elevation.setAlignment(QtCore.Qt.AlignCenter)
247 270
        self.lineEdit_N11_Elevation.setObjectName("lineEdit_N11_Elevation")
248 271
        self.label_N12 = QtWidgets.QLabel(self.groupBox_3)
249 272
        self.label_N12.setGeometry(QtCore.QRect(11, 354, 25, 17))
......
251 274
        self.lineEdit_N12_Pressure = QtWidgets.QLineEdit(self.groupBox_3)
... 이 차이점은 표시할 수 있는 최대 줄수를 초과해서 이 차이점은 잘렸습니다.

내보내기 Unified diff

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