mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
36ed6c24a4
commit
0aa5efc7a4
@ -1003,6 +1003,7 @@ class Reports(Dialog):
|
||||
Dialog.__init__(self, _('Reports'), 'reports-dialog', parent=parent)
|
||||
self.data_gathered.connect(self.display_data, type=Qt.QueuedConnection)
|
||||
self.setAttribute(Qt.WA_DeleteOnClose, False)
|
||||
self.setWindowIcon(QIcon(I('reports.png')))
|
||||
|
||||
def setup_ui(self):
|
||||
self.l = l = QVBoxLayout(self)
|
||||
|
Loading…
x
Reference in New Issue
Block a user