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