(self, index)
| 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: |