This commit is contained in:
Kovid Goyal 2023-02-27 08:21:35 +05:30
parent 78638a28f2
commit 94b606756c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1021,8 +1021,7 @@ class TOCEditor(QDialog): # {{{
l.addWidget(s) l.addWidget(s)
self.loading_widget = lw = QWidget(self) self.loading_widget = lw = QWidget(self)
s.addWidget(lw) s.addWidget(lw)
ll = self.ll = QVBoxLayout() ll = self.ll = QVBoxLayout(lw)
lw.setLayout(ll)
self.pi = pi = ProgressIndicator() self.pi = pi = ProgressIndicator()
pi.setDisplaySize(QSize(200, 200)) pi.setDisplaySize(QSize(200, 200))
pi.startAnimation() pi.startAnimation()