프로젝트

일반

사용자정보

개정판 25e0cacb

ID25e0cacbd48a204852740429ad7a267624d06e77
상위 dbf809df
하위 efb69f20

Gyusu 이(가) 6년 이상 전에 추가함

update

차이점 보기:

DTI_PID/DTI_PID/Configuration_UI.py
1 1
# -*- coding: utf-8 -*-
2 2

  
3
# Form implementation generated from reading ui file './UI/Configuration.ui'
3
# Form implementation generated from reading ui file '.\ui\Configuration.ui'
4 4
#
5
# Created by: PyQt5 UI code generator 5.9.2
5
# Created by: PyQt5 UI code generator 5.10.1
6 6
#
7 7
# WARNING! All changes made in this file will be lost!
8 8

  
......
11 11
class Ui_ConfigurationDialog(object):
12 12
    def setupUi(self, ConfigurationDialog):
13 13
        ConfigurationDialog.setObjectName("ConfigurationDialog")
14
        ConfigurationDialog.resize(550, 645)
14
        ConfigurationDialog.resize(553, 622)
15 15
        font = QtGui.QFont()
16 16
        font.setFamily("맑은 고딕")
17 17
        ConfigurationDialog.setFont(font)
......
36 36
        self.label_19.setObjectName("label_19")
37 37
        self.horizontalLayout_14.addWidget(self.label_19)
38 38
        self.textAreaTypeARadioButton = QtWidgets.QRadioButton(self.groupBoxText)
39
        self.textAreaTypeARadioButton.setEnabled(False)
39 40
        sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Fixed)
40 41
        sizePolicy.setHorizontalStretch(0)
41 42
        sizePolicy.setVerticalStretch(0)
42 43
        sizePolicy.setHeightForWidth(self.textAreaTypeARadioButton.sizePolicy().hasHeightForWidth())
43 44
        self.textAreaTypeARadioButton.setSizePolicy(sizePolicy)
44
        self.textAreaTypeARadioButton.setChecked(True)
45
        self.textAreaTypeARadioButton.setChecked(False)
45 46
        self.textAreaTypeARadioButton.setObjectName("textAreaTypeARadioButton")
46 47
        self.buttonGroup = QtWidgets.QButtonGroup(ConfigurationDialog)
47 48
        self.buttonGroup.setObjectName("buttonGroup")
......
53 54
        sizePolicy.setVerticalStretch(0)
54 55
        sizePolicy.setHeightForWidth(self.textAreaTypeBRadioButton.sizePolicy().hasHeightForWidth())
55 56
        self.textAreaTypeBRadioButton.setSizePolicy(sizePolicy)
57
        self.textAreaTypeBRadioButton.setChecked(True)
56 58
        self.textAreaTypeBRadioButton.setObjectName("textAreaTypeBRadioButton")
57 59
        self.buttonGroup.addButton(self.textAreaTypeBRadioButton)
58 60
        self.horizontalLayout_14.addWidget(self.textAreaTypeBRadioButton)
......
270 272
        self.tabTagNoRule.setObjectName("tabTagNoRule")
271 273
        self.gridLayout_7 = QtWidgets.QGridLayout(self.tabTagNoRule)
272 274
        self.gridLayout_7.setObjectName("gridLayout_7")
273
        self.groupBox_2 = QtWidgets.QGroupBox(self.tabTagNoRule)
274
        self.groupBox_2.setObjectName("groupBox_2")
275
        self.gridLayout_8 = QtWidgets.QGridLayout(self.groupBox_2)
276
        self.gridLayout_8.setObjectName("gridLayout_8")
277
        self.horizontalLayout_9 = QtWidgets.QHBoxLayout()
278
        self.horizontalLayout_9.setObjectName("horizontalLayout_9")
279
        self.label_7 = QtWidgets.QLabel(self.groupBox_2)
280
        self.label_7.setMaximumSize(QtCore.QSize(80, 16777215))
281
        self.label_7.setText("")
