mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
6cfb2e9ab1
commit
14919c9531
@ -462,6 +462,7 @@ class IdentifyWidget(QWidget): # {{{
|
|||||||
|
|
||||||
self.query = QLabel('download starting...')
|
self.query = QLabel('download starting...')
|
||||||
self.query.setWordWrap(True)
|
self.query.setWordWrap(True)
|
||||||
|
self.query.setTextFormat(Qt.TextFormat.PlainText)
|
||||||
l.addWidget(self.query)
|
l.addWidget(self.query)
|
||||||
|
|
||||||
self.comments_view.show_wait()
|
self.comments_view.show_wait()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user