eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitAddRemoteDialog.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7989
a21d673a8f99
diff -r 1779dc278077 -r 391d6b7b1eff eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitAddRemoteDialog.html
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitAddRemoteDialog.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitAddRemoteDialog.html	Wed Sep 25 19:42:44 2019 +0200
@@ -18,124 +18,164 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>eric6.Plugins.VcsPlugins.vcsGit.GitAddRemoteDialog</h1>
+
 <p>
 Module implementing a dialog to enter the data of a remote repository.
 </p>
 <h3>Global Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Classes</h3>
+
 <table>
+
 <tr>
 <td><a href="#GitAddRemoteDialog">GitAddRemoteDialog</a></td>
 <td>Class implementing a dialog to enter the data of a remote repository.</td>
 </tr>
 </table>
 <h3>Functions</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="GitAddRemoteDialog" ID="GitAddRemoteDialog"></a>
 <h2>GitAddRemoteDialog</h2>
+
 <p>
     Class implementing a dialog to enter the data of a remote repository.
 </p>
 <h3>Derived from</h3>
 QDialog, Ui_GitAddRemoteDialog
 <h3>Class Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Class Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Methods</h3>
+
 <table>
+
 <tr>
 <td><a href="#GitAddRemoteDialog.__init__">GitAddRemoteDialog</a></td>
 <td>Constructor</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#GitAddRemoteDialog.__updateOK">__updateOK</a></td>
 <td>Private method to update the status of the OK button.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#GitAddRemoteDialog.getData">getData</a></td>
 <td>Public method to get the entered data.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#GitAddRemoteDialog.on_nameEdit_textChanged">on_nameEdit_textChanged</a></td>
 <td>Private slot handling changes of the entered name.</td>
-</tr><tr>
+</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>
+</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>
+
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <a NAME="GitAddRemoteDialog.__init__" ID="GitAddRemoteDialog.__init__"></a>
 <h4>GitAddRemoteDialog (Constructor)</h4>
 <b>GitAddRemoteDialog</b>(<i>parent=None</i>)
+
 <p>
         Constructor
-</p><dl>
+</p>
+<dl>
+
 <dt><i>parent</i> (QWidget)</dt>
 <dd>
 reference to the parent widget
 </dd>
-</dl><a NAME="GitAddRemoteDialog.__updateOK" ID="GitAddRemoteDialog.__updateOK"></a>
+</dl>
+<a NAME="GitAddRemoteDialog.__updateOK" ID="GitAddRemoteDialog.__updateOK"></a>
 <h4>GitAddRemoteDialog.__updateOK</h4>
 <b>__updateOK</b>(<i></i>)
+
 <p>
         Private method to update the status of the OK button.
-</p><a NAME="GitAddRemoteDialog.getData" ID="GitAddRemoteDialog.getData"></a>
+</p>
+<a NAME="GitAddRemoteDialog.getData" ID="GitAddRemoteDialog.getData"></a>
 <h4>GitAddRemoteDialog.getData</h4>
 <b>getData</b>(<i></i>)
+
 <p>
         Public method to get the entered data.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 tuple with name and URL of the remote repository
 </dd>
-</dl><dl>
+</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>
+</dl>
+<a NAME="GitAddRemoteDialog.on_nameEdit_textChanged" ID="GitAddRemoteDialog.on_nameEdit_textChanged"></a>
 <h4>GitAddRemoteDialog.on_nameEdit_textChanged</h4>
 <b>on_nameEdit_textChanged</b>(<i>txt</i>)
+
 <p>
         Private slot handling changes of the entered name.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>txt</i> (str)</dt>
 <dd>
 current text
 </dd>
-</dl><a NAME="GitAddRemoteDialog.on_urlEdit_textChanged" ID="GitAddRemoteDialog.on_urlEdit_textChanged"></a>
+</dl>
+<a NAME="GitAddRemoteDialog.on_urlEdit_textChanged" ID="GitAddRemoteDialog.on_urlEdit_textChanged"></a>
 <h4>GitAddRemoteDialog.on_urlEdit_textChanged</h4>
 <b>on_urlEdit_textChanged</b>(<i>txt</i>)
+
 <p>
         Private slot handling changes of the entered URL.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>txt</i> (str)</dt>
 <dd>
 current text
 </dd>
-</dl><a NAME="GitAddRemoteDialog.on_userEdit_textChanged" ID="GitAddRemoteDialog.on_userEdit_textChanged"></a>
+</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>
+</p>
+<dl>
+
 <dt><i>txt</i> (str)</dt>
 <dd>
 current text

eric ide

mercurial