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

Method zoomOut

QGraphicsView/ImageView.py:124–126  ·  view source on GitHub ↗

缩小

(self)

Source from the content-addressed store, hash-verified

122 self.zoom(1 + self._delta)
123
124 def zoomOut(self):
125 """缩小"""
126 self.zoom(1 - self._delta)
127
128 def zoom(self, factor):
129 """缩放

Callers 1

wheelEventMethod · 0.95

Calls 1

zoomMethod · 0.95

Tested by

no test coverage detected