diff -r 2fe91fe443dd -r 328f3ec4b77a src/eric7/Documentation/Source/eric7.UI.DeleteFilesConfirmationDialog.html --- a/src/eric7/Documentation/Source/eric7.UI.DeleteFilesConfirmationDialog.html Thu Dec 21 15:46:22 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.UI.DeleteFilesConfirmationDialog.html Thu Dec 21 19:50:01 2023 +0100 @@ -78,21 +78,21 @@ </p> <dl> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -parent of this dialog (QWidget) +parent of this dialog </dd> -<dt><i>caption</i></dt> +<dt><i>caption</i> (str)</dt> <dd> -window title for the dialog (string) +window title for the dialog </dd> -<dt><i>message</i></dt> +<dt><i>message</i> (str)</dt> <dd> -message to be shown (string) +message to be shown </dd> -<dt><i>files</i></dt> +<dt><i>files</i> (list of str)</dt> <dd> -list of filenames to be shown (list of strings) +list of filenames to be shown </dd> </dl> <a NAME="DeleteFilesConfirmationDialog.on_buttonBox_clicked" ID="DeleteFilesConfirmationDialog.on_buttonBox_clicked"></a> @@ -104,9 +104,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>