Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyQt5/PyQtClient
/ doPreview
Method
doPreview
Widgets/Skins/PictureWidget.py:74–77 ·
view source on GitHub ↗
主动发送预览信号
(self)
Source
from the content-addressed store, hash-verified
72
self.doPreview()
73
74
def
doPreview(self):
75
""
"主动发送预览信号
76
""
"
77
self.gridLayout.itemAt(self._index).widget().click()
78
79
def
showWaiting(self, show=True):
80
self.setEnabled(not show)
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