(self, currentValue, minValue, maxValue)
| 42 | self.plainTextEditDetail.setPlainText(text) |
| 43 | |
| 44 | def onUpdateProgressChanged(self, currentValue, minValue, maxValue): |
| 45 | self.progressBarUpdate.setRange(minValue, maxValue) |
| 46 | self.progressBarUpdate.setValue(currentValue) |