case insensitivity

This commit is contained in:
ThomasV 2012-06-10 21:27:31 +02:00
parent a397c02703
commit 00c400f9fe
1 changed files with 1 additions and 0 deletions

View File

@ -423,6 +423,7 @@ class ElectrumWindow(QMainWindow):
grid.addWidget(self.payto_e, 1, 1, 1, 3)
completer = QCompleter()
completer.setCaseSensitivity(False)
self.payto_e.setCompleter(completer)
self.completions = QStringListModel()
completer.setModel(self.completions)