MCPcopy Create free account
hub / github.com/PyQt5/PyQtClient / onUpdateProgressChanged

Method onUpdateProgressChanged

Widgets/Dialogs/UpdateDialog.py:44–46  ·  view source on GitHub ↗
(self, currentValue, minValue, maxValue)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

setRangeMethod · 0.80
setValueMethod · 0.45

Tested by

no test coverage detected