UI/UserInterface.py

changeset 2737
dbe5497851fa
parent 2697
1cd7fa670b05
child 2738
c4db4c761753
equal deleted inserted replaced
2736:86cd4d14b58e 2737:dbe5497851fa
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 """

eric ide

mercurial