mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
f7974adef5
commit
f4390b768d
@ -146,7 +146,7 @@ Run bash ./runConfigureICU Cygwin/MSVC
|
|||||||
|
|
||||||
Run make (note that you must have GNU make installed in cygwin)
|
Run make (note that you must have GNU make installed in cygwin)
|
||||||
|
|
||||||
Optionally run make test
|
Optionally run make check
|
||||||
|
|
||||||
Libunrar
|
Libunrar
|
||||||
----------
|
----------
|
||||||
|
@ -373,6 +373,10 @@ class EditWithComplete(EnComboBox):
|
|||||||
def setCursorPosition(self, *args):
|
def setCursorPosition(self, *args):
|
||||||
self.lineEdit().setCursorPosition(*args)
|
self.lineEdit().setCursorPosition(*args)
|
||||||
|
|
||||||
|
@property
|
||||||
|
def textChanged(self):
|
||||||
|
return self.lineEdit().textChanged
|
||||||
|
|
||||||
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