282
        self.label_7.setPixmap(QtGui.QPixmap(":/newPrefix/Symbols/B01_Inst_FAHH.png"))
283
        self.label_7.setAlignment(QtCore.Qt.AlignCenter)
284
        self.label_7.setObjectName("label_7")
285
        self.horizontalLayout_9.addWidget(self.label_7)
286
        self.verticalLayout_4 = QtWidgets.QVBoxLayout()
287
        self.verticalLayout_4.setObjectName("verticalLayout_4")
288
        self.gridLayout_9 = QtWidgets.QGridLayout()
289
        self.gridLayout_9.setObjectName("gridLayout_9")
290
        self.label_8 = QtWidgets.QLabel(self.groupBox_2)
291
        self.label_8.setObjectName("label_8")
292
        self.gridLayout_9.addWidget(self.label_8, 0, 0, 1, 1)
293
        self.lineEditMeasuredVariableCode = QtWidgets.QLineEdit(self.groupBox_2)
294
        self.lineEditMeasuredVariableCode.setObjectName("lineEditMeasuredVariableCode")
295
        self.gridLayout_9.addWidget(self.lineEditMeasuredVariableCode, 0, 1, 1, 1)
296
        self.lineEditTagSeqNo = QtWidgets.QLineEdit(self.groupBox_2)
297
        self.lineEditTagSeqNo.setObjectName("lineEditTagSeqNo")
298
        self.gridLayout_9.addWidget(self.lineEditTagSeqNo, 2, 1, 1, 1)
299
        self.label_9 = QtWidgets.QLabel(self.groupBox_2)
300
        self.label_9.setObjectName("label_9")
301
        self.gridLayout_9.addWidget(self.label_9, 1, 0, 1, 1)
302
        self.lineEditTypeModifier = QtWidgets.QLineEdit(self.groupBox_2)
303
        self.lineEditTypeModifier.setObjectName("lineEditTypeModifier")
304
        self.gridLayout_9.addWidget(self.lineEditTypeModifier, 1, 1, 1, 1)
305
        self.label_10 = QtWidgets.QLabel(self.groupBox_2)
306
        self.label_10.setObjectName("label_10")
307
        self.gridLayout_9.addWidget(self.label_10, 2, 0, 1, 1)
308
        self.label_11 = QtWidgets.QLabel(self.groupBox_2)
309
        self.label_11.setObjectName("label_11")
310
        self.gridLayout_9.addWidget(self.label_11, 3, 0, 1, 1)
311
        self.lineEditTagSuffix = QtWidgets.QLineEdit(self.groupBox_2)
312
        self.lineEditTagSuffix.setObjectName("lineEditTagSuffix")
313
        self.gridLayout_9.addWidget(self.lineEditTagSuffix, 3, 1, 1, 1)
314
        self.verticalLayout_4.addLayout(self.gridLayout_9)
315
        self.horizontalLayout_9.addLayout(self.verticalLayout_4)
316
        self.gridLayout_8.addLayout(self.horizontalLayout_9, 0, 0, 1, 1)
317
        self.gridLayout_7.addWidget(self.groupBox_2, 1, 0, 1, 1)
318 275
        self.groupBox_3 = QtWidgets.QGroupBox(self.tabTagNoRule)
319 276
        self.groupBox_3.setObjectName("groupBox_3")
320 277
        self.gridLayout_10 = QtWidgets.QGridLayout(self.groupBox_3)
......
342 299
        self.gridLayout_11.addWidget(self.lineEditOPCTag, 1, 1, 1, 1)
343 300
        self.horizontalLayout_10.addLayout(self.gridLayout_11)
344 301
        self.gridLayout_10.addLayout(self.horizontalLayout_10, 0, 0, 1, 1)
345
        self.gridLayout_7.addWidget(self.groupBox_3, 2, 0, 1, 1)
302
        self.gridLayout_7.addWidget(self.groupBox_3, 3, 0, 1, 1)
346 303
        self.groupBox_4 = QtWidgets.QGroupBox(self.tabTagNoRule)
347 304
        self.groupBox_4.setObjectName("groupBox_4")
