diff -r e440aaf179ce -r 64157aeb0312 src/eric7/Documentation/Source/eric7.Templates.TemplatePropertiesDialog.html --- a/src/eric7/Documentation/Source/eric7.Templates.TemplatePropertiesDialog.html Wed Dec 20 19:28:22 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Templates.TemplatePropertiesDialog.html Thu Dec 21 12:03:40 2023 +0100 @@ -90,18 +90,17 @@ </p> <dl> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -the parent widget (QWidget) +the parent widget </dd> -<dt><i>groupMode</i></dt> +<dt><i>groupMode</i> (bool)</dt> <dd> -flag indicating group mode (boolean) +flag indicating group mode </dd> -<dt><i>itm</i></dt> +<dt><i>itm</i> (TemplateEntry or TemplateGroup)</dt> <dd> -item (TemplateEntry or TemplateGroup) to - read the data from +item to read the data from </dd> </dl> <a NAME="TemplatePropertiesDialog.getData" ID="TemplatePropertiesDialog.getData"></a> @@ -114,9 +113,15 @@ <dl> <dt>Return:</dt> <dd> -a tuple of two strings (name, language), if the dialog is in - group mode, and a tuple of four strings (name, description, group - name, template) otherwise. +a tuple containing the name and language, if the dialog is in + group mode, or a tuple containing the name, description, group name + and template otherwise. +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, str) or tuple of (str, str, str, str) </dd> </dl> <a NAME="TemplatePropertiesDialog.keyPressEvent" ID="TemplatePropertiesDialog.keyPressEvent"></a> @@ -128,9 +133,9 @@ </p> <dl> -<dt><i>ev</i></dt> +<dt><i>ev</i> (QKeyEvent)</dt> <dd> -key event (QKeyEvent) +key event </dd> </dl> <a NAME="TemplatePropertiesDialog.on_helpButton_clicked" ID="TemplatePropertiesDialog.on_helpButton_clicked"></a> @@ -149,9 +154,9 @@ </p> <dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -name of the group to be selected (string) +name of the group to be selected </dd> </dl> <div align="right"><a href="#top">Up</a></div>