--- a/src/eric7/Documentation/Source/eric7.Project.CreateDialogCodeDialog.html Wed Dec 20 15:42:44 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Project.CreateDialogCodeDialog.html Wed Dec 20 19:28:22 2023 +0100 @@ -122,17 +122,17 @@ </p> <dl> -<dt><i>formName</i></dt> +<dt><i>formName</i> (str)</dt> <dd> -name of the file containing the form (string) +name of the file containing the form </dd> -<dt><i>project</i></dt> +<dt><i>project</i> (Project)</dt> <dd> reference to the project object </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="CreateDialogCodeDialog.__className" ID="CreateDialogCodeDialog.__className"></a> @@ -171,15 +171,21 @@ </p> <dl> -<dt><i>type_</i></dt> +<dt><i>type_</i> (QByteArray)</dt> <dd> -type as reported by Qt (QByteArray) +type as reported by Qt </dd> </dl> <dl> <dt>Return:</dt> <dd> -mapped Python type (string) +mapped Python type +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="CreateDialogCodeDialog.__objectName" ID="CreateDialogCodeDialog.__objectName"></a> @@ -238,7 +244,13 @@ <dl> <dt>Return:</dt> <dd> -list of signatures (list of strings) +list of signatures +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +list of str </dd> </dl> <a NAME="CreateDialogCodeDialog.__updateSlotsModel" ID="CreateDialogCodeDialog.__updateSlotsModel"></a> @@ -258,7 +270,13 @@ <dl> <dt>Return:</dt> <dd> -flag indicating an initialzation error (boolean) +flag indicating an initialzation error +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="CreateDialogCodeDialog.on_buttonBox_clicked" ID="CreateDialogCodeDialog.on_buttonBox_clicked"></a> @@ -270,10 +288,9 @@ </p> <dl> -<dt><i>button</i></dt> +<dt><i>button</i> (QAbstractButton)</dt> <dd> reference to the button that was clicked - (QAbstractButton) </dd> </dl> <a NAME="CreateDialogCodeDialog.on_classNameCombo_activated" ID="CreateDialogCodeDialog.on_classNameCombo_activated"></a> @@ -285,9 +302,9 @@ </p> <dl> -<dt><i>index</i></dt> +<dt><i>index</i> (int)</dt> <dd> -index of the activated item (integer) +index of the activated item </dd> </dl> <a NAME="CreateDialogCodeDialog.on_filterEdit_textChanged" ID="CreateDialogCodeDialog.on_filterEdit_textChanged"></a> @@ -299,9 +316,9 @@ </p> <dl> -<dt><i>text</i></dt> +<dt><i>text</i> (str)</dt> <dd> -changed text (string) +changed text </dd> </dl> <a NAME="CreateDialogCodeDialog.on_newButton_clicked" ID="CreateDialogCodeDialog.on_newButton_clicked"></a>