개정판 9c083580
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