--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.html Sat Dec 23 15:40:23 2023 +0100 @@ -94,17 +94,17 @@ </p> <dl> -<dt><i>currentPatch</i></dt> +<dt><i>currentPatch</i> (str)</dt> <dd> -name of the current patch (string) +name of the current patch </dd> -<dt><i>patchesList</i></dt> +<dt><i>patchesList</i> (list of str)</dt> <dd> -list of patches to select from (list of strings) +list of patches to select from </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="HgQueuesRenamePatchDialog.__updateUI" ID="HgQueuesRenamePatchDialog.__updateUI"></a> @@ -124,7 +124,13 @@ <dl> <dt>Return:</dt> <dd> -tuple of new name and selected patch (string, string) +tuple of new name and selected patch +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, str) </dd> </dl> <a NAME="HgQueuesRenamePatchDialog.on_nameCombo_currentIndexChanged" ID="HgQueuesRenamePatchDialog.on_nameCombo_currentIndexChanged"></a> @@ -150,9 +156,9 @@ </p> <dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -text of the edit (string) +text of the edit </dd> </dl> <a NAME="HgQueuesRenamePatchDialog.on_namedButton_toggled" ID="HgQueuesRenamePatchDialog.on_namedButton_toggled"></a> @@ -164,9 +170,9 @@ </p> <dl> -<dt><i>checked</i></dt> +<dt><i>checked</i> (bool)</dt> <dd> -state of the check box (boolean) +state of the check box </dd> </dl> <div align="right"><a href="#top">Up</a></div>