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

Method doPreview

Widgets/Skins/ThemeWidget.py:52–55  ·  view source on GitHub ↗

主动发送预览信号

(self)

Source from the content-addressed store, hash-verified

50 self.doPreview()
51
52 def doPreview(self):
53 """主动发送预览信号
54 """
55 self.gridLayout.itemAt(self._index).widget().click()
56
57 def onThemeItemAddFinished(self):
58 """添加完成

Callers 2

doPreviewPreviousMethod · 0.95
doPreviewNextMethod · 0.95

Calls 2

clickMethod · 0.80
itemAtMethod · 0.80

Tested by

no test coverage detected