mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 01:52:31 +02:00
...
This commit is contained in:
parent
761631a49b
commit
2988b28a8f
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
from calibre.utils.icu import sort_key, lower
|
||||
from calibre.gui2 import NONE
|
||||
from calibre.gui2.widgets import EnComboBox
|
||||
from calibre.gui2.widgets import EnComboBox, LineEditECM
|
||||
|
||||
class CompleteModel(QAbstractListModel):
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ def data(self, index, role):
|
|||
return NONE
|
||||
|
||||
|
||||
class MultiCompleteLineEdit(QLineEdit):
|
||||
class MultiCompleteLineEdit(QLineEdit, LineEditECM):
|
||||
'''
|
||||
A line edit that completes on multiple items separated by a
|
||||
separator. Use the :meth:`update_items_cache` to set the list of
|
||||
|
|
|
|||
Loading…
Reference in a new issue