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

Method onItemChanged

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

Source from the content-addressed store, hash-verified

93 formatColor('itemActivated', QColor(Qt.blue)), item.text()))
94
95 def onItemChanged(self, item):
96 self.resultView.appendHtml(
97 '{0}: {1}'.format(
98 formatColor('itemChanged', QColor(Qt.cyan)), item.text()))
99
100 def onItemClicked(self, item):
101 self.resultView.appendHtml(

Callers

nothing calls this directly

Calls 2

formatColorFunction · 0.85
textMethod · 0.45

Tested by

no test coverage detected