mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
Merge branch 'master' of https://github.com/cbhaley/calibre
This commit is contained in:
commit
7ce022f5e1
@ -57,7 +57,9 @@ class EditColumnDelegate(QItemDelegate):
|
|||||||
editor.update_items_cache(self.completion_data)
|
editor.update_items_cache(self.completion_data)
|
||||||
return editor
|
return editor
|
||||||
from calibre.gui2.widgets import EnLineEdit
|
from calibre.gui2.widgets import EnLineEdit
|
||||||
return EnLineEdit(parent)
|
editor = EnLineEdit(parent)
|
||||||
|
editor.setClearButtonEnabled(True)
|
||||||
|
return editor
|
||||||
|
|
||||||
|
|
||||||
class EditAuthorsDialog(QDialog, Ui_EditAuthorsDialog):
|
class EditAuthorsDialog(QDialog, Ui_EditAuthorsDialog):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user