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

Method onCurrentTextChanged

QListWidget/SignalsExample.py:85–88  ·  view source on GitHub ↗
(self, currentText)

Source from the content-addressed store, hash-verified

83 currentRow))
84
85 def onCurrentTextChanged(self, currentText):
86 self.resultView.appendHtml(
87 '{0}: {1}'.format(
88 formatColor('currentTextChanged', QColor(Qt.yellow)), currentText))
89
90 def onItemActivated(self, item):
91 self.resultView.appendHtml(

Callers

nothing calls this directly

Calls 1

formatColorFunction · 0.85

Tested by

no test coverage detected