Helpviewer/QtHelpDocumentationDialog.py

changeset 538
7f1a56e80124
parent 536
6d8d39753c82
child 539
87f9bce38a44
equal deleted inserted replaced
537:72b32daeb8d6 538:7f1a56e80124
88 @pyqtSlot() 88 @pyqtSlot()
89 def on_removeButton_clicked(self): 89 def on_removeButton_clicked(self):
90 """ 90 """
91 Private slot to remove a document from the help database. 91 Private slot to remove a document from the help database.
92 """ 92 """
93 res = QMessageBox.question(None, 93 res = E5MessageBox.question(self,
94 self.trUtf8("Remove Documentation"), 94 self.trUtf8("Remove Documentation"),
95 self.trUtf8("""Do you really want to remove the selected documentation """ 95 self.trUtf8("""Do you really want to remove the selected documentation """
96 """sets from the database?"""), 96 """sets from the database?"""),
97 QMessageBox.StandardButtons(\ 97 QMessageBox.StandardButtons(\
98 QMessageBox.No | \ 98 QMessageBox.No | \

eric ide

mercurial