mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 09:16:45 +02:00
...
This commit is contained in:
parent
aa7ebf0ac3
commit
7852275d93
1 changed files with 3 additions and 0 deletions
|
|
@ -162,6 +162,9 @@ class MultiCompleteLineEdit(QLineEdit):
|
|||
separator. Use the :meth:`update_items_cache` to set the list of
|
||||
all possible completions. Separator can be controlled with the
|
||||
:meth:`set_separator` and :meth:`set_space_before_sep` methods.
|
||||
|
||||
A call to self.set_separator(None) will allow this widget to be used
|
||||
to complete non multiple fields as well.
|
||||
'''
|
||||
|
||||
def __init__(self, parent=None):
|
||||
|
|
|
|||
Loading…
Reference in a new issue