프로젝트

일반

사용자정보

개정판 9c083580

ID9c0835804632c3c319e59de01a3b6a1e5b3dc856
상위 75ea0fd1
하위 15dda994

송근호이(가) 약 3년 전에 추가함

issue #000 Hytos to PAP 로직 문구 수정.

Change-Id: I31cab053fd410628f3eda5e71704a4a27cd0af77

차이점 보기:

HYTOS/HYTOS/MainWindow.py
271 271
            self.addMessage.emit(MessageType.Error, message)
272 272

  
273 273
    def upload_to_pap(self):
274
        QMessageBox.information(self, "Error", "Not Implemented.")
274
        try:
275
            app_doc_data = AppDocData.instance()
276
            if app_doc_data.activeDrawing is None:
277
                self.showImageSelectionMessageBox()
278
                return
279
            
280
            QMessageBox.information(self, "Error", "Not Implemented.")
281

  
282
        except Exception as ex:
283
            message = f"error occurred({repr(ex)}) in {sys.exc_info()[-1].tb_frame.f_code.co_filename}:" \
284
                      f"{sys.exc_info()[-1].tb_lineno}"
285
            self.addMessage.emit(MessageType.Error, message)
275 286

  
276 287
    def read_settings(self):
277 288
        """read geometry and state"""

내보내기 Unified diff

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