프로젝트

일반

사용자정보

개정판 8d2b3c9c

ID8d2b3c9c62ea676cf2c2987d1cda8b1b2c6a4f7f
상위 6ab5da4a
하위 e57bdb6e

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

issue #1054 : 스트림 데이타 입력

Change-Id: Ia7791e36a7ad366bddff49cb31bd7d6c96392827

차이점 보기:

HYTOS/HYTOS/Shapes/EngineeringStreamlineItem.py
703 703

  
704 704
    def mouseDoubleClickEvent(self, event):
705 705
        from StreamDataDialog import QStreamDataDialog
706
        
707
        dialog = QStreamDataDialog()
708
        res = dialog.showDialog(self)
709
        if res == True:
710
            self.load_HMB()
706
        try:
707

  
708
            dialog = QStreamDataDialog()
709
            res = dialog.showDialog(self)
710
            if res == True:
711
                self.load_HMB()
712

  
713
        except Exception as ex:
714
            from App import App
715
            from AppDocData import MessageType
716

  
717
            message = 'error occurred({}) in {}:{}'.format(ex, sys.exc_info()[-1].tb_frame.f_code.co_filename,
718
                                                           sys.exc_info()[-1].tb_lineno)
719
            App.mainWnd().addMessage.emit(MessageType.Error, message)
711 720

  
712 721
    def load_HMB(self):        
713 722
        from App import App 

내보내기 Unified diff

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