MCPcopy 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

doPreviewPreviousMethod · 0.95
doPreviewNextMethod · 0.95

Calls 2

clickMethod · 0.80
itemAtMethod · 0.80

Tested by

no test coverage detected