프로젝트

일반

사용자정보

개정판 39128c17

ID39128c172a774a2cdd7244f6f23dbb3f4ec47249
상위 637ddfd2
하위 056452e7, 7c580b99

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

issue #1053 : 생성한 장치의 데이터 입력

Change-Id: I268dd5e528e1edc4def49c3ee211419254a203af

차이점 보기:

HYTOS/HYTOS/Reactor.py
106 106

  
107 107
    def load_data(self):
108 108
        """ load tag no and nozzle data """
109
        from Drawing import Drawing
110
        self.ui.lineEdit_TagNo.setText(self._item.tag_no)
109
        tag_no = self._item.tag_no
110
        if tag_no != 'None' and is_not_blank(tag_no):
111
            self.ui.lineEdit_TagNo.setText(tag_no)
111 112

  
112
        appDocData = AppDocData.instance()
113
        drawing = appDocData.activeDrawing
113
        app_doc_data = AppDocData.instance()
114
        drawing = app_doc_data.activeDrawing
114 115
        if drawing:
115 116
            for attr in drawing.attrs:
116 117
                if attr[0] == 'Units':

내보내기 Unified diff

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