Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyQt5/PyQt
/ zoomOut
Method
zoomOut
QListView/ImageView.py:125–127 ·
view source on GitHub ↗
缩小
(self)
Source
from the content-addressed store, hash-verified
123
self.zoom(1 + self._delta)
124
125
def
zoomOut(self):
126
""
"缩小"
""
127
self.zoom(1 - self._delta)
128
129
def
zoom(self, factor):
130
""
"缩放
Callers
1
wheelEvent
Method · 0.95
Calls
1
zoom
Method · 0.95
Tested by
no test coverage detected