mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
...
This commit is contained in:
parent
c7db673ffb
commit
58652ae068
@ -183,7 +183,7 @@ class ResultsModel(QAbstractTableModel): # {{{
|
|||||||
return book
|
return book
|
||||||
elif role == Qt.ToolTipRole and col == 3:
|
elif role == Qt.ToolTipRole and col == 3:
|
||||||
return (
|
return (
|
||||||
_('The has cover indication is not fully\n'
|
_('The "has cover" indication is not fully\n'
|
||||||
'reliable. Sometimes results marked as not\n'
|
'reliable. Sometimes results marked as not\n'
|
||||||
'having a cover will find a cover in the download\n'
|
'having a cover will find a cover in the download\n'
|
||||||
'cover stage, and vice versa.'))
|
'cover stage, and vice versa.'))
|
||||||
@ -1194,9 +1194,9 @@ class CoverFetch(QDialog): # {{{
|
|||||||
|
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
DEBUG_DIALOG = True
|
DEBUG_DIALOG = True
|
||||||
app = QApplication([])
|
app = QApplication([])
|
||||||
d = FullFetch()
|
d = FullFetch()
|
||||||
d.start(title='great gatsby', authors=['fitzgerald'])
|
d.start(title='great gatsby', authors=['fitzgerald'])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user