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

Method __init__

QPropertyAnimation/FlipWidgetAnimation.py:31–33  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

29 windowChanged = pyqtSignal()
30
31 def __init__(self, *args, **kwargs):
32 super(LoginWidget, self).__init__(*args, **kwargs)
33 self.setPixmap(QPixmap('Data/1.png'))
34
35 def mousePressEvent(self, event):
36 super(LoginWidget, self).mousePressEvent(event)

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45
setPixmapMethod · 0.45

Tested by

no test coverage detected