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

Method wheelEvent

QListView/ImageView.py:115–119  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

113 self.centerOn(rect.center())
114
115 def wheelEvent(self, event):
116 if event.angleDelta().y() > 0:
117 self.zoomIn()
118 else:
119 self.zoomOut()
120
121 def zoomIn(self):
122 """放大"""

Callers

nothing calls this directly

Calls 3

zoomInMethod · 0.95
zoomOutMethod · 0.95
yMethod · 0.80

Tested by

no test coverage detected