프로젝트

일반

사용자정보

개정판 9d8baa25

ID9d8baa2599ec6adcbf3710465a86f3e94995b982
상위 46ee2d18
하위 f901eaca

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

issue #663: fix page count

Change-Id: I3ecbc5901e1b28d4ac46c4d6abf13ef4e2c1264d

차이점 보기:

DTI_PID/DTI_PID/RecognitionDialog.py
1862 1862
        self.ui.progressBarBatch.setMaximum(maxValue * 5)
1863 1863
        value = self.ui.progressBarBatch.value() + weight
1864 1864
        self.ui.progressBarBatch.setValue(value)        
1865
        self.ui.progressBarBatch.setFormat('{}/{}'.format(str(int(value/(maxValue * 5))), str(maxValue)))
1865
        self.ui.progressBarBatch.setFormat('{}/{}'.format(str(int(value / 5)), str(maxValue)))
1866 1866

  
1867 1867
    '''
1868 1868
        @brief      display title
DTI_PID/DTI_PID/TrainingSymbolImageListDialog.py
284 284
            return None
285 285

  
286 286
        try:
287
            
288 287
            QMessageBox.about(self, self.tr("Notice"), self.tr('Successfully applied. '))
289 288
        except Exception as ex:
290 289
            from App import App

내보내기 Unified diff

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