Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyQt5/PyQtClient
/ doPreviewPrevious
Method
doPreviewPrevious
Widgets/Skins/PictureWidget.py:60–65 ·
view source on GitHub ↗
上一个
(self)
Source
from the content-addressed store, hash-verified
58
self._items = []
59
60
def
doPreviewPrevious(self):
61
""
"上一个
62
""
"
63
self._index -= 1
64
self._index = max(self._index, 0)
65
self.doPreview()
66
67
def
doPreviewNext(self):
68
""
"下一个
Callers
nothing calls this directly
Calls
1
doPreview
Method · 0.95
Tested by
no test coverage detected