Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
wheelEvent
Method · 0.95
Calls
1
zoom
Method · 0.95
Tested by
no test coverage detected