mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
71df2ca851
commit
b05504d94c
@ -379,6 +379,7 @@ class EditWithComplete(EnComboBox):
|
|||||||
|
|
||||||
def clear(self):
|
def clear(self):
|
||||||
self.lineEdit().clear()
|
self.lineEdit().clear()
|
||||||
|
EnComboBox.clear(self)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
from PyQt4.Qt import QDialog, QVBoxLayout
|
from PyQt4.Qt import QDialog, QVBoxLayout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user