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

Method SetText

src/component/line_edit/search_line_edit.py:79–85  ·  view source on GitHub ↗
(self, index)

Source from the content-addressed store, hash-verified

77 self.model.setStringList(self.cacheWords)
78
79 def SetText(self, index):
80 item = self.model.itemData(index)
81 text = item.get(0)
82 # self.setText(text.replace(self.searchTag1, "").replace(self.searchTag2, ""))
83 self.setText(text)
84 self.Search()
85 return
86
87 def setCompleter(self, strings):
88 if not strings:

Callers

nothing calls this directly

Calls 2

SearchMethod · 0.95
setTextMethod · 0.80

Tested by

no test coverage detected