프로젝트

일반

사용자정보

개정판 39128c17

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

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

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

Change-Id: I268dd5e528e1edc4def49c3ee211419254a203af

차이점 보기:

HYTOS/HYTOS/LineSplitter.py
62 62

  
63 63
    def load_data(self):
64 64
        """ load tag no and nozzle data """
65
        from Drawing import Drawing
66
        self.ui.lineEdit_TagNo.setText(self._item.tag_no)
65
        tag_no = self._item.tag_no
66
        if tag_no != 'None' and is_not_blank(tag_no):
67
            self.ui.lineEdit_TagNo.setText(tag_no)
67 68

  
68 69
        app_doc_data = AppDocData.instance()
69 70
        drawing = app_doc_data.activeDrawing

내보내기 Unified diff

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