mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-10 21:26:27 +01:00
...
This commit is contained in:
parent
36ed6c24a4
commit
0aa5efc7a4
1 changed files with 1 additions and 0 deletions
|
|
@ -1003,6 +1003,7 @@ def __init__(self, parent=None):
|
|||
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…
Reference in a new issue