This commit is contained in:
Kovid Goyal 2012-07-10 12:48:32 +05:30
parent b4cd0093b2
commit 71df2ca851

View File

@ -377,6 +377,9 @@ class EditWithComplete(EnComboBox):
def textChanged(self):
return self.lineEdit().textChanged
def clear(self):
self.lineEdit().clear()
if __name__ == '__main__':
from PyQt4.Qt import QDialog, QVBoxLayout
app = QApplication([])