Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyQt5/PyQtClient
/ doPreviewNext
Method
doPreviewNext
Widgets/Skins/PictureWidget.py:67–72 ·
view source on GitHub ↗
下一个
(self)
Source
from the content-addressed store, hash-verified
65
self.doPreview()
66
67
def
doPreviewNext(self):
68
""
"下一个
69
""
"
70
self._index += 1
71
self._index = min(self._index, self.gridLayout.count() - 1)
72
self.doPreview()
73
74
def
doPreview(self):
75
""
"主动发送预览信号
Callers
nothing calls this directly
Calls
2
doPreview
Method · 0.95
count
Method · 0.45
Tested by
no test coverage detected