753 <tr> |
753 <tr> |
754 <td><a href="#WebBrowserWindow.keyPressEvent">keyPressEvent</a></td> |
754 <td><a href="#WebBrowserWindow.keyPressEvent">keyPressEvent</a></td> |
755 <td>Protected method to handle key presses.</td> |
755 <td>Protected method to handle key presses.</td> |
756 </tr> |
756 </tr> |
757 <tr> |
757 <tr> |
758 <td><a href="#WebBrowserWindow.masterPasswordChanged">masterPasswordChanged</a></td> |
758 <td><a href="#WebBrowserWindow.mainPasswordChanged">mainPasswordChanged</a></td> |
759 <td>Public slot to handle the change of the master password.</td> |
759 <td>Public slot to handle the change of the main password.</td> |
760 </tr> |
760 </tr> |
761 <tr> |
761 <tr> |
762 <td><a href="#WebBrowserWindow.newPrivateWindow">newPrivateWindow</a></td> |
762 <td><a href="#WebBrowserWindow.newPrivateWindow">newPrivateWindow</a></td> |
763 <td>Public slot called to open a new private web browser window.</td> |
763 <td>Public slot called to open a new private web browser window.</td> |
764 </tr> |
764 </tr> |
2843 <dt><i>evt</i></dt> |
2843 <dt><i>evt</i></dt> |
2844 <dd> |
2844 <dd> |
2845 reference to the key press event (QKeyEvent) |
2845 reference to the key press event (QKeyEvent) |
2846 </dd> |
2846 </dd> |
2847 </dl> |
2847 </dl> |
2848 <a NAME="WebBrowserWindow.masterPasswordChanged" ID="WebBrowserWindow.masterPasswordChanged"></a> |
2848 <a NAME="WebBrowserWindow.mainPasswordChanged" ID="WebBrowserWindow.mainPasswordChanged"></a> |
2849 <h4>WebBrowserWindow.masterPasswordChanged</h4> |
2849 <h4>WebBrowserWindow.mainPasswordChanged</h4> |
2850 <b>masterPasswordChanged</b>(<i>oldPassword, newPassword, local=False</i>) |
2850 <b>mainPasswordChanged</b>(<i>oldPassword, newPassword, local=False</i>) |
2851 |
2851 |
2852 <p> |
2852 <p> |
2853 Public slot to handle the change of the master password. |
2853 Public slot to handle the change of the main password. |
2854 </p> |
2854 </p> |
2855 <dl> |
2855 <dl> |
2856 |
2856 |
2857 <dt><i>oldPassword</i> (str)</dt> |
2857 <dt><i>oldPassword</i> (str)</dt> |
2858 <dd> |
2858 <dd> |
2859 current master password |
2859 current main password |
2860 </dd> |
2860 </dd> |
2861 <dt><i>newPassword</i> (str)</dt> |
2861 <dt><i>newPassword</i> (str)</dt> |
2862 <dd> |
2862 <dd> |
2863 new master password |
2863 new main password |
2864 </dd> |
2864 </dd> |
2865 <dt><i>local</i> (bool)</dt> |
2865 <dt><i>local</i> (bool)</dt> |
2866 <dd> |
2866 <dd> |
2867 flag indicating being called from the local configuration |
2867 flag indicating being called from the local configuration |
2868 dialog |
2868 dialog |