Helpviewer/HelpWindow.py

changeset 538
7f1a56e80124
parent 537
72b32daeb8d6
child 539
87f9bce38a44
equal deleted inserted replaced
537:72b32daeb8d6 538:7f1a56e80124
2050 """ web site icons and cookies are not stored.""" 2050 """ web site icons and cookies are not stored."""
2051 """ HTML5 offline storage will be deactivated.""" 2051 """ HTML5 offline storage will be deactivated."""
2052 """ Until you close the window, you can still click""" 2052 """ Until you close the window, you can still click"""
2053 """ the Back and Forward buttons to return to the""" 2053 """ the Back and Forward buttons to return to the"""
2054 """ web pages you have opened.</p>""") 2054 """ web pages you have opened.</p>""")
2055 res = QMessageBox.question(self, "", txt, 2055 res = E5MessageBox.question(self, "", txt,
2056 QMessageBox.StandardButtons(\ 2056 QMessageBox.StandardButtons(\
2057 QMessageBox.Yes | \ 2057 QMessageBox.Yes | \
2058 QMessageBox.No), 2058 QMessageBox.No),
2059 QMessageBox.No) 2059 QMessageBox.No)
2060 if res == QMessageBox.Yes: 2060 if res == QMessageBox.Yes:

eric ide

mercurial