--- a/UI/UserInterface.py Sun Jun 23 13:12:38 2013 +0200 +++ b/UI/UserInterface.py Mon Jun 24 19:12:10 2013 +0200 @@ -2028,6 +2028,8 @@ self.pyqt4DocAct.triggered[()].connect(self.__showPyQt4Doc) self.actions.append(self.pyqt4DocAct) + # TODO: add PyQt5 + def __initPythonDocActions(self): """ Private slot to initialize the actions to show the Python documentation.