hytos / HYTOS / HYTOS / ConeRoof_UI.py @ 0b4e00b7
이력 | 보기 | 이력해설 | 다운로드 (17.5 KB)
1 |
# -*- coding: utf-8 -*-
|
---|---|
2 |
|
3 |
# Form implementation generated from reading ui file '.\UI\ConeRoof.ui'
|
4 |
#
|
5 |
# Created by: PyQt5 UI code generator 5.13.0
|
6 |
#
|
7 |
# WARNING! All changes made in this file will be lost!
|
8 |
|
9 |
|
10 |
from PyQt5 import QtCore, QtGui, QtWidgets |
11 |
|
12 |
|
13 |
class Ui_ConeRoofDialog(object): |
14 |
def setupUi(self, ConeRoofDialog): |
15 |
ConeRoofDialog.setObjectName("ConeRoofDialog")
|
16 |
ConeRoofDialog.resize(499, 352) |
17 |
font = QtGui.QFont() |
18 |
font.setFamily("맑은 고딕")
|
19 |
ConeRoofDialog.setFont(font) |
20 |
icon = QtGui.QIcon() |
21 |
icon.addPixmap(QtGui.QPixmap(":/newPrefix/HYTOS.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
22 |
ConeRoofDialog.setWindowIcon(icon) |
23 |
self.buttonBox = QtWidgets.QDialogButtonBox(ConeRoofDialog)
|
24 |
self.buttonBox.setGeometry(QtCore.QRect(328, 320, 161, 23)) |
25 |
self.buttonBox.setOrientation(QtCore.Qt.Horizontal)
|
26 |
self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.Cancel|QtWidgets.QDialogButtonBox.Ok)
|
27 |
self.buttonBox.setObjectName("buttonBox") |
28 |
self.groupBox_2 = QtWidgets.QGroupBox(ConeRoofDialog)
|
29 |
self.groupBox_2.setGeometry(QtCore.QRect(10, 10, 213, 301)) |
30 |
font = QtGui.QFont() |
31 |
font.setBold(True)
|
32 |
font.setWeight(75)
|
33 |
self.groupBox_2.setFont(font)
|
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") |
38 |
self.label = QtWidgets.QLabel(self.groupBox_2) |
39 |
self.label.setGeometry(QtCore.QRect(12, 30, 42, 21)) |
40 |
font = QtGui.QFont() |
41 |
font.setBold(False)
|
42 |
font.setWeight(50)
|
43 |
self.label.setFont(font)
|
44 |
self.label.setObjectName("label") |
45 |
self.lineEdit_TagNo = QtWidgets.QLineEdit(self.groupBox_2) |
46 |
self.lineEdit_TagNo.setGeometry(QtCore.QRect(68, 32, 125, 21)) |
47 |
font = QtGui.QFont() |
48 |
font.setBold(False)
|
49 |
font.setWeight(50)
|
50 |
self.lineEdit_TagNo.setFont(font)
|
51 |
self.lineEdit_TagNo.setObjectName("lineEdit_TagNo") |
52 |
self.label_Img_N1 = QtWidgets.QLabel(self.groupBox_2) |
53 |
self.label_Img_N1.setGeometry(QtCore.QRect(92, 96, 25, 21)) |
54 |
self.label_Img_N1.setObjectName("label_Img_N1") |
55 |
self.label_Img_N9 = QtWidgets.QLabel(self.groupBox_2) |
56 |
self.label_Img_N9.setGeometry(QtCore.QRect(128, 112, 25, 21)) |
57 |
self.label_Img_N9.setObjectName("label_Img_N9") |
58 |
self.label_Img_N2 = QtWidgets.QLabel(self.groupBox_2) |
59 |
self.label_Img_N2.setGeometry(QtCore.QRect(60, 112, 25, 21)) |
60 |
self.label_Img_N2.setObjectName("label_Img_N2") |
61 |
self.label_Img_N6 = QtWidgets.QLabel(self.groupBox_2) |
62 |
self.label_Img_N6.setGeometry(QtCore.QRect(172, 208, 25, 21)) |
63 |
self.label_Img_N6.setObjectName("label_Img_N6") |
64 |
self.label_Img_N7 = QtWidgets.QLabel(self.groupBox_2) |
65 |
self.label_Img_N7.setGeometry(QtCore.QRect(172, 180, 25, 21)) |
66 |
self.label_Img_N7.setObjectName("label_Img_N7") |
67 |
self.label_Img_N5 = QtWidgets.QLabel(self.groupBox_2) |
68 |
self.label_Img_N5.setGeometry(QtCore.QRect(12, 208, 25, 21)) |
69 |
self.label_Img_N5.setObjectName("label_Img_N5") |
70 |
self.label_Img_N4 = QtWidgets.QLabel(self.groupBox_2) |
71 |
self.label_Img_N4.setGeometry(QtCore.QRect(12, 180, 25, 21)) |
72 |
self.label_Img_N4.setObjectName("label_Img_N4") |
73 |
self.label_Img_N3 = QtWidgets.QLabel(self.groupBox_2) |
74 |
self.label_Img_N3.setGeometry(QtCore.QRect(12, 156, 25, 21)) |
75 |
self.label_Img_N3.setObjectName("label_Img_N3") |
76 |
self.label_Img_N8 = QtWidgets.QLabel(self.groupBox_2) |
77 |
self.label_Img_N8.setGeometry(QtCore.QRect(172, 156, 25, 21)) |
78 |
self.label_Img_N8.setObjectName("label_Img_N8") |
79 |
self.groupBox_3 = QtWidgets.QGroupBox(ConeRoofDialog)
|
80 |
self.groupBox_3.setGeometry(QtCore.QRect(228, 8, 261, 301)) |
81 |
font = QtGui.QFont() |
82 |
font.setBold(True)
|
83 |
font.setWeight(75)
|
84 |
self.groupBox_3.setFont(font)
|
85 |
self.groupBox_3.setObjectName("groupBox_3") |
86 |
self.label_3 = QtWidgets.QLabel(self.groupBox_3) |
87 |
self.label_3.setGeometry(QtCore.QRect(64, 24, 60, 16)) |
88 |
font = QtGui.QFont() |
89 |
font.setBold(False)
|
90 |
font.setWeight(50)
|
91 |
self.label_3.setFont(font)
|
92 |
self.label_3.setAlignment(QtCore.Qt.AlignCenter)
|
93 |
self.label_3.setObjectName("label_3") |
94 |
self.label_4 = QtWidgets.QLabel(self.groupBox_3) |
95 |
self.label_4.setGeometry(QtCore.QRect(168, 24, 60, 16)) |
96 |
font = QtGui.QFont() |
97 |
font.setBold(False)
|
98 |
font.setWeight(50)
|
99 |
self.label_4.setFont(font)
|
100 |
self.label_4.setAlignment(QtCore.Qt.AlignCenter)
|
101 |
self.label_4.setObjectName("label_4") |
102 |
self.label_PressureUnit = QtWidgets.QLabel(self.groupBox_3) |
103 |
self.label_PressureUnit.setGeometry(QtCore.QRect(64, 40, 60, 16)) |
104 |
font = QtGui.QFont() |
105 |
font.setBold(False)
|
106 |
font.setWeight(50)
|
107 |
self.label_PressureUnit.setFont(font)
|
108 |
self.label_PressureUnit.setAlignment(QtCore.Qt.AlignCenter)
|
109 |
self.label_PressureUnit.setObjectName("label_PressureUnit") |
110 |
self.label_ElevationUnit = QtWidgets.QLabel(self.groupBox_3) |
111 |
self.label_ElevationUnit.setGeometry(QtCore.QRect(168, 40, 60, 16)) |
112 |
font = QtGui.QFont() |
113 |
font.setBold(False)
|
114 |
font.setWeight(50)
|
115 |
self.label_ElevationUnit.setFont(font)
|
116 |
self.label_ElevationUnit.setAlignment(QtCore.Qt.AlignCenter)
|
117 |
self.label_ElevationUnit.setObjectName("label_ElevationUnit") |
118 |
self.label_N1 = QtWidgets.QLabel(self.groupBox_3) |
119 |
self.label_N1.setGeometry(QtCore.QRect(11, 68, 25, 17)) |
120 |
self.label_N1.setObjectName("label_N1") |
121 |
self.lineEdit_N1_Elevation = QtWidgets.QLineEdit(self.groupBox_3) |
122 |
self.lineEdit_N1_Elevation.setGeometry(QtCore.QRect(146, 66, 100, 20)) |
123 |
self.lineEdit_N1_Elevation.setMaximumSize(QtCore.QSize(100, 16777215)) |
124 |
self.lineEdit_N1_Elevation.setObjectName("lineEdit_N1_Elevation") |
125 |
self.lineEdit_N1_Pressure = QtWidgets.QLineEdit(self.groupBox_3) |
126 |
self.lineEdit_N1_Pressure.setGeometry(QtCore.QRect(44, 66, 100, 20)) |
127 |
self.lineEdit_N1_Pressure.setMaximumSize(QtCore.QSize(100, 16777215)) |
128 |
self.lineEdit_N1_Pressure.setObjectName("lineEdit_N1_Pressure") |
129 |
self.label_N2 = QtWidgets.QLabel(self.groupBox_3) |
130 |
self.label_N2.setGeometry(QtCore.QRect(11, 94, 25, 17)) |
131 |
self.label_N2.setObjectName("label_N2") |
132 |
self.lineEdit_N2_Elevation = QtWidgets.QLineEdit(self.groupBox_3) |
133 |
self.lineEdit_N2_Elevation.setGeometry(QtCore.QRect(146, 92, 100, 21)) |
134 |
self.lineEdit_N2_Elevation.setMaximumSize(QtCore.QSize(100, 16777215)) |
135 |
self.lineEdit_N2_Elevation.setObjectName("lineEdit_N2_Elevation") |
136 |
self.lineEdit_N2_Pressure = QtWidgets.QLineEdit(self.groupBox_3) |
137 |
self.lineEdit_N2_Pressure.setGeometry(QtCore.QRect(44, 92, 100, 21)) |
138 |
self.lineEdit_N2_Pressure.setMaximumSize(QtCore.QSize(100, 16777215)) |
139 |
self.lineEdit_N2_Pressure.setObjectName("lineEdit_N2_Pressure") |
140 |
self.label_N3 = QtWidgets.QLabel(self.groupBox_3) |
141 |
self.label_N3.setGeometry(QtCore.QRect(11, 120, 25, 17)) |
142 |
self.label_N3.setObjectName("label_N3") |
143 |
self.lineEdit_N3_Pressure = QtWidgets.QLineEdit(self.groupBox_3) |
144 |
self.lineEdit_N3_Pressure.setGeometry(QtCore.QRect(44, 118, 100, 20)) |
145 |
self.lineEdit_N3_Pressure.setMaximumSize(QtCore.QSize(100, 16777215)) |
146 |
self.lineEdit_N3_Pressure.setObjectName("lineEdit_N3_Pressure") |
147 |
self.lineEdit_N3_Elevation = QtWidgets.QLineEdit(self.groupBox_3) |
148 |
self.lineEdit_N3_Elevation.setGeometry(QtCore.QRect(146, 118, 100, 20)) |
149 |
self.lineEdit_N3_Elevation.setMaximumSize(QtCore.QSize(100, 16777215)) |
150 |
self.lineEdit_N3_Elevation.setObjectName("lineEdit_N3_Elevation") |
151 |
self.lineEdit_N4_Pressure = QtWidgets.QLineEdit(self.groupBox_3) |
152 |
self.lineEdit_N4_Pressure.setGeometry(QtCore.QRect(44, 144, 100, 20)) |
153 |
self.lineEdit_N4_Pressure.setMaximumSize(QtCore.QSize(100, 16777215)) |
154 |
self.lineEdit_N4_Pressure.setObjectName("lineEdit_N4_Pressure") |
155 |
self.lineEdit_N4_Elevation = QtWidgets.QLineEdit(self.groupBox_3) |
156 |
self.lineEdit_N4_Elevation.setGeometry(QtCore.QRect(146, 144, 100, 20)) |
157 |
self.lineEdit_N4_Elevation.setMaximumSize(QtCore.QSize(100, 16777215)) |
158 |
self.lineEdit_N4_Elevation.setObjectName("lineEdit_N4_Elevation") |
159 |
self.label_N4 = QtWidgets.QLabel(self.groupBox_3) |
160 |
self.label_N4.setGeometry(QtCore.QRect(11, 146, 25, 17)) |
161 |
self.label_N4.setObjectName("label_N4") |
162 |
self.label_N5 = QtWidgets.QLabel(self.groupBox_3) |
163 |
self.label_N5.setGeometry(QtCore.QRect(11, 172, 25, 17)) |
164 |
self.label_N5.setObjectName("label_N5") |
165 |
self.lineEdit_N5_Elevation = QtWidgets.QLineEdit(self.groupBox_3) |
166 |
self.lineEdit_N5_Elevation.setGeometry(QtCore.QRect(146, 170, 100, 21)) |
167 |
self.lineEdit_N5_Elevation.setMaximumSize(QtCore.QSize(100, 16777215)) |
168 |
self.lineEdit_N5_Elevation.setObjectName("lineEdit_N5_Elevation") |
169 |
self.lineEdit_N5_Pressure = QtWidgets.QLineEdit(self.groupBox_3) |
170 |
self.lineEdit_N5_Pressure.setGeometry(QtCore.QRect(44, 170, 100, 21)) |
171 |
self.lineEdit_N5_Pressure.setMaximumSize(QtCore.QSize(100, 16777215)) |
172 |
self.lineEdit_N5_Pressure.setObjectName("lineEdit_N5_Pressure") |
173 |
self.label_N6 = QtWidgets.QLabel(self.groupBox_3) |
174 |
self.label_N6.setGeometry(QtCore.QRect(11, 198, 25, 17)) |
175 |
self.label_N6.setObjectName("label_N6") |
176 |
self.lineEdit_N6_Elevation = QtWidgets.QLineEdit(self.groupBox_3) |
177 |
self.lineEdit_N6_Elevation.setGeometry(QtCore.QRect(146, 196, 100, 20)) |
178 |
self.lineEdit_N6_Elevation.setMaximumSize(QtCore.QSize(100, 16777215)) |
179 |
self.lineEdit_N6_Elevation.setObjectName("lineEdit_N6_Elevation") |
180 |
self.lineEdit_N6_Pressure = QtWidgets.QLineEdit(self.groupBox_3) |
181 |
self.lineEdit_N6_Pressure.setGeometry(QtCore.QRect(44, 196, 100, 20)) |
182 |
self.lineEdit_N6_Pressure.setMaximumSize(QtCore.QSize(100, 16777215)) |
183 |
self.lineEdit_N6_Pressure.setObjectName("lineEdit_N6_Pressure") |
184 |
self.label_N7 = QtWidgets.QLabel(self.groupBox_3) |
185 |
self.label_N7.setGeometry(QtCore.QRect(11, 224, 25, 17)) |
186 |
self.label_N7.setObjectName("label_N7") |
187 |
self.lineEdit_N7_Pressure = QtWidgets.QLineEdit(self.groupBox_3) |
188 |
self.lineEdit_N7_Pressure.setGeometry(QtCore.QRect(44, 222, 100, 20)) |
189 |
self.lineEdit_N7_Pressure.setMaximumSize(QtCore.QSize(100, 16777215)) |
190 |
self.lineEdit_N7_Pressure.setObjectName("lineEdit_N7_Pressure") |
191 |
self.lineEdit_N7_Elevation = QtWidgets.QLineEdit(self.groupBox_3) |
192 |
self.lineEdit_N7_Elevation.setGeometry(QtCore.QRect(146, 222, 100, 20)) |
193 |
self.lineEdit_N7_Elevation.setMaximumSize(QtCore.QSize(100, 16777215)) |
194 |
self.lineEdit_N7_Elevation.setObjectName("lineEdit_N7_Elevation") |
195 |
self.lineEdit_N8_Pressure = QtWidgets.QLineEdit(self.groupBox_3) |
196 |
self.lineEdit_N8_Pressure.setGeometry(QtCore.QRect(44, 248, 100, 21)) |
197 |
self.lineEdit_N8_Pressure.setMaximumSize(QtCore.QSize(100, 16777215)) |
198 |
self.lineEdit_N8_Pressure.setObjectName("lineEdit_N8_Pressure") |
199 |
self.label_N8 = QtWidgets.QLabel(self.groupBox_3) |
200 |
self.label_N8.setGeometry(QtCore.QRect(11, 250, 25, 17)) |
201 |
self.label_N8.setObjectName("label_N8") |
202 |
self.lineEdit_N8_Elevation = QtWidgets.QLineEdit(self.groupBox_3) |
203 |
self.lineEdit_N8_Elevation.setGeometry(QtCore.QRect(146, 248, 100, 21)) |
204 |
self.lineEdit_N8_Elevation.setMaximumSize(QtCore.QSize(100, 16777215)) |
205 |
self.lineEdit_N8_Elevation.setObjectName("lineEdit_N8_Elevation") |
206 |
self.label_N9 = QtWidgets.QLabel(self.groupBox_3) |
207 |
self.label_N9.setGeometry(QtCore.QRect(11, 276, 25, 17)) |
208 |
self.label_N9.setObjectName("label_N9") |
209 |
self.lineEdit_N9_Pressure = QtWidgets.QLineEdit(self.groupBox_3) |
210 |
self.lineEdit_N9_Pressure.setGeometry(QtCore.QRect(44, 274, 100, 20)) |
211 |
self.lineEdit_N9_Pressure.setMaximumSize(QtCore.QSize(100, 16777215)) |
212 |
self.lineEdit_N9_Pressure.setObjectName("lineEdit_N9_Pressure") |
213 |
self.lineEdit_N9_Elevation = QtWidgets.QLineEdit(self.groupBox_3) |
214 |
self.lineEdit_N9_Elevation.setGeometry(QtCore.QRect(146, 274, 100, 20)) |
215 |
self.lineEdit_N9_Elevation.setMaximumSize(QtCore.QSize(100, 16777215)) |
216 |
self.lineEdit_N9_Elevation.setObjectName("lineEdit_N9_Elevation") |
217 |
|
218 |
self.retranslateUi(ConeRoofDialog)
|
219 |
self.buttonBox.accepted.connect(ConeRoofDialog.accept)
|
220 |
self.buttonBox.rejected.connect(ConeRoofDialog.reject)
|
221 |
QtCore.QMetaObject.connectSlotsByName(ConeRoofDialog) |
222 |
ConeRoofDialog.setTabOrder(self.lineEdit_TagNo, self.lineEdit_N1_Pressure) |
223 |
ConeRoofDialog.setTabOrder(self.lineEdit_N1_Pressure, self.lineEdit_N1_Elevation) |
224 |
ConeRoofDialog.setTabOrder(self.lineEdit_N1_Elevation, self.lineEdit_N2_Pressure) |
225 |
ConeRoofDialog.setTabOrder(self.lineEdit_N2_Pressure, self.lineEdit_N2_Elevation) |
226 |
ConeRoofDialog.setTabOrder(self.lineEdit_N2_Elevation, self.lineEdit_N3_Pressure) |
227 |
ConeRoofDialog.setTabOrder(self.lineEdit_N3_Pressure, self.lineEdit_N3_Elevation) |
228 |
ConeRoofDialog.setTabOrder(self.lineEdit_N3_Elevation, self.lineEdit_N4_Pressure) |
229 |
ConeRoofDialog.setTabOrder(self.lineEdit_N4_Pressure, self.lineEdit_N4_Elevation) |
230 |
ConeRoofDialog.setTabOrder(self.lineEdit_N4_Elevation, self.lineEdit_N5_Pressure) |
231 |
ConeRoofDialog.setTabOrder(self.lineEdit_N5_Pressure, self.lineEdit_N5_Elevation) |
232 |
ConeRoofDialog.setTabOrder(self.lineEdit_N5_Elevation, self.lineEdit_N6_Pressure) |
233 |
ConeRoofDialog.setTabOrder(self.lineEdit_N6_Pressure, self.lineEdit_N6_Elevation) |
234 |
ConeRoofDialog.setTabOrder(self.lineEdit_N6_Elevation, self.lineEdit_N7_Pressure) |
235 |
ConeRoofDialog.setTabOrder(self.lineEdit_N7_Pressure, self.lineEdit_N7_Elevation) |
236 |
ConeRoofDialog.setTabOrder(self.lineEdit_N7_Elevation, self.lineEdit_N8_Pressure) |
237 |
ConeRoofDialog.setTabOrder(self.lineEdit_N8_Pressure, self.lineEdit_N8_Elevation) |
238 |
ConeRoofDialog.setTabOrder(self.lineEdit_N8_Elevation, self.lineEdit_N9_Pressure) |
239 |
ConeRoofDialog.setTabOrder(self.lineEdit_N9_Pressure, self.lineEdit_N9_Elevation) |
240 |
|
241 |
def retranslateUi(self, ConeRoofDialog): |
242 |
_translate = QtCore.QCoreApplication.translate |
243 |
ConeRoofDialog.setWindowTitle(_translate("ConeRoofDialog", "HYTOS Equipment Data - Cone Roof Tank")) |
244 |
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>")) |
246 |
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>")) |
256 |
self.groupBox_3.setTitle(_translate("ConeRoofDialog", "Equipment Data")) |
257 |
self.label_3.setText(_translate("ConeRoofDialog", "Pressure")) |
258 |
self.label_4.setText(_translate("ConeRoofDialog", "Elevation")) |
259 |
self.label_PressureUnit.setText(_translate("ConeRoofDialog", "kg/cm2(g)")) |
260 |
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>")) |
270 |
import Resource_rc |