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

Method update_progress

QtWinExtras/TaskbarProgress.py:160–165  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

158 self.sender().setEnabled(False)
159
160 def update_progress(self):
161 value = self.taskProgress.value()
162 value += 1
163 if value > self.taskProgress.maximum():
164 value = 0
165 self.taskProgress.setValue(value)
166
167
168if __name__ == '__main__':

Callers

nothing calls this directly

Calls 2

valueMethod · 0.80
setValueMethod · 0.80

Tested by

no test coverage detected