프로젝트

일반

사용자정보

개정판 68485f03

ID68485f033306569a86f74e268bb0eafb130768a4
상위 83d5e903
하위 78919bf8

함의성이(가) 약 4년 전에 추가함

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

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