(self, currentText)
| 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( |
nothing calls this directly
no test coverage detected