140 <dd> |
140 <dd> |
141 emitted to write data to stderr logger |
141 emitted to write data to stderr logger |
142 </dd><dt>appendStdout(str)</dt> |
142 </dd><dt>appendStdout(str)</dt> |
143 <dd> |
143 <dd> |
144 emitted to write data to stdout logger |
144 emitted to write data to stdout logger |
|
145 </dd><dt>masterPasswordChanged(str, str)</dt> |
|
146 <dd> |
|
147 emitted after the master |
|
148 password has been changed with the old and the new password |
145 </dd><dt>preferencesChanged()</dt> |
149 </dd><dt>preferencesChanged()</dt> |
146 <dd> |
150 <dd> |
147 emitted after the preferences were changed |
151 emitted after the preferences were changed |
148 </dd><dt>reloadAPIs()</dt> |
152 </dd><dt>reloadAPIs()</dt> |
149 <dd> |
153 <dd> |
347 <td>Private slot to start the Qt-Linguist executable.</td> |
351 <td>Private slot to start the Qt-Linguist executable.</td> |
348 </tr><tr> |
352 </tr><tr> |
349 <td><a href="#UserInterface.__linguist4">__linguist4</a></td> |
353 <td><a href="#UserInterface.__linguist4">__linguist4</a></td> |
350 <td>Private slot to start the Qt-Linguist 4 executable.</td> |
354 <td>Private slot to start the Qt-Linguist 4 executable.</td> |
351 </tr><tr> |
355 </tr><tr> |
|
356 <td><a href="#UserInterface.__masterPasswordChanged">__masterPasswordChanged</a></td> |
|
357 <td>Private slot to handle the change of the master password.</td> |
|
358 </tr><tr> |
352 <td><a href="#UserInterface.__newProject">__newProject</a></td> |
359 <td><a href="#UserInterface.__newProject">__newProject</a></td> |
353 <td>Private slot to handle the NewProject signal.</td> |
360 <td>Private slot to handle the NewProject signal.</td> |
354 </tr><tr> |
361 </tr><tr> |
355 <td><a href="#UserInterface.__openMiniEditor">__openMiniEditor</a></td> |
362 <td><a href="#UserInterface.__openMiniEditor">__openMiniEditor</a></td> |
356 <td>Private slot to show a mini editor window.</td> |
363 <td>Private slot to show a mini editor window.</td> |
1173 </p><dl> |
1180 </p><dl> |
1174 <dt><i>fn</i></dt> |
1181 <dt><i>fn</i></dt> |
1175 <dd> |
1182 <dd> |
1176 filename of the translation file to be opened |
1183 filename of the translation file to be opened |
1177 </dd> |
1184 </dd> |
|
1185 </dl><a NAME="UserInterface.__masterPasswordChanged" ID="UserInterface.__masterPasswordChanged"></a> |
|
1186 <h4>UserInterface.__masterPasswordChanged</h4> |
|
1187 <b>__masterPasswordChanged</b>(<i>oldPassword, newPassword</i>) |
|
1188 <p> |
|
1189 Private slot to handle the change of the master password. |
|
1190 </p><dl> |
|
1191 <dt><i>oldPassword</i></dt> |
|
1192 <dd> |
|
1193 current master password (string) |
|
1194 </dd><dt><i>newPassword</i></dt> |
|
1195 <dd> |
|
1196 new master password (string) |
|
1197 </dd> |
1178 </dl><a NAME="UserInterface.__newProject" ID="UserInterface.__newProject"></a> |
1198 </dl><a NAME="UserInterface.__newProject" ID="UserInterface.__newProject"></a> |
1179 <h4>UserInterface.__newProject</h4> |
1199 <h4>UserInterface.__newProject</h4> |
1180 <b>__newProject</b>(<i></i>) |
1200 <b>__newProject</b>(<i></i>) |
1181 <p> |
1201 <p> |
1182 Private slot to handle the NewProject signal. |
1202 Private slot to handle the NewProject signal. |