MCPcopy Create free account
hub / github.com/PyQt5/PyQt / onItemDoubleClicked

Method onItemDoubleClicked

QListWidget/SignalsExample.py:104–106  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

102 '{0}: {1}'.format(formatColor('itemClicked', QColor(Qt.magenta)), item.text()))
103
104 def onItemDoubleClicked(self, item):
105 self.resultView.appendHtml(
106 '{0}: {1}'.format(formatColor('itemDoubleClicked', QColor(Qt.darkGreen)), item.text()))
107
108 def onItemEntered(self, item):
109 self.resultView.appendHtml(

Callers

nothing calls this directly

Calls 2

formatColorFunction · 0.85
textMethod · 0.45

Tested by

no test coverage detected