개정판 9d8baa25
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