348 305
        self.gridLayout_12 = QtWidgets.QGridLayout(self.groupBox_4)
......
360 317
        self.horizontalLayout_11.addLayout(self.gridLayout_13)
361 318
        self.gridLayout_12.addLayout(self.horizontalLayout_11, 0, 0, 1, 1)
362 319
        self.gridLayout_7.addWidget(self.groupBox_4, 0, 0, 1, 1)
320
        self.groupBox_2 = QtWidgets.QGroupBox(self.tabTagNoRule)
321
        self.groupBox_2.setObjectName("groupBox_2")
322
        self.gridLayout_8 = QtWidgets.QGridLayout(self.groupBox_2)
323
        self.gridLayout_8.setObjectName("gridLayout_8")
324
        self.horizontalLayout_9 = QtWidgets.QHBoxLayout()
325
        self.horizontalLayout_9.setObjectName("horizontalLayout_9")
326
        self.label_7 = QtWidgets.QLabel(self.groupBox_2)
327
        self.label_7.setMaximumSize(QtCore.QSize(80, 16777215))
328
        self.label_7.setText("")
329
        self.label_7.setPixmap(QtGui.QPixmap(":/newPrefix/Symbols/B01_Inst_FAHH.png"))
330
        self.label_7.setAlignment(QtCore.Qt.AlignCenter)
331
        self.label_7.setObjectName("label_7")
332
        self.horizontalLayout_9.addWidget(self.label_7)
333
        self.verticalLayout_4 = QtWidgets.QVBoxLayout()
334
        self.verticalLayout_4.setObjectName("verticalLayout_4")
335
        self.gridLayout_9 = QtWidgets.QGridLayout()
336
        self.gridLayout_9.setObjectName("gridLayout_9")
337
        self.label_8 = QtWidgets.QLabel(self.groupBox_2)
338
        self.label_8.setObjectName("label_8")
339
        self.gridLayout_9.addWidget(self.label_8, 0, 0, 1, 1)
340
        self.lineEditMeasuredVariableCode = QtWidgets.QLineEdit(self.groupBox_2)
341
        self.lineEditMeasuredVariableCode.setObjectName("lineEditMeasuredVariableCode")
342
        self.gridLayout_9.addWidget(self.lineEditMeasuredVariableCode, 0, 1, 1, 1)
343
        self.lineEditTagSeqNo = QtWidgets.QLineEdit(self.groupBox_2)
344
        self.lineEditTagSeqNo.setObjectName("lineEditTagSeqNo")
345
        self.gridLayout_9.addWidget(self.lineEditTagSeqNo, 2, 1, 1, 1)
346
        self.label_9 = QtWidgets.QLabel(self.groupBox_2)
347
        self.label_9.setObjectName("label_9")
348
        self.gridLayout_9.addWidget(self.label_9, 1, 0, 1, 1)
349
        self.lineEditTypeModifier = QtWidgets.QLineEdit(self.groupBox_2)
350
        self.lineEditTypeModifier.setObjectName("lineEditTypeModifier")
351
        self.gridLayout_9.addWidget(self.lineEditTypeModifier, 1, 1, 1, 1)
352
        self.label_10 = QtWidgets.QLabel(self.groupBox_2)
353
        self.label_10.setObjectName("label_10")
354
        self.gridLayout_9.addWidget(self.label_10, 2, 0, 1, 1)
355
        self.label_11 = QtWidgets.QLabel(self.groupBox_2)
356
        self.label_11.setObjectName("label_11")
357
        self.gridLayout_9.addWidget(self.label_11, 3, 0, 1, 1)
358
        self.lineEditTagSuffix = QtWidgets.QLineEdit(self.groupBox_2)
359
        self.lineEditTagSuffix.setObjectName("lineEditTagSuffix")
360
        self.gridLayout_9.addWidget(self.lineEditTagSuffix, 3, 1, 1, 1)
361
        self.verticalLayout_4.addLayout(self.gridLayout_9)
362
        self.horizontalLayout_9.addLayout(self.verticalLayout_4)
363
        self.gridLayout_8.addLayout(self.horizontalLayout_9, 0, 0, 1, 1)
364
        self.gridLayout_7.addWidget(self.groupBox_2, 2, 0, 1, 1)
365
        self.groupBox_8 = QtWidgets.QGroupBox(self.tabTagNoRule)
366
        self.groupBox_8.setObjectName("groupBox_8")
367
        self.gridLayout_17 = QtWidgets.QGridLayout(self.groupBox_8)
368
        self.gridLayout_17.setObjectName("gridLayout_17")
369
        self.horizontalLayout_23 = QtWidgets.QHBoxLayout()
370
        self.horizontalLayout_23.setObjectName("horizontalLayout_23")
371
        self.label_27 = QtWidgets.QLabel(self.groupBox_8)
372
        self.label_27.setObjectName("label_27")
373
        self.horizontalLayout_23.addWidget(self.label_27)
374
        self.lineEdit_2 = QtWidgets.QLineEdit(self.groupBox_8)
375
        self.lineEdit_2.setObjectName("lineEdit_2")
376
        self.horizontalLayout_23.addWidget(self.lineEdit_2)
377
        self.gridLayout_17.addLayout(self.horizontalLayout_23, 1, 0, 1, 1)
378
        self.gridLayout_7.addWidget(self.groupBox_8, 1, 0, 1, 1)
363 379
        self.tabWidget.addTab(self.tabTagNoRule, "")
364 380
        self.tabDisplayOption = QtWidgets.QWidget()
365 381
        self.tabDisplayOption.setObjectName("tabDisplayOption")
......
511 527
        self.label_26.setText(_translate("ConfigurationDialog", "Property : "))
512 528
        self.pushButtonAddProperty.setText(_translate("ConfigurationDialog", "추가"))
513 529
        self.tabWidget.setTabText(self.tabWidget.indexOf(self.Recognition), _translate("ConfigurationDialog", "인식"))
514
        self.groupBox_2.setTitle(_translate("ConfigurationDialog", "Instrument Tag No Rule"))
515
        self.label_8.setText(_translate("ConfigurationDialog", "Measured Variable Code"))
516
        self.label_9.setText(_translate("ConfigurationDialog", "Type Modifier"))
517
        self.label_10.setText(_translate("ConfigurationDialog", "Tag Seq No"))
518
        self.label_11.setText(_translate("ConfigurationDialog", "Tag Suffix"))
519 530
        self.groupBox_3.setTitle(_translate("ConfigurationDialog", "OPC Tag No Rule"))
520 531
        self.label_13.setText(_translate("ConfigurationDialog", "Description"))
521 532
        self.label_14.setText(_translate("ConfigurationDialog", "OPC Tag"))
522 533
        self.groupBox_4.setTitle(_translate("ConfigurationDialog", "Line No Tag Rule"))
523 534
        self.label_15.setText(_translate("ConfigurationDialog", "Tag Seq No"))
535
        self.groupBox_2.setTitle(_translate("ConfigurationDialog", "Instrument Tag No Rule"))
536
        self.label_8.setText(_translate("ConfigurationDialog", "Measured Variable Code"))
537
        self.label_9.setText(_translate("ConfigurationDialog", "Type Modifier"))
538
        self.label_10.setText(_translate("ConfigurationDialog", "Tag Seq No"))
539
        self.label_11.setText(_translate("ConfigurationDialog", "Tag Suffix"))
540
        self.groupBox_8.setTitle(_translate("ConfigurationDialog", "Nozzle Name Rule"))
541
        self.label_27.setText(_translate("ConfigurationDialog", "Nozzle Name : "))
524 542
        self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabTagNoRule), _translate("ConfigurationDialog", "태그 넘버 룰"))
525 543
        self.groupBox_6.setTitle(_translate("ConfigurationDialog", "라인 스타일"))
526 544
        self.groupBox_5.setTitle(_translate("ConfigurationDialog", "텍스트"))

내보내기 Unified diff

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