--- a/src/eric7/Documentation/Source/eric7.Project.AddFoundFilesDialog.html Wed Dec 20 15:42:44 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Project.AddFoundFilesDialog.html Wed Dec 20 19:28:22 2023 +0100 @@ -95,18 +95,17 @@ </p> <dl> -<dt><i>files</i></dt> +<dt><i>files</i> (list of str)</dt> <dd> list of files, that have been found for addition - (list of strings) </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> </dl> <a NAME="AddFoundFilesDialog.getSelection" ID="AddFoundFilesDialog.getSelection"></a> @@ -119,7 +118,13 @@ <dl> <dt>Return:</dt> <dd> -list of selected files (list of strings) +list of selected files +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +list of str </dd> </dl> <a NAME="AddFoundFilesDialog.on_addAllButton_clicked" ID="AddFoundFilesDialog.on_addAllButton_clicked"></a> @@ -151,9 +156,9 @@ </p> <dl> -<dt><i>button</i></dt> +<dt><i>button</i> (QAbstractButton)</dt> <dd> -button that was clicked (QAbstractButton) +button that was clicked </dd> </dl> <div align="right"><a href="#top">Up</a></div>