--- a/src/eric7/Plugins/PluginWizardQFileDialog.py Fri Dec 22 17:24:07 2023 +0100 +++ b/src/eric7/Plugins/PluginWizardQFileDialog.py Fri Dec 22 19:45:17 2023 +0100 @@ -44,7 +44,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 @@ -56,7 +57,8 @@ """ Public method to activate this plugin. - @return tuple of None and activation status (boolean) + @return tuple of None and activation status + @rtype bool """ self.__initActions() self.__initMenu() @@ -139,7 +141,8 @@ @param variant variant of code to be generated (-1 = EricFileDialog, 0 = unknown, 5 = PyQt5, 6 = PyQt6) @type int - @return the generated code (string) + @return the generated code + @rtype str """ from eric7.Plugins.WizardPlugins.FileDialogWizard import FileDialogWizardDialog