182 </dd> |
182 </dd> |
183 <dt>appendStdout(str)</dt> |
183 <dt>appendStdout(str)</dt> |
184 <dd> |
184 <dd> |
185 emitted to write data to stdout logger |
185 emitted to write data to stdout logger |
186 </dd> |
186 </dd> |
187 <dt>masterPasswordChanged(str, str)</dt> |
187 <dt>mainPasswordChanged(str, str)</dt> |
188 <dd> |
188 <dd> |
189 emitted after the master |
189 emitted after the main |
190 password has been changed with the old and the new password |
190 password has been changed with the old and the new password |
191 </dd> |
191 </dd> |
192 <dt>onlineStateChanged(online)</dt> |
192 <dt>onlineStateChanged(online)</dt> |
193 <dd> |
193 <dd> |
194 emitted to indicate a change of the |
194 emitted to indicate a change of the |
531 <tr> |
531 <tr> |
532 <td><a href="#UserInterface.__loadSessionFromFile">__loadSessionFromFile</a></td> |
532 <td><a href="#UserInterface.__loadSessionFromFile">__loadSessionFromFile</a></td> |
533 <td>Private slot to load a session from disk.</td> |
533 <td>Private slot to load a session from disk.</td> |
534 </tr> |
534 </tr> |
535 <tr> |
535 <tr> |
536 <td><a href="#UserInterface.__masterPasswordChanged">__masterPasswordChanged</a></td> |
536 <td><a href="#UserInterface.__mainPasswordChanged">__mainPasswordChanged</a></td> |
537 <td>Private slot to handle the change of the master password.</td> |
537 <td>Private slot to handle the change of the main password.</td> |
538 </tr> |
538 </tr> |
539 <tr> |
539 <tr> |
540 <td><a href="#UserInterface.__newProject">__newProject</a></td> |
540 <td><a href="#UserInterface.__newProject">__newProject</a></td> |
541 <td>Private slot to handle the NewProject signal.</td> |
541 <td>Private slot to handle the NewProject signal.</td> |
542 </tr> |
542 </tr> |
1961 <b>__loadSessionFromFile</b>(<i></i>) |
1961 <b>__loadSessionFromFile</b>(<i></i>) |
1962 |
1962 |
1963 <p> |
1963 <p> |
1964 Private slot to load a session from disk. |
1964 Private slot to load a session from disk. |
1965 </p> |
1965 </p> |
1966 <a NAME="UserInterface.__masterPasswordChanged" ID="UserInterface.__masterPasswordChanged"></a> |
1966 <a NAME="UserInterface.__mainPasswordChanged" ID="UserInterface.__mainPasswordChanged"></a> |
1967 <h4>UserInterface.__masterPasswordChanged</h4> |
1967 <h4>UserInterface.__mainPasswordChanged</h4> |
1968 <b>__masterPasswordChanged</b>(<i>oldPassword, newPassword</i>) |
1968 <b>__mainPasswordChanged</b>(<i>oldPassword, newPassword</i>) |
1969 |
1969 |
1970 <p> |
1970 <p> |
1971 Private slot to handle the change of the master password. |
1971 Private slot to handle the change of the main password. |
1972 </p> |
1972 </p> |
1973 <dl> |
1973 <dl> |
1974 |
1974 |
1975 <dt><i>oldPassword</i></dt> |
1975 <dt><i>oldPassword</i> (str)</dt> |
1976 <dd> |
1976 <dd> |
1977 current master password (string) |
1977 current main password |
1978 </dd> |
1978 </dd> |
1979 <dt><i>newPassword</i></dt> |
1979 <dt><i>newPassword</i> (str)</dt> |
1980 <dd> |
1980 <dd> |
1981 new master password (string) |
1981 new main password |
1982 </dd> |
1982 </dd> |
1983 </dl> |
1983 </dl> |
1984 <a NAME="UserInterface.__newProject" ID="UserInterface.__newProject"></a> |
1984 <a NAME="UserInterface.__newProject" ID="UserInterface.__newProject"></a> |
1985 <h4>UserInterface.__newProject</h4> |
1985 <h4>UserInterface.__newProject</h4> |
1986 <b>__newProject</b>(<i></i>) |
1986 <b>__newProject</b>(<i></i>) |