--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgDialog.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgDialog.html Sat Dec 23 15:40:23 2023 +0100 @@ -115,22 +115,22 @@ </p> <dl> -<dt><i>text</i></dt> +<dt><i>text</i> (str)</dt> <dd> -text to be shown by the label (string) +text to be shown by the label </dd> -<dt><i>hg</i></dt> +<dt><i>hg</i> (Hg)</dt> <dd> -reference to the Mercurial interface object (Hg) +reference to the Mercurial interface object </dd> -<dt><i>useClient</i></dt> +<dt><i>useClient</i> (bool)</dt> <dd> flag indicating to use the command server client - if possible (boolean) + if possible </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -parent widget (QWidget) +parent widget </dd> </dl> <a NAME="HgDialog.__finish" ID="HgDialog.__finish"></a> @@ -181,9 +181,9 @@ </p> <dl> -<dt><i>out</i></dt> +<dt><i>out</i> (str)</dt> <dd> -error to be shown (string) +error to be shown </dd> </dl> <a NAME="HgDialog.__showOutput" ID="HgDialog.__showOutput"></a> @@ -195,9 +195,9 @@ </p> <dl> -<dt><i>out</i></dt> +<dt><i>out</i> (str)</dt> <dd> -output to be shown (string) +output to be shown </dd> </dl> <a NAME="HgDialog.hasAddOrDelete" ID="HgDialog.hasAddOrDelete"></a> @@ -210,7 +210,13 @@ <dl> <dt>Return:</dt> <dd> -flag indicating the presence of an add or delete (boolean) +flag indicating the presence of an add or delete +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="HgDialog.normalExit" ID="HgDialog.normalExit"></a> @@ -223,7 +229,13 @@ <dl> <dt>Return:</dt> <dd> -flag indicating normal process termination (boolean) +flag indicating normal process termination +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="HgDialog.normalExitWithoutErrors" ID="HgDialog.normalExitWithoutErrors"></a> @@ -237,7 +249,13 @@ <dl> <dt>Return:</dt> <dd> -flag indicating normal process termination (boolean) +flag indicating normal process termination +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="HgDialog.on_buttonBox_clicked" ID="HgDialog.on_buttonBox_clicked"></a> @@ -249,9 +267,9 @@ </p> <dl> -<dt><i>button</i></dt> +<dt><i>button</i> (QAbstractButton)</dt> <dd> -button that was clicked (QAbstractButton) +button that was clicked </dd> </dl> <a NAME="HgDialog.startProcess" ID="HgDialog.startProcess"></a>