diff -r f6881d10e995 -r 2f70ca07f0af src/eric7/Plugins/PluginVmTabview.py --- a/src/eric7/Plugins/PluginVmTabview.py Fri Dec 22 17:24:07 2023 +0100 +++ b/src/eric7/Plugins/PluginVmTabview.py Fri Dec 22 19:45:17 2023 +0100 @@ -39,7 +39,8 @@ """ Module function to return a preview pixmap. - @return preview pixmap (QPixmap) + @return preview pixmap + @rtype QPixmap """ fname = os.path.join( os.path.dirname(__file__), "ViewManagerPlugins", "Tabview", "preview.png" @@ -56,7 +57,8 @@ """ Constructor - @param ui reference to the user interface object (UI.UserInterface) + @param ui reference to the user interface object + @type UserInterface """ super().__init__(ui) self.__ui = ui @@ -66,7 +68,8 @@ Public method to activate this plugin. @return tuple of reference to instantiated viewmanager and - activation status (boolean) + activation status + @rtype bool """ from eric7.Plugins.ViewManagerPlugins.Tabview.Tabview import Tabview