mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
...
This commit is contained in:
parent
78638a28f2
commit
94b606756c
@ -1021,8 +1021,7 @@ class TOCEditor(QDialog): # {{{
|
||||
l.addWidget(s)
|
||||
self.loading_widget = lw = QWidget(self)
|
||||
s.addWidget(lw)
|
||||
ll = self.ll = QVBoxLayout()
|
||||
lw.setLayout(ll)
|
||||
ll = self.ll = QVBoxLayout(lw)
|
||||
self.pi = pi = ProgressIndicator()
|
||||
pi.setDisplaySize(QSize(200, 200))
|
||||
pi.startAnimation()
|
||||
|
Loading…
x
Reference in New Issue
Block a user