MCPcopy
hub / github.com/PyQt5/PyQt / onFrameChanged

Method onFrameChanged

QSplashScreen/GifSplashScreen.py:33–34  ·  view source on GitHub ↗
(self, _)

Source from the content-addressed store, hash-verified

31 self.movie.start()
32
33 def onFrameChanged(self, _):
34 self.setPixmap(self.movie.currentPixmap())
35
36 def finish(self, widget):
37 self.movie.stop()

Callers

nothing calls this directly

Calls 1

setPixmapMethod · 0.45

Tested by

no test coverage detected