프로젝트

일반

사용자정보

개정판 7e6303df

ID7e6303df08627bf4699a183a33e07362911de2a5
상위 c3d85e7d
하위 b00e81bf

함의성이(가) 약 4년 전에 추가함

issue #000: fix

Change-Id: I0508d4843574e94c6087309f4f20ab59c6eebd95

차이점 보기:

DTI_PID/DTI_PID/ImportTextFromCADDialog.py
892 892
                    id2_xml.write(id2_xml_path, encoding="utf-8", xml_declaration=True)
893 893
                    """up to here"""
894 894

  
895
        QMessageBox.information(self, self.tr('Information'), self.tr('Importing finished!'),
896
                                QMessageBox.Close)
897 895
                except Exception as ex:
898 896
                    from App import App 
899 897
                    from AppDocData import MessageType
......
908 906
                message = 'There is no xml file'
909 907
                App.mainWnd().addMessage.emit(MessageType.Error, message)
910 908

  
909
        QMessageBox.information(self, self.tr('Information'), self.tr('Importing finished!'),
910
                                QMessageBox.Close)
911

  
911 912
    def symbol_to_xml(self, blk_ref_node, id2_bbox, autocad_bbox, mapping_configs: list) -> str:
912 913
        """try to convert block reference element to id2 xml"""
913 914
        import uuid

내보내기 Unified diff

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