MCPcopy
hub / github.com/tonquer/JMComic-qt / Search

Method Search

src/component/line_edit/tip_line_edit.py:90–94  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

88 return QLineEdit.keyReleaseEvent(self, ev)
89
90 def Search(self):
91 text = self.text()
92 QtOwner().OpenSearch(text)
93 self.clearFocus()
94 return
95
96 def clearFocus(self) -> None:
97 return QLineEdit.clearFocus(self)

Callers 1

keyReleaseEventMethod · 0.95

Calls 4

clearFocusMethod · 0.95
QtOwnerClass · 0.90
textMethod · 0.80
OpenSearchMethod · 0.80

Tested by

no test coverage detected