MCPcopy Create free account
hub / github.com/PyQt5/PyQt / showEvent

Method showEvent

Test/ButtomZoom.py:37–39  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

35 )
36
37 def showEvent(self, event):
38 super(ZoomButton, self).showEvent(event)
39 self.updatePos()
40
41 def enterEvent(self, event):
42 super(ZoomButton, self).enterEvent(event)

Callers

nothing calls this directly

Calls 2

updatePosMethod · 0.95
showEventMethod · 0.45

Tested by

no test coverage detected