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

Method zoomIn

QGraphicsView/ImageView.py:120–122  ·  view source on GitHub ↗

放大

(self)

Source from the content-addressed store, hash-verified

118 self.zoomOut()
119
120 def zoomIn(self):
121 """放大"""
122 self.zoom(1 + self._delta)
123
124 def zoomOut(self):
125 """缩小"""

Callers 1

wheelEventMethod · 0.95

Calls 1

zoomMethod · 0.95

Tested by

no test coverage detected