개정판 7d410e18
issue #000 Hytos to PAP 문구 변경.
Change-Id: If84ee7a6665c419b2f42a4fda7d0ea58b219d5dc
HYTOS/HYTOS/MainWindow.py | ||
---|---|---|
276 | 276 |
if app_doc_data.activeDrawing is None: |
277 | 277 |
self.showImageSelectionMessageBox() |
278 | 278 |
return |
279 |
|
|
280 | 279 |
from Export_To_PAP import QExport_To_PAP |
281 |
|
|
282 | 280 |
dlg = QExport_To_PAP() |
283 | 281 |
dlg.exec_() |
284 | 282 |
|
285 |
QMessageBox.information(self, "Error", "Not Implemented.") |
|
286 |
|
|
287 | 283 |
except Exception as ex: |
288 | 284 |
message = f"error occurred({repr(ex)}) in {sys.exc_info()[-1].tb_frame.f_code.co_filename}:" \ |
289 | 285 |
f"{sys.exc_info()[-1].tb_lineno}" |
내보내기 Unified diff