개정판 08955797
issue #1048 : 화면/네뉴/툴바 개발
Change-Id: I1b89f30441c774d71581ea4125ce639240e419b6
HYTOS/HYTOS/ConeRoof_UI.py | ||
---|---|---|
14 | 14 |
def setupUi(self, ConeRoofDialog): |
15 | 15 |
ConeRoofDialog.setObjectName("ConeRoofDialog") |
16 | 16 |
ConeRoofDialog.resize(499, 352) |
17 |
ConeRoofDialog.setMinimumSize(QtCore.QSize(499, 352)) |
|
18 |
ConeRoofDialog.setMaximumSize(QtCore.QSize(499, 352)) |
|
17 | 19 |
font = QtGui.QFont() |
18 | 20 |
font.setFamily("맑은 고딕") |
19 | 21 |
ConeRoofDialog.setFont(font) |
... | ... | |
259 | 261 |
|
260 | 262 |
def retranslateUi(self, ConeRoofDialog): |
261 | 263 |
_translate = QtCore.QCoreApplication.translate |
262 |
ConeRoofDialog.setWindowTitle(_translate("ConeRoofDialog", "HYTOS Equipment Data - Cone Roof Tank"))
|
|
264 |
ConeRoofDialog.setWindowTitle(_translate("ConeRoofDialog", "Equipment Data - Cone Roof Tank")) |
|
263 | 265 |
self.groupBox_2.setTitle(_translate("ConeRoofDialog", "Equipment Figure")) |
264 | 266 |
self.label_Img.setText(_translate("ConeRoofDialog", "<html><head/><body><p><img src=\":/images/ConeRoof.png\"/></p></body></html>")) |
265 | 267 |
self.label.setText(_translate("ConeRoofDialog", "Tag No.")) |
내보내기 Unified diff