--- a/SelectionEncloser/Documentation/source/Plugin_Tools_Selection_Encloser.SelectionEncloser.ConfigurationPage.SelectionEncloserEditDialog.html Tue Jun 01 18:01:14 2021 +0200 +++ b/SelectionEncloser/Documentation/source/Plugin_Tools_Selection_Encloser.SelectionEncloser.ConfigurationPage.SelectionEncloserEditDialog.html Tue Jun 01 18:45:45 2021 +0200 @@ -104,17 +104,17 @@ </p> <dl> -<dt><i>title</i></dt> +<dt><i>title</i> (str)</dt> <dd> -menu entry title (string) +menu entry title </dd> -<dt><i>string</i></dt> +<dt><i>string</i> (str)</dt> <dd> -enclosing string or string format expression (string) +enclosing string or string format expression </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="SelectionEncloserEditDialog.__updateOkButton" ID="SelectionEncloserEditDialog.__updateOkButton"></a> @@ -134,8 +134,14 @@ <dl> <dt>Return:</dt> <dd> -tuple with menu entry title (string) and enclosing string - or string format expression (string) +tuple with menu entry title and enclosing string or string + format expression +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, str) </dd> </dl> <a NAME="SelectionEncloserEditDialog.on_stringEdit_textChanged" ID="SelectionEncloserEditDialog.on_stringEdit_textChanged"></a> @@ -147,9 +153,9 @@ </p> <dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -enclosing string (string) +enclosing string </dd> </dl> <a NAME="SelectionEncloserEditDialog.on_titleEdit_textChanged" ID="SelectionEncloserEditDialog.on_titleEdit_textChanged"></a> @@ -161,9 +167,9 @@ </p> <dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -title text (string) +title text </dd> </dl> <div align="right"><a href="#top">Up</a></div>