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

Method doPreviewNext

Widgets/Skins/ThemeWidget.py:45–50  ·  view source on GitHub ↗

下一个

(self)

Source from the content-addressed store, hash-verified

43 self.doPreview()
44
45 def doPreviewNext(self):
46 """下一个
47 """
48 self._index += 1
49 self._index = min(self._index, self.gridLayout.count() - 1)
50 self.doPreview()
51
52 def doPreview(self):
53 """主动发送预览信号

Callers 1

onPreviewNextMethod · 0.45

Calls 2

doPreviewMethod · 0.95
countMethod · 0.45

Tested by

no test coverage detected