diff -r 643989a1e2bd -r e440aaf179ce src/eric7/Documentation/Source/eric7.Project.NewDialogClassDialog.html --- a/src/eric7/Documentation/Source/eric7.Project.NewDialogClassDialog.html Wed Dec 20 15:42:44 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Project.NewDialogClassDialog.html Wed Dec 20 19:28:22 2023 +0100 @@ -94,21 +94,21 @@ </p> <dl> -<dt><i>defaultClassName</i></dt> +<dt><i>defaultClassName</i> (str)</dt> <dd> -proposed name for the new class (string) +proposed name for the new class </dd> -<dt><i>defaultFile</i></dt> +<dt><i>defaultFile</i> (str)</dt> <dd> -proposed name for the source file (string) +proposed name for the source file </dd> -<dt><i>defaultPath</i></dt> +<dt><i>defaultPath</i> (str)</dt> <dd> -default path for the new file (string) +default path for the new file </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -parent widget if the dialog (QWidget) +parent widget if the dialog </dd> </dl> <a NAME="NewDialogClassDialog.__enableOkButton" ID="NewDialogClassDialog.__enableOkButton"></a> @@ -128,7 +128,13 @@ <dl> <dt>Return:</dt> <dd> -tuple giving the classname (string) and the file name (string) +tuple giving the classname and the file name +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, str) </dd> </dl> <a NAME="NewDialogClassDialog.on_classnameEdit_textChanged" ID="NewDialogClassDialog.on_classnameEdit_textChanged"></a> @@ -140,9 +146,9 @@ </p> <dl> -<dt><i>text</i></dt> +<dt><i>text</i> (str)</dt> <dd> -changed text (string) +changed text </dd> </dl> <a NAME="NewDialogClassDialog.on_filenameEdit_textChanged" ID="NewDialogClassDialog.on_filenameEdit_textChanged"></a> @@ -154,9 +160,9 @@ </p> <dl> -<dt><i>text</i></dt> +<dt><i>text</i> (str)</dt> <dd> -changed text (string) +changed text </dd> </dl> <a NAME="NewDialogClassDialog.on_pathnamePicker_textChanged" ID="NewDialogClassDialog.on_pathnamePicker_textChanged"></a> @@ -168,9 +174,9 @@ </p> <dl> -<dt><i>text</i></dt> +<dt><i>text</i> (str)</dt> <dd> -changed text (string) +changed text </dd> </dl> <div align="right"><a href="#top">Up</a></div>