MCPcopy Index your code
hub / github.com/PyQt5/PyQt / updateProgress

Method updateProgress

QtRemoteObjects/SyncUi/WindowMaster.py:57–61  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

55 layout.addWidget(self.progressBar)
56
57 def updateProgress(self):
58 self._value += 1
59 if self._value > 100:
60 self._value = 0
61 self.progressBar.setValue(self._value)
62
63 @pyqtSlot(str)
64 def updateEdit(self, text):

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.80

Tested by

no test coverage detected