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

Method Search

src/component/line_edit/search_line_edit.py:151–155  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

149 return QLineEdit.keyReleaseEvent(self, ev)
150
151 def Search(self):
152 text = self.text()
153 QtOwner().OpenSearch(text)
154 self.clearFocus()
155 return
156
157 def clearFocus(self) -> None:
158 return QLineEdit.clearFocus(self)

Callers 2

SetTextMethod · 0.95
keyReleaseEventMethod · 0.95

Calls 4

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

Tested by

no test coverage detected