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

Method setPercent

QPushButton/BottomLineProgress.py:102–106  ·  view source on GitHub ↗
(self, v)

Source from the content-addressed store, hash-verified

100 pass
101
102 def setPercent(self, v):
103 self._percent = v
104 if v == 1:
105 self.stop()
106 self.update()
107
108 def setLineColor(self, color):
109 self.lineColor = QColor(color)

Callers

nothing calls this directly

Calls 2

stopMethod · 0.95
updateMethod · 0.45

Tested by

no test coverage detected