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