mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-06-06 14:05:21 -04:00
...
This commit is contained in:
@@ -373,6 +373,10 @@ class EditWithComplete(EnComboBox):
|
||||
def setCursorPosition(self, *args):
|
||||
self.lineEdit().setCursorPosition(*args)
|
||||
|
||||
@property
|
||||
def textChanged(self):
|
||||
return self.lineEdit().textChanged
|
||||
|
||||
if __name__ == '__main__':
|
||||
from PyQt4.Qt import QDialog, QVBoxLayout
|
||||
app = QApplication([])
|
||||
|
||||
Reference in New Issue
Block a user