diff -r 643989a1e2bd -r e440aaf179ce src/eric7/Documentation/Source/eric7.Project.AddDirectoryDialog.html --- a/src/eric7/Documentation/Source/eric7.Project.AddDirectoryDialog.html Wed Dec 20 15:42:44 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Project.AddDirectoryDialog.html Wed Dec 20 19:28:22 2023 +0100 @@ -86,23 +86,23 @@ </p> <dl> -<dt><i>pro</i></dt> +<dt><i>pro</i> (Project)</dt> <dd> reference to the project object </dd> -<dt><i>fileTypeFilter</i></dt> +<dt><i>fileTypeFilter</i> (str)</dt> <dd> -file type filter (string) +file type filter </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -parent widget of this dialog (QWidget) +parent widget of this dialog </dd> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -name of this dialog (string) +name of this dialog </dd> -<dt><i>startdir</i></dt> +<dt><i>startdir</i> (str)</dt> <dd> start directory for the selection dialog </dd> @@ -117,9 +117,14 @@ <dl> <dt>Return:</dt> <dd> -tuple of four values (string, string, string, boolean) giving - the selected file type, the source and target directory and - a flag indicating a recursive add +tuple of four values giving the selected file type, the source + and target directory and a flag indicating a recursive add +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, str, str, bool) </dd> </dl> <a NAME="AddDirectoryDialog.on_filterComboBox_currentIndexChanged" ID="AddDirectoryDialog.on_filterComboBox_currentIndexChanged"></a> @@ -151,9 +156,9 @@ </p> <dl> -<dt><i>directory</i></dt> +<dt><i>directory</i> (str)</dt> <dd> -the text of the source directory line edit (string) +the text of the source directory line edit </dd> </dl> <div align="right"><a href="#top">Up</a></div>