2025 """ will either show the help in Eric's internal help viewer, or execute""" |
2025 """ will either show the help in Eric's internal help viewer, or execute""" |
2026 """ a web browser or Qt Assistant. </p>""" |
2026 """ a web browser or Qt Assistant. </p>""" |
2027 )) |
2027 )) |
2028 self.pyqt4DocAct.triggered[()].connect(self.__showPyQt4Doc) |
2028 self.pyqt4DocAct.triggered[()].connect(self.__showPyQt4Doc) |
2029 self.actions.append(self.pyqt4DocAct) |
2029 self.actions.append(self.pyqt4DocAct) |
|
2030 |
|
2031 # TODO: add PyQt5 |
2030 |
2032 |
2031 def __initPythonDocActions(self): |
2033 def __initPythonDocActions(self): |
2032 """ |
2034 """ |
2033 Private slot to initialize the actions to show the Python documentation. |
2035 Private slot to initialize the actions to show the Python documentation. |
2034 """ |
2036 """ |