mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
e6a7357e66
commit
1d52ffa9af
@ -92,7 +92,7 @@ class TOCEditor(QDialog):
|
||||
pi.setDisplaySize(200)
|
||||
pi.startAnimation()
|
||||
ll.addWidget(pi, alignment=Qt.AlignHCenter|Qt.AlignCenter)
|
||||
la = QLabel(_('Loading %s, please wait...')%t)
|
||||
la = self.la = QLabel(_('Loading %s, please wait...')%t)
|
||||
la.setStyleSheet('QLabel { font-size: 20pt }')
|
||||
ll.addWidget(la, alignment=Qt.AlignHCenter|Qt.AlignTop)
|
||||
self.toc_view = TOCView(self)
|
||||
|
Loading…
x
Reference in New Issue
Block a user