Helpviewer/HelpWindow.py

changeset 539
87f9bce38a44
parent 538
7f1a56e80124
child 541
00e1a5d060c5
equal deleted inserted replaced
538:7f1a56e80124 539:87f9bce38a44
2604 """ 2604 """
2605 Private slot to show installation errors. 2605 Private slot to show installation errors.
2606 2606
2607 @param message message to be shown (string) 2607 @param message message to be shown (string)
2608 """ 2608 """
2609 QMessageBox.warning(self, 2609 E5MessageBox.warning(self,
2610 self.trUtf8("eric5 Web Browser"), 2610 self.trUtf8("eric5 Web Browser"),
2611 message) 2611 message)
2612 2612
2613 def __docsInstalled(self, installed): 2613 def __docsInstalled(self, installed):
2614 """ 2614 """
2644 """ 2644 """
2645 Private slot handling warnings from the help engine. 2645 Private slot handling warnings from the help engine.
2646 2646
2647 @param msg message sent by the help engine (string) 2647 @param msg message sent by the help engine (string)
2648 """ 2648 """
2649 QMessageBox.warning(self, 2649 E5MessageBox.warning(self,
2650 self.trUtf8("Help Engine"), msg) 2650 self.trUtf8("Help Engine"), msg)
2651 2651
2652 def __showNavigationMenu(self): 2652 def __showNavigationMenu(self):
2653 """ 2653 """
2654 Private slot to show the navigation button menu. 2654 Private slot to show the navigation button menu.

eric ide

mercurial