src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EmailPage.html

branch
eric7
changeset 10692
9becf9ca115c
parent 10684
58c7f23ae1cb
diff -r d1a603a70f83 -r 9becf9ca115c src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EmailPage.html
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EmailPage.html	Tue Apr 23 09:29:13 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EmailPage.html	Tue Apr 23 11:26:04 2024 +0200
@@ -179,7 +179,7 @@
 
 <a NAME="EmailPage.on_mailAuthenticationGroup_toggled" ID="EmailPage.on_mailAuthenticationGroup_toggled"></a>
 <h4>EmailPage.on_mailAuthenticationGroup_toggled</h4>
-<b>on_mailAuthenticationGroup_toggled</b>(<i>checked</i>)
+<b>on_mailAuthenticationGroup_toggled</b>(<i>_checked</i>)
 <p>
         Private slot to handle a change of the state of the authentication
         group.
@@ -187,65 +187,65 @@
 
 <dl>
 
-<dt><i>checked</i> (bool)</dt>
+<dt><i>_checked</i> (bool)</dt>
 <dd>
-state of the group
+state of the group (unused)
 </dd>
 </dl>
 <a NAME="EmailPage.on_mailPasswordEdit_textChanged" ID="EmailPage.on_mailPasswordEdit_textChanged"></a>
 <h4>EmailPage.on_mailPasswordEdit_textChanged</h4>
-<b>on_mailPasswordEdit_textChanged</b>(<i>txt</i>)
+<b>on_mailPasswordEdit_textChanged</b>(<i>_txt</i>)
 <p>
         Private slot to handle a change of the text of the user edit.
 </p>
 
 <dl>
 
-<dt><i>txt</i> (str)</dt>
+<dt><i>_txt</i> (str)</dt>
 <dd>
-current text of the edit
+current text of the edit (unused)
 </dd>
 </dl>
 <a NAME="EmailPage.on_mailServerEdit_textChanged" ID="EmailPage.on_mailServerEdit_textChanged"></a>
 <h4>EmailPage.on_mailServerEdit_textChanged</h4>
-<b>on_mailServerEdit_textChanged</b>(<i>txt</i>)
+<b>on_mailServerEdit_textChanged</b>(<i>_txt</i>)
 <p>
         Private slot to handle a change of the text of the mail server edit.
 </p>
 
 <dl>
 
-<dt><i>txt</i> (str)</dt>
+<dt><i>_txt</i> (str)</dt>
 <dd>
-current text of the edit (string)
+current text of the edit (unused)
 </dd>
 </dl>
 <a NAME="EmailPage.on_mailUserEdit_textChanged" ID="EmailPage.on_mailUserEdit_textChanged"></a>
 <h4>EmailPage.on_mailUserEdit_textChanged</h4>
-<b>on_mailUserEdit_textChanged</b>(<i>txt</i>)
+<b>on_mailUserEdit_textChanged</b>(<i>_txt</i>)
 <p>
         Private slot to handle a change of the text of the user edit.
 </p>
 
 <dl>
 
-<dt><i>txt</i> (str)</dt>
+<dt><i>_txt</i> (str)</dt>
 <dd>
-current text of the edit
+current text of the edit (unused)
 </dd>
 </dl>
 <a NAME="EmailPage.on_noEncryptionButton_toggled" ID="EmailPage.on_noEncryptionButton_toggled"></a>
 <h4>EmailPage.on_noEncryptionButton_toggled</h4>
-<b>on_noEncryptionButton_toggled</b>(<i>checked</i>)
+<b>on_noEncryptionButton_toggled</b>(<i>_checked</i>)
 <p>
         Private slot handling a change of no encryption button.
 </p>
 
 <dl>
 
-<dt><i>checked</i> (bool)</dt>
+<dt><i>_checked</i> (bool)</dt>
 <dd>
-current state of the button
+current state of the button (unused)
 </dd>
 </dl>
 <a NAME="EmailPage.on_testButton_clicked" ID="EmailPage.on_testButton_clicked"></a>
@@ -257,30 +257,30 @@
 
 <a NAME="EmailPage.on_useSslButton_toggled" ID="EmailPage.on_useSslButton_toggled"></a>
 <h4>EmailPage.on_useSslButton_toggled</h4>
-<b>on_useSslButton_toggled</b>(<i>checked</i>)
+<b>on_useSslButton_toggled</b>(<i>_checked</i>)
 <p>
         Private slot handling a change of SSL encryption button.
 </p>
 
 <dl>
 
-<dt><i>checked</i> (bool)</dt>
+<dt><i>_checked</i> (bool)</dt>
 <dd>
-current state of the button
+current state of the button (unused)
 </dd>
 </dl>
 <a NAME="EmailPage.on_useTlsButton_toggled" ID="EmailPage.on_useTlsButton_toggled"></a>
 <h4>EmailPage.on_useTlsButton_toggled</h4>
-<b>on_useTlsButton_toggled</b>(<i>checked</i>)
+<b>on_useTlsButton_toggled</b>(<i>_checked</i>)
 <p>
         Private slot handling a change of TLS encryption button.
 </p>
 
 <dl>
 
-<dt><i>checked</i> (bool)</dt>
+<dt><i>_checked</i> (bool)</dt>
 <dd>
-current state of the button
+current state of the button (unused)
 </dd>
 </dl>
 <a NAME="EmailPage.save" ID="EmailPage.save"></a>

eric ide

mercurial