개정판 03518558
update batch link
Change-Id: I2b9e9714f92d321659fc94d0683341daaf991f04
DTI_PID/DTI_PID/Commands/SaveWorkCommand.py | ||
---|---|---|
109 | 109 |
|
110 | 110 |
@staticmethod |
111 | 111 |
def save_to_database(): |
112 |
""" no more used """ |
|
112 | 113 |
"""db update when save or recognition""" |
113 | 114 |
from AppDocData import AppDocData |
114 | 115 |
from AppDocData import MessageType |
DTI_PID/DTI_PID/LineNoTracer.py | ||
---|---|---|
904 | 904 |
ALL_ITEM = [item for item in worker.scene.items() if issubclass(type(item), QEngineeringAbstractItem)] |
905 | 905 |
for item in ALL_ITEM: |
906 | 906 |
item.setVisible(True) |
907 |
QApplication.processEvents() |
|
907 | 908 |
|
908 | 909 |
except Exception as ex: |
909 | 910 |
message = 'error occurred({}) in {}:{}'.format(repr(ex), sys.exc_info()[-1].tb_frame.f_code.co_filename, |
내보내기 Unified diff