16 |
16 |
17 a { color: #BA6D36; } |
17 a { color: #BA6D36; } |
18 |
18 |
19 </style> |
19 </style> |
20 </head> |
20 </head> |
21 <body><a NAME="top" ID="top"></a> |
21 <body> |
|
22 <a NAME="top" ID="top"></a> |
22 <h1>eric6.Preferences.ConfigurationPages.MasterPasswordEntryDialog</h1> |
23 <h1>eric6.Preferences.ConfigurationPages.MasterPasswordEntryDialog</h1> |
|
24 |
23 <p> |
25 <p> |
24 Module implementing a dialog to enter or change the master password. |
26 Module implementing a dialog to enter or change the master password. |
25 </p> |
27 </p> |
26 <h3>Global Attributes</h3> |
28 <h3>Global Attributes</h3> |
|
29 |
27 <table> |
30 <table> |
28 <tr><td>None</td></tr> |
31 <tr><td>None</td></tr> |
29 </table> |
32 </table> |
30 <h3>Classes</h3> |
33 <h3>Classes</h3> |
31 <table> |
34 |
|
35 <table> |
|
36 |
32 <tr> |
37 <tr> |
33 <td><a href="#MasterPasswordEntryDialog">MasterPasswordEntryDialog</a></td> |
38 <td><a href="#MasterPasswordEntryDialog">MasterPasswordEntryDialog</a></td> |
34 <td>Class implementing a dialog to enter or change the master password.</td> |
39 <td>Class implementing a dialog to enter or change the master password.</td> |
35 </tr> |
40 </tr> |
36 </table> |
41 </table> |
37 <h3>Functions</h3> |
42 <h3>Functions</h3> |
38 <table> |
43 |
39 <tr><td>None</td></tr> |
44 <table> |
40 </table> |
45 <tr><td>None</td></tr> |
41 <hr /><hr /> |
46 </table> |
|
47 <hr /> |
|
48 <hr /> |
42 <a NAME="MasterPasswordEntryDialog" ID="MasterPasswordEntryDialog"></a> |
49 <a NAME="MasterPasswordEntryDialog" ID="MasterPasswordEntryDialog"></a> |
43 <h2>MasterPasswordEntryDialog</h2> |
50 <h2>MasterPasswordEntryDialog</h2> |
|
51 |
44 <p> |
52 <p> |
45 Class implementing a dialog to enter or change the master password. |
53 Class implementing a dialog to enter or change the master password. |
46 </p> |
54 </p> |
47 <h3>Derived from</h3> |
55 <h3>Derived from</h3> |
48 QDialog, Ui_MasterPasswordEntryDialog |
56 QDialog, Ui_MasterPasswordEntryDialog |
49 <h3>Class Attributes</h3> |
57 <h3>Class Attributes</h3> |
|
58 |
50 <table> |
59 <table> |
51 <tr><td>None</td></tr> |
60 <tr><td>None</td></tr> |
52 </table> |
61 </table> |
53 <h3>Class Methods</h3> |
62 <h3>Class Methods</h3> |
|
63 |
54 <table> |
64 <table> |
55 <tr><td>None</td></tr> |
65 <tr><td>None</td></tr> |
56 </table> |
66 </table> |
57 <h3>Methods</h3> |
67 <h3>Methods</h3> |
58 <table> |
68 |
|
69 <table> |
|
70 |
59 <tr> |
71 <tr> |
60 <td><a href="#MasterPasswordEntryDialog.__init__">MasterPasswordEntryDialog</a></td> |
72 <td><a href="#MasterPasswordEntryDialog.__init__">MasterPasswordEntryDialog</a></td> |
61 <td>Constructor</td> |
73 <td>Constructor</td> |
62 </tr><tr> |
74 </tr> |
|
75 <tr> |
63 <td><a href="#MasterPasswordEntryDialog.__updateUI">__updateUI</a></td> |
76 <td><a href="#MasterPasswordEntryDialog.__updateUI">__updateUI</a></td> |
64 <td>Private slot to update the variable parts of the UI.</td> |
77 <td>Private slot to update the variable parts of the UI.</td> |
65 </tr><tr> |
78 </tr> |
|
79 <tr> |
66 <td><a href="#MasterPasswordEntryDialog.getCurrentPassword">getCurrentPassword</a></td> |
80 <td><a href="#MasterPasswordEntryDialog.getCurrentPassword">getCurrentPassword</a></td> |
67 <td>Public method to get the current master password.</td> |
81 <td>Public method to get the current master password.</td> |
68 </tr><tr> |
82 </tr> |
|
83 <tr> |
69 <td><a href="#MasterPasswordEntryDialog.getMasterPassword">getMasterPassword</a></td> |
84 <td><a href="#MasterPasswordEntryDialog.getMasterPassword">getMasterPassword</a></td> |
70 <td>Public method to get the new master password.</td> |
85 <td>Public method to get the new master password.</td> |
71 </tr><tr> |
86 </tr> |
|
87 <tr> |
72 <td><a href="#MasterPasswordEntryDialog.on_currentPasswordEdit_textChanged">on_currentPasswordEdit_textChanged</a></td> |
88 <td><a href="#MasterPasswordEntryDialog.on_currentPasswordEdit_textChanged">on_currentPasswordEdit_textChanged</a></td> |
73 <td>Private slot to handle changes of the current password.</td> |
89 <td>Private slot to handle changes of the current password.</td> |
74 </tr><tr> |
90 </tr> |
|
91 <tr> |
75 <td><a href="#MasterPasswordEntryDialog.on_newPasswordAgainEdit_textChanged">on_newPasswordAgainEdit_textChanged</a></td> |
92 <td><a href="#MasterPasswordEntryDialog.on_newPasswordAgainEdit_textChanged">on_newPasswordAgainEdit_textChanged</a></td> |
76 <td>Private slot to handle changes of the new again password.</td> |
93 <td>Private slot to handle changes of the new again password.</td> |
77 </tr><tr> |
94 </tr> |
|
95 <tr> |
78 <td><a href="#MasterPasswordEntryDialog.on_newPasswordEdit_textChanged">on_newPasswordEdit_textChanged</a></td> |
96 <td><a href="#MasterPasswordEntryDialog.on_newPasswordEdit_textChanged">on_newPasswordEdit_textChanged</a></td> |
79 <td>Private slot to handle changes of the new password.</td> |
97 <td>Private slot to handle changes of the new password.</td> |
80 </tr> |
98 </tr> |
81 </table> |
99 </table> |
82 <h3>Static Methods</h3> |
100 <h3>Static Methods</h3> |
83 <table> |
101 |
84 <tr><td>None</td></tr> |
102 <table> |
85 </table> |
103 <tr><td>None</td></tr> |
|
104 </table> |
|
105 |
86 <a NAME="MasterPasswordEntryDialog.__init__" ID="MasterPasswordEntryDialog.__init__"></a> |
106 <a NAME="MasterPasswordEntryDialog.__init__" ID="MasterPasswordEntryDialog.__init__"></a> |
87 <h4>MasterPasswordEntryDialog (Constructor)</h4> |
107 <h4>MasterPasswordEntryDialog (Constructor)</h4> |
88 <b>MasterPasswordEntryDialog</b>(<i>oldPasswordHash, parent=None</i>) |
108 <b>MasterPasswordEntryDialog</b>(<i>oldPasswordHash, parent=None</i>) |
|
109 |
89 <p> |
110 <p> |
90 Constructor |
111 Constructor |
91 </p><dl> |
112 </p> |
|
113 <dl> |
|
114 |
92 <dt><i>oldPasswordHash</i></dt> |
115 <dt><i>oldPasswordHash</i></dt> |
93 <dd> |
116 <dd> |
94 hash of the current password (string) |
117 hash of the current password (string) |
95 </dd><dt><i>parent</i></dt> |
118 </dd> |
|
119 <dt><i>parent</i></dt> |
96 <dd> |
120 <dd> |
97 reference to the parent widget (QWidget) |
121 reference to the parent widget (QWidget) |
98 </dd> |
122 </dd> |
99 </dl><a NAME="MasterPasswordEntryDialog.__updateUI" ID="MasterPasswordEntryDialog.__updateUI"></a> |
123 </dl> |
|
124 <a NAME="MasterPasswordEntryDialog.__updateUI" ID="MasterPasswordEntryDialog.__updateUI"></a> |
100 <h4>MasterPasswordEntryDialog.__updateUI</h4> |
125 <h4>MasterPasswordEntryDialog.__updateUI</h4> |
101 <b>__updateUI</b>(<i></i>) |
126 <b>__updateUI</b>(<i></i>) |
|
127 |
102 <p> |
128 <p> |
103 Private slot to update the variable parts of the UI. |
129 Private slot to update the variable parts of the UI. |
104 </p><a NAME="MasterPasswordEntryDialog.getCurrentPassword" ID="MasterPasswordEntryDialog.getCurrentPassword"></a> |
130 </p> |
|
131 <a NAME="MasterPasswordEntryDialog.getCurrentPassword" ID="MasterPasswordEntryDialog.getCurrentPassword"></a> |
105 <h4>MasterPasswordEntryDialog.getCurrentPassword</h4> |
132 <h4>MasterPasswordEntryDialog.getCurrentPassword</h4> |
106 <b>getCurrentPassword</b>(<i></i>) |
133 <b>getCurrentPassword</b>(<i></i>) |
|
134 |
107 <p> |
135 <p> |
108 Public method to get the current master password. |
136 Public method to get the current master password. |
109 </p><dl> |
137 </p> |
|
138 <dl> |
110 <dt>Returns:</dt> |
139 <dt>Returns:</dt> |
111 <dd> |
140 <dd> |
112 current master password (string) |
141 current master password (string) |
113 </dd> |
142 </dd> |
114 </dl><a NAME="MasterPasswordEntryDialog.getMasterPassword" ID="MasterPasswordEntryDialog.getMasterPassword"></a> |
143 </dl> |
|
144 <a NAME="MasterPasswordEntryDialog.getMasterPassword" ID="MasterPasswordEntryDialog.getMasterPassword"></a> |
115 <h4>MasterPasswordEntryDialog.getMasterPassword</h4> |
145 <h4>MasterPasswordEntryDialog.getMasterPassword</h4> |
116 <b>getMasterPassword</b>(<i></i>) |
146 <b>getMasterPassword</b>(<i></i>) |
|
147 |
117 <p> |
148 <p> |
118 Public method to get the new master password. |
149 Public method to get the new master password. |
119 </p><dl> |
150 </p> |
|
151 <dl> |
120 <dt>Returns:</dt> |
152 <dt>Returns:</dt> |
121 <dd> |
153 <dd> |
122 new master password (string) |
154 new master password (string) |
123 </dd> |
155 </dd> |
124 </dl><a NAME="MasterPasswordEntryDialog.on_currentPasswordEdit_textChanged" ID="MasterPasswordEntryDialog.on_currentPasswordEdit_textChanged"></a> |
156 </dl> |
|
157 <a NAME="MasterPasswordEntryDialog.on_currentPasswordEdit_textChanged" ID="MasterPasswordEntryDialog.on_currentPasswordEdit_textChanged"></a> |
125 <h4>MasterPasswordEntryDialog.on_currentPasswordEdit_textChanged</h4> |
158 <h4>MasterPasswordEntryDialog.on_currentPasswordEdit_textChanged</h4> |
126 <b>on_currentPasswordEdit_textChanged</b>(<i>txt</i>) |
159 <b>on_currentPasswordEdit_textChanged</b>(<i>txt</i>) |
|
160 |
127 <p> |
161 <p> |
128 Private slot to handle changes of the current password. |
162 Private slot to handle changes of the current password. |
129 </p><dl> |
163 </p> |
|
164 <dl> |
|
165 |
130 <dt><i>txt</i></dt> |
166 <dt><i>txt</i></dt> |
131 <dd> |
167 <dd> |
132 content of the edit widget (string) |
168 content of the edit widget (string) |
133 </dd> |
169 </dd> |
134 </dl><a NAME="MasterPasswordEntryDialog.on_newPasswordAgainEdit_textChanged" ID="MasterPasswordEntryDialog.on_newPasswordAgainEdit_textChanged"></a> |
170 </dl> |
|
171 <a NAME="MasterPasswordEntryDialog.on_newPasswordAgainEdit_textChanged" ID="MasterPasswordEntryDialog.on_newPasswordAgainEdit_textChanged"></a> |
135 <h4>MasterPasswordEntryDialog.on_newPasswordAgainEdit_textChanged</h4> |
172 <h4>MasterPasswordEntryDialog.on_newPasswordAgainEdit_textChanged</h4> |
136 <b>on_newPasswordAgainEdit_textChanged</b>(<i>txt</i>) |
173 <b>on_newPasswordAgainEdit_textChanged</b>(<i>txt</i>) |
|
174 |
137 <p> |
175 <p> |
138 Private slot to handle changes of the new again password. |
176 Private slot to handle changes of the new again password. |
139 </p><dl> |
177 </p> |
|
178 <dl> |
|
179 |
140 <dt><i>txt</i></dt> |
180 <dt><i>txt</i></dt> |
141 <dd> |
181 <dd> |
142 content of the edit widget (string) |
182 content of the edit widget (string) |
143 </dd> |
183 </dd> |
144 </dl><a NAME="MasterPasswordEntryDialog.on_newPasswordEdit_textChanged" ID="MasterPasswordEntryDialog.on_newPasswordEdit_textChanged"></a> |
184 </dl> |
|
185 <a NAME="MasterPasswordEntryDialog.on_newPasswordEdit_textChanged" ID="MasterPasswordEntryDialog.on_newPasswordEdit_textChanged"></a> |
145 <h4>MasterPasswordEntryDialog.on_newPasswordEdit_textChanged</h4> |
186 <h4>MasterPasswordEntryDialog.on_newPasswordEdit_textChanged</h4> |
146 <b>on_newPasswordEdit_textChanged</b>(<i>txt</i>) |
187 <b>on_newPasswordEdit_textChanged</b>(<i>txt</i>) |
|
188 |
147 <p> |
189 <p> |
148 Private slot to handle changes of the new password. |
190 Private slot to handle changes of the new password. |
149 </p><dl> |
191 </p> |
|
192 <dl> |
|
193 |
150 <dt><i>txt</i></dt> |
194 <dt><i>txt</i></dt> |
151 <dd> |
195 <dd> |
152 content of the edit widget (string) |
196 content of the edit widget (string) |
153 </dd> |
197 </dd> |
154 </dl> |
198 </dl> |