diff -r f6881d10e995 -r 2f70ca07f0af src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html --- a/src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html Fri Dec 22 17:24:07 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html Fri Dec 22 19:45:17 2023 +0100 @@ -110,9 +110,9 @@ </p> <dl> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -parent widget (QWidget) +parent widget </dd> </dl> <a NAME="MessageBoxWizardDialog.__enabledGroups" ID="MessageBoxWizardDialog.__enabledGroups"></a> @@ -131,19 +131,25 @@ </p> <dl> -<dt><i>istring</i></dt> +<dt><i>istring</i> (str)</dt> <dd> -indentation string (string) +indentation string </dd> -<dt><i>indString</i></dt> +<dt><i>indString</i> (str)</dt> <dd> -string used for indentation (space or tab) (string) +string used for indentation (space or tab) </dd> </dl> <dl> <dt>Return:</dt> <dd> -the button code (string) +the button code +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="MessageBoxWizardDialog.__testSelectedOptions" ID="MessageBoxWizardDialog.__testSelectedOptions"></a> @@ -162,19 +168,25 @@ </p> <dl> -<dt><i>indLevel</i></dt> +<dt><i>indLevel</i> (int)</dt> <dd> -indentation level (int) +indentation level </dd> -<dt><i>indString</i></dt> +<dt><i>indString</i> (str)</dt> <dd> -string used for indentation (space or tab) (string) +string used for indentation (space or tab) </dd> </dl> <dl> <dt>Return:</dt> <dd> -generated code (string) +generated code +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="MessageBoxWizardDialog.on_bTest_clicked" ID="MessageBoxWizardDialog.on_bTest_clicked"></a> @@ -193,9 +205,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> <a NAME="MessageBoxWizardDialog.on_rAboutQt_toggled" ID="MessageBoxWizardDialog.on_rAboutQt_toggled"></a>