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

Method stop

QProgressBar/Lib/DWaterProgress.py:81–82  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

79
80 @pyqtSlot()
81 def stop(self):
82 self.timer.stop()
83
84 def resizePixmap(self, sz):
85 # https://github.com/linuxdeepin/dtkwidget/blob/master/src/widgets/dwaterprogress.cpp#L192

Callers 10

updateAnimationMethod · 0.45
doShowMethod · 0.45
doCloseMethod · 0.45
contextMenuEventMethod · 0.45
autoStopMethod · 0.45
autoStartMethod · 0.45
paintEventMethod · 0.45
onTimeoutMethod · 0.45
setRandomValueMethod · 0.45
updateTargetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected