Helpviewer/History/HistoryMenu.py

changeset 3201
0f115f6db6cb
parent 3190
a9a94491c4fd
child 3345
071afe8be2a1
equal deleted inserted replaced
3200:83bde5e6f146 3201:0f115f6db6cb
363 """ 363 """
364 Private slot to show the history dialog. 364 Private slot to show the history dialog.
365 """ 365 """
366 from .HistoryDialog import HistoryDialog 366 from .HistoryDialog import HistoryDialog
367 dlg = HistoryDialog(self) 367 dlg = HistoryDialog(self)
368 dlg.setAttribute(Qt.WA_DeleteOnClose)
369 dlg.newUrl.connect(self.newUrl) 368 dlg.newUrl.connect(self.newUrl)
370 dlg.openUrl.connect(self.openUrl) 369 dlg.openUrl.connect(self.openUrl)
371 dlg.show() 370 dlg.show()
372 371
373 def __clearHistoryDialog(self): 372 def __clearHistoryDialog(self):

eric ide

mercurial