diff -r 3733e2b23cf7 -r a071d4065202 src/eric7/Preferences/ConfigurationPages/QtPage.py --- a/src/eric7/Preferences/ConfigurationPages/QtPage.py Wed Dec 20 11:06:38 2023 +0100 +++ b/src/eric7/Preferences/ConfigurationPages/QtPage.py Wed Dec 20 14:58:58 2023 +0100 @@ -157,7 +157,8 @@ """ Private slot to handle a change in the entered Qt directory. - @param txt the entered string (string) + @param txt the entered string + @type str """ self.__updateQtSample() @@ -166,7 +167,8 @@ """ Private slot to handle a change in the entered Qt directory. - @param txt the entered string (string) + @param txt the entered string + @type str """ self.__updateQtSample() @@ -238,7 +240,9 @@ Module function to create the configuration page. @param dlg reference to the configuration dialog - @return reference to the instantiated page (ConfigurationPageBase) + @type ConfigurationDialog + @return reference to the instantiated page + @rtype ConfigurationPageBase """ page = QtPage() return page