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

Method onItemEntered

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

Source from the content-addressed store, hash-verified

106 '{0}: {1}'.format(formatColor('itemDoubleClicked', QColor(Qt.darkGreen)), item.text()))
107
108 def onItemEntered(self, item):
109 self.resultView.appendHtml(
110 '{0}: {1}'.format(formatColor('itemEntered', QColor(Qt.darkCyan)), item.text()))
111
112 def onItemPressed(self, item):
113 print(item)

Callers

nothing calls this directly

Calls 2

formatColorFunction · 0.85
textMethod · 0.45

Tested by

no test coverage detected