mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 21:53:43 +02:00
...
This commit is contained in:
parent
b4cd0093b2
commit
71df2ca851
1 changed files with 3 additions and 0 deletions
|
|
@ -377,6 +377,9 @@ def setCursorPosition(self, *args):
|
|||
def textChanged(self):
|
||||
return self.lineEdit().textChanged
|
||||
|
||||
def clear(self):
|
||||
self.lineEdit().clear()
|
||||
|
||||
if __name__ == '__main__':
|
||||
from PyQt4.Qt import QDialog, QVBoxLayout
|
||||
app = QApplication([])
|
||||
|
|
|
|||
Loading…
Reference in a new issue