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

Method onCurrentRowChanged

QListWidget/SignalsExample.py:79–83  ·  view source on GitHub ↗
(self, currentRow)

Source from the content-addressed store, hash-verified

77 current, previous))
78
79 def onCurrentRowChanged(self, currentRow):
80 self.resultView.appendHtml(
81 '{0}: {1}'.format(
82 formatColor('currentRowChanged', QColor(Qt.green)),
83 currentRow))
84
85 def onCurrentTextChanged(self, currentText):
86 self.resultView.appendHtml(

Callers

nothing calls this directly

Calls 1

formatColorFunction · 0.85

Tested by

no test coverage detected