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

Method onValueChanged

QSlider/LfSlider.py:35–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

33 self.uTimer.start(delay)
34
35 def onValueChanged(self):
36 if self.lastValue != self.value():
37 self.lastValue = self.value()
38 self.valueChanged.emit(self.lastValue)
39
40
41class Window(QWidget):

Callers

nothing calls this directly

Calls 1

valueMethod · 0.80

Tested by

no test coverage detected