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

Method onItemActivated

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

Source from the content-addressed store, hash-verified

88 formatColor('currentTextChanged', QColor(Qt.yellow)), currentText))
89
90 def onItemActivated(self, item):
91 self.resultView.appendHtml(
92 '{0}: {1}'.format(
93 formatColor('itemActivated', QColor(Qt.blue)), item.text()))
94
95 def onItemChanged(self, item):
96 self.resultView.appendHtml(

Callers

nothing calls this directly

Calls 2

formatColorFunction · 0.85
textMethod · 0.45

Tested by

no test coverage detected