--- a/ProjectPyramid/Documentation/source/Plugin_Project_Pyramid.ProjectPyramid.CreateParametersDialog.html Sat May 29 15:05:16 2021 +0200 +++ b/ProjectPyramid/Documentation/source/Plugin_Project_Pyramid.ProjectPyramid.CreateParametersDialog.html Tue Jun 01 19:37:46 2021 +0200 @@ -89,7 +89,7 @@ <td>Private slot to handle changes of the site name.</td> </tr> <tr> -<td><a href="#CreateParametersDialog.on_scaffoldCombo_currentIndexChanged">on_scaffoldCombo_currentIndexChanged</a></td> +<td><a href="#CreateParametersDialog.on_scaffoldCombo_currentTextChanged">on_scaffoldCombo_currentTextChanged</a></td> <td>Private slot to handle changes of the selected scaffold.</td> </tr> </table> @@ -108,13 +108,13 @@ </p> <dl> -<dt><i>project</i></dt> +<dt><i>project</i> (Project)</dt> <dd> -reference to the project object (Project) +reference to the project object </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -reference to the parent widget (QWidget) +reference to the parent widget </dd> </dl> <a NAME="CreateParametersDialog.__prepareScaffoldString" ID="CreateParametersDialog.__prepareScaffoldString"></a> @@ -161,9 +161,15 @@ <dl> <dt>Return:</dt> <dd> -tuple giving the scaffold (string), the project name (string), - a flag indicating to overwrite existing files (boolean) and a flag - indicating to simulate the creation (boolean) +tuple giving the scaffold, the project name, a flag indicating + to overwrite existing files and a flag indicating to simulate the + creation +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, str, bool, bool) </dd> </dl> <a NAME="CreateParametersDialog.on_nameEdit_textChanged" ID="CreateParametersDialog.on_nameEdit_textChanged"></a> @@ -175,23 +181,23 @@ </p> <dl> -<dt><i>text</i></dt> +<dt><i>text</i> (str)</dt> <dd> -text of the site entry (string) +text of the site entry </dd> </dl> -<a NAME="CreateParametersDialog.on_scaffoldCombo_currentIndexChanged" ID="CreateParametersDialog.on_scaffoldCombo_currentIndexChanged"></a> -<h4>CreateParametersDialog.on_scaffoldCombo_currentIndexChanged</h4> -<b>on_scaffoldCombo_currentIndexChanged</b>(<i>text</i>) +<a NAME="CreateParametersDialog.on_scaffoldCombo_currentTextChanged" ID="CreateParametersDialog.on_scaffoldCombo_currentTextChanged"></a> +<h4>CreateParametersDialog.on_scaffoldCombo_currentTextChanged</h4> +<b>on_scaffoldCombo_currentTextChanged</b>(<i>text</i>) <p> Private slot to handle changes of the selected scaffold. </p> <dl> -<dt><i>text</i></dt> +<dt><i>text</i> (str)</dt> <dd> -text of the combo box (string) +text of the combo box </dd> </dl> <div align="right"><a href="#top">Up</a></div>