개정판 68485f03
issue #000: fix save timer
Change-Id: I5304005939993e36acc478f93d565962f87899e6
DTI_PID/DTI_PID/MainWindow.py | ||
---|---|---|
295 | 295 |
app_doc_data = AppDocData.instance() |
296 | 296 |
project = app_doc_data.getCurrentProject() |
297 | 297 |
version = QCoreApplication.applicationVersion() |
298 |
title = f"{App.NAME}({version}) - {project.name}:" \ |
|
298 |
title = f"{App.NAME}({version}) - {project.name}: " \
|
|
299 | 299 |
f"{app_doc_data.activeDrawing.name if app_doc_data.activeDrawing else ''}" |
300 | 300 |
#title = f"{App.NAME} : ID2 " \ |
301 | 301 |
# f"{app_doc_data.activeDrawing.name if app_doc_data.activeDrawing else ''}" |
... | ... | |
2519 | 2519 |
self.addMessage.emit(MessageType.Error, message) |
2520 | 2520 |
|
2521 | 2521 |
# save alarm |
2522 |
self.save_alarm_enable(True) |
|
2522 |
self.save_alarm_enable(True, True)
|
|
2523 | 2523 |
|
2524 | 2524 |
''' |
2525 | 2525 |
@brief remove item from tree widget and then remove from scene |
내보내기 Unified diff