--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitAddRemoteDialog.html Sun Jun 03 11:30:57 2018 +0200 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitAddRemoteDialog.html Sun Jun 03 14:03:19 2018 +0200 @@ -71,6 +71,9 @@ </tr><tr> <td><a href="#GitAddRemoteDialog.on_urlEdit_textChanged">on_urlEdit_textChanged</a></td> <td>Private slot handling changes of the entered URL.</td> +</tr><tr> +<td><a href="#GitAddRemoteDialog.on_userEdit_textChanged">on_userEdit_textChanged</a></td> +<td>Private slot handling changes of the entered user name.</td> </tr> </table> <h3>Static Methods</h3> @@ -83,9 +86,9 @@ <p> Constructor </p><dl> -<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="GitAddRemoteDialog.__updateOK" ID="GitAddRemoteDialog.__updateOK"></a> <h4>GitAddRemoteDialog.__updateOK</h4> @@ -100,8 +103,12 @@ </p><dl> <dt>Returns:</dt> <dd> -tuple with the name (string) and URL (string) of - the remote repository +tuple with name and URL of the remote repository +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, str) </dd> </dl><a NAME="GitAddRemoteDialog.on_nameEdit_textChanged" ID="GitAddRemoteDialog.on_nameEdit_textChanged"></a> <h4>GitAddRemoteDialog.on_nameEdit_textChanged</h4> @@ -109,9 +116,9 @@ <p> Private slot handling changes of the entered name. </p><dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -current text (string) +current text </dd> </dl><a NAME="GitAddRemoteDialog.on_urlEdit_textChanged" ID="GitAddRemoteDialog.on_urlEdit_textChanged"></a> <h4>GitAddRemoteDialog.on_urlEdit_textChanged</h4> @@ -119,9 +126,19 @@ <p> Private slot handling changes of the entered URL. </p><dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -current text (string) +current text +</dd> +</dl><a NAME="GitAddRemoteDialog.on_userEdit_textChanged" ID="GitAddRemoteDialog.on_userEdit_textChanged"></a> +<h4>GitAddRemoteDialog.on_userEdit_textChanged</h4> +<b>on_userEdit_textChanged</b>(<i>txt</i>) +<p> + Private slot handling changes of the entered user name. +</p><dl> +<dt><i>txt</i> (str)</dt> +<dd> +current text </dd> </dl> <div align="right"><a href="#top">Up</a></div>