This commit is contained in:
Kovid Goyal 2015-01-24 09:03:07 +05:30
parent 36ed6c24a4
commit 0aa5efc7a4

View File

@ -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)