Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
doPreviewPrevious
Method · 0.95
doPreviewNext
Method · 0.95
Calls
2
click
Method · 0.80
itemAt
Method · 0.80
Tested by
no test coverage detected