개정판 11045d18
custom line type test, inst attrs update
Change-Id: I42b0e7ab3a9a186f7758e081e8c271a88acd1c36
DTI_PID/DTI_PID/Configuration_UI.py | ||
---|---|---|
14 | 14 |
class Ui_ConfigurationDialog(object): |
15 | 15 |
def setupUi(self, ConfigurationDialog): |
16 | 16 |
ConfigurationDialog.setObjectName("ConfigurationDialog") |
17 |
ConfigurationDialog.resize(768, 844)
|
|
17 |
ConfigurationDialog.resize(768, 871)
|
|
18 | 18 |
font = QtGui.QFont() |
19 | 19 |
font.setFamily("맑은 고딕") |
20 | 20 |
ConfigurationDialog.setFont(font) |
... | ... | |
635 | 635 |
self.gridLayout_16.addWidget(self.tableWidgetLineTypes, 1, 0, 1, 1) |
636 | 636 |
self.horizontalLayout_17 = QtWidgets.QHBoxLayout() |
637 | 637 |
self.horizontalLayout_17.setObjectName("horizontalLayout_17") |
638 |
self.label_64 = QtWidgets.QLabel(self.groupBox_6) |
|
639 |
self.label_64.setObjectName("label_64") |
|
640 |
self.horizontalLayout_17.addWidget(self.label_64) |
|
641 |
self.lineEditPipingLineType = QtWidgets.QLineEdit(self.groupBox_6) |
|
642 |
self.lineEditPipingLineType.setObjectName("lineEditPipingLineType") |
|
643 |
self.horizontalLayout_17.addWidget(self.lineEditPipingLineType) |
|
638 | 644 |
spacerItem5 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum) |
639 | 645 |
self.horizontalLayout_17.addItem(spacerItem5) |
640 | 646 |
self.pushButtonLineTypeAdd = QtWidgets.QPushButton(self.groupBox_6) |
... | ... | |
1158 | 1164 |
self.lineEditOPCToPrefix.setText(_translate("ConfigurationDialog", "TO")) |
1159 | 1165 |
self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabTagNoRule), _translate("ConfigurationDialog", "Tag Rule")) |
1160 | 1166 |
self.groupBox_6.setTitle(_translate("ConfigurationDialog", "Line Setting")) |
1167 |
self.label_64.setText(_translate("ConfigurationDialog", "Piping Type : ")) |
|
1161 | 1168 |
self.groupBox_2.setTitle(_translate("ConfigurationDialog", "Symbol Style")) |
1162 | 1169 |
self.label_3.setText(_translate("ConfigurationDialog", "Instrument Color : ")) |
1163 | 1170 |
self.label_23.setText(_translate("ConfigurationDialog", "Equipment Color : ")) |
내보내기 Unified diff