Documentation/Source/eric5.UI.UserInterface.html

changeset 1127
b1802ebe0066
parent 945
8cd4d08fa9f6
child 1195
572730077b35
--- a/Documentation/Source/eric5.UI.UserInterface.html	Thu Jun 16 16:29:27 2011 +0200
+++ b/Documentation/Source/eric5.UI.UserInterface.html	Sun Jun 19 15:19:46 2011 +0200
@@ -142,6 +142,10 @@
 </dd><dt>appendStdout(str)</dt>
 <dd>
 emitted to write data to stdout logger
+</dd><dt>masterPasswordChanged(str, str)</dt>
+<dd>
+emitted after the master
+            password has been changed with the old and the new password
 </dd><dt>preferencesChanged()</dt>
 <dd>
 emitted after the preferences were changed
@@ -349,6 +353,9 @@
 <td><a href="#UserInterface.__linguist4">__linguist4</a></td>
 <td>Private slot to start the Qt-Linguist 4 executable.</td>
 </tr><tr>
+<td><a href="#UserInterface.__masterPasswordChanged">__masterPasswordChanged</a></td>
+<td>Private slot to handle the change of the master password.</td>
+</tr><tr>
 <td><a href="#UserInterface.__newProject">__newProject</a></td>
 <td>Private slot to handle the NewProject signal.</td>
 </tr><tr>
@@ -1175,6 +1182,19 @@
 <dd>
 filename of the translation file to be opened
 </dd>
+</dl><a NAME="UserInterface.__masterPasswordChanged" ID="UserInterface.__masterPasswordChanged"></a>
+<h4>UserInterface.__masterPasswordChanged</h4>
+<b>__masterPasswordChanged</b>(<i>oldPassword, newPassword</i>)
+<p>
+        Private slot to handle the change of the master password.
+</p><dl>
+<dt><i>oldPassword</i></dt>
+<dd>
+current master password (string)
+</dd><dt><i>newPassword</i></dt>
+<dd>
+new master password (string)
+</dd>
 </dl><a NAME="UserInterface.__newProject" ID="UserInterface.__newProject"></a>
 <h4>UserInterface.__newProject</h4>
 <b>__newProject</b>(<i></i>)

eric ide

mercurial