src/eric7/Documentation/Source/eric7.UI.AuthenticationDialog.html

branch
eric7
changeset 10433
328f3ec4b77a
parent 9209
b99e7fd55fd3
child 10479
856476537696
diff -r 2fe91fe443dd -r 328f3ec4b77a src/eric7/Documentation/Source/eric7.UI.AuthenticationDialog.html
--- a/src/eric7/Documentation/Source/eric7.UI.AuthenticationDialog.html	Thu Dec 21 15:46:22 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.UI.AuthenticationDialog.html	Thu Dec 21 19:50:01 2023 +0100
@@ -86,25 +86,25 @@
 </p>
 <dl>
 
-<dt><i>info</i></dt>
+<dt><i>info</i> (str)</dt>
 <dd>
-information to be shown (string)
+information to be shown
 </dd>
-<dt><i>username</i></dt>
+<dt><i>username</i> (str)</dt>
 <dd>
-username as supplied by subversion (string)
+username as supplied by subversion
 </dd>
-<dt><i>showSave</i></dt>
+<dt><i>showSave</i> (bool)</dt>
 <dd>
-flag to indicate to show the save checkbox (boolean)
+flag to indicate to show the save checkbox
 </dd>
-<dt><i>saveIt</i></dt>
+<dt><i>saveIt</i> (bool)</dt>
 <dd>
-flag indicating the value for the save checkbox (boolean)
+flag indicating the value for the save checkbox
 </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="AuthenticationDialog.getData" ID="AuthenticationDialog.getData"></a>
@@ -117,7 +117,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-tuple of two string values (username, password)
+tuple containing the user name and password
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (str, str)
 </dd>
 </dl>
 <a NAME="AuthenticationDialog.setData" ID="AuthenticationDialog.setData"></a>
@@ -129,13 +135,13 @@
 </p>
 <dl>
 
-<dt><i>username</i></dt>
+<dt><i>username</i> (str)</dt>
 <dd>
-username (string)
+username
 </dd>
-<dt><i>password</i></dt>
+<dt><i>password</i> (str)</dt>
 <dd>
-password (string)
+password
 </dd>
 </dl>
 <a NAME="AuthenticationDialog.shallSave" ID="AuthenticationDialog.shallSave"></a>
@@ -148,7 +154,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating that the login data shall be saved (boolean)
+flag indicating that the login data shall be saved
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial