MCPcopy Create free account
hub / github.com/PyQt5/PyQtClient / doPreviewPrevious

Method doPreviewPrevious

Widgets/Skins/ThemeWidget.py:38–43  ·  view source on GitHub ↗

上一个

(self)

Source from the content-addressed store, hash-verified

36 ThemeThread.start(PixmapWidth, PixmapHeight)
37
38 def doPreviewPrevious(self):
39 """上一个
40 """
41 self._index -= 1
42 self._index = max(self._index, 0)
43 self.doPreview()
44
45 def doPreviewNext(self):
46 """下一个

Callers 1

onPreviewPreviousMethod · 0.45

Calls 1

doPreviewMethod · 0.95

Tested by

no test coverage detected