2259 """<p>Display the PyQt4 Documentation. Dependent upon your""" |
2259 """<p>Display the PyQt4 Documentation. Dependent upon your""" |
2260 """ settings, this will either show the help in Eric's""" |
2260 """ settings, this will either show the help in Eric's""" |
2261 """ internal help viewer, or execute a web browser or""" |
2261 """ internal help viewer, or execute a web browser or""" |
2262 """ Qt Assistant. </p>""" |
2262 """ Qt Assistant. </p>""" |
2263 )) |
2263 )) |
2264 self.pyqt4DocAct.triggered.connect(self.__showPyQt5Doc) |
2264 self.pyqt4DocAct.triggered.connect(self.__showPyQt4Doc) |
2265 self.actions.append(self.pyqt4DocAct) |
2265 self.actions.append(self.pyqt4DocAct) |
2266 except ImportError: |
2266 except ImportError: |
2267 self.pyqt4DocAct = None |
2267 self.pyqt4DocAct = None |
2268 |
2268 |
2269 try: |
2269 try: |