2031 self.actions.append(self.pyqt4DocAct) |
2031 self.actions.append(self.pyqt4DocAct) |
2032 |
2032 |
2033 try: |
2033 try: |
2034 import PyQt5 # __IGNORE_WARNING__ |
2034 import PyQt5 # __IGNORE_WARNING__ |
2035 self.pyqt5DocAct = E5Action(self.trUtf8('PyQt5 Documentation'), |
2035 self.pyqt5DocAct = E5Action(self.trUtf8('PyQt5 Documentation'), |
2036 self.trUtf8('PyQt&5 Documentation'),0, 0, self, 'pyqt5_documentation') |
2036 self.trUtf8('PyQt&5 Documentation'), 0, 0, self, 'pyqt5_documentation') |
2037 self.pyqt5DocAct.setStatusTip(self.trUtf8('Open PyQt5 Documentation')) |
2037 self.pyqt5DocAct.setStatusTip(self.trUtf8('Open PyQt5 Documentation')) |
2038 self.pyqt5DocAct.setWhatsThis(self.trUtf8( |
2038 self.pyqt5DocAct.setWhatsThis(self.trUtf8( |
2039 """<b>PyQt5 Documentation</b>""" |
2039 """<b>PyQt5 Documentation</b>""" |
2040 """<p>Display the PyQt5 Documentation. Dependant upon your settings,""" |
2040 """<p>Display the PyQt5 Documentation. Dependant upon your settings,""" |
2041 """ this will either show the help in Eric's internal help viewer,""" |
2041 """ this will either show the help in Eric's internal help viewer,""" |