Helpviewer/History/HistoryMenu.py

changeset 538
7f1a56e80124
parent 535
4b00d7336e19
child 541
00e1a5d060c5
equal deleted inserted replaced
537:72b32daeb8d6 538:7f1a56e80124
299 def __clearHistoryDialog(self): 299 def __clearHistoryDialog(self):
300 """ 300 """
301 Private slot to clear the history. 301 Private slot to clear the history.
302 """ 302 """
303 if self.__historyManager is not None and \ 303 if self.__historyManager is not None and \
304 QMessageBox.question(None, 304 E5MessageBox.question(self,
305 self.trUtf8("Clear History"), 305 self.trUtf8("Clear History"),
306 self.trUtf8("""Do you want to clear the history?"""), 306 self.trUtf8("""Do you want to clear the history?"""),
307 QMessageBox.StandardButtons(\ 307 QMessageBox.StandardButtons(\
308 QMessageBox.No | \ 308 QMessageBox.No | \
309 QMessageBox.Yes), 309 QMessageBox.Yes),

eric ide

mercurial