5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.Preferences.ConfigurationPages.SecurityPage</h1> |
9 <h1>eric7.Preferences.ConfigurationPages.SecurityPage</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing the Security configuration page. |
11 Module implementing the Security configuration page. |
13 </p> |
12 </p> |
|
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
15 |
|
16 <table> |
15 <table> |
17 <tr><td>None</td></tr> |
16 <tr><td>None</td></tr> |
18 </table> |
17 </table> |
|
18 |
19 <h3>Classes</h3> |
19 <h3>Classes</h3> |
20 |
|
21 <table> |
20 <table> |
22 |
|
23 <tr> |
21 <tr> |
24 <td><a href="#SecurityPage">SecurityPage</a></td> |
22 <td><a href="#SecurityPage">SecurityPage</a></td> |
25 <td>Class implementing the Security configuration page.</td> |
23 <td>Class implementing the Security configuration page.</td> |
26 </tr> |
24 </tr> |
27 </table> |
25 </table> |
|
26 |
28 <h3>Functions</h3> |
27 <h3>Functions</h3> |
29 |
|
30 <table> |
28 <table> |
31 |
|
32 <tr> |
29 <tr> |
33 <td><a href="#create">create</a></td> |
30 <td><a href="#create">create</a></td> |
34 <td>Module function to create the configuration page.</td> |
31 <td>Module function to create the configuration page.</td> |
35 </tr> |
32 </tr> |
36 </table> |
33 </table> |
|
34 |
37 <hr /> |
35 <hr /> |
38 <hr /> |
36 <hr /> |
39 <a NAME="SecurityPage" ID="SecurityPage"></a> |
37 <a NAME="SecurityPage" ID="SecurityPage"></a> |
40 <h2>SecurityPage</h2> |
38 <h2>SecurityPage</h2> |
41 |
|
42 <p> |
39 <p> |
43 Class implementing the Security configuration page. |
40 Class implementing the Security configuration page. |
44 </p> |
41 </p> |
|
42 |
45 <h3>Derived from</h3> |
43 <h3>Derived from</h3> |
46 ConfigurationPageBase, Ui_SecurityPage |
44 ConfigurationPageBase, Ui_SecurityPage |
47 <h3>Class Attributes</h3> |
45 <h3>Class Attributes</h3> |
48 |
|
49 <table> |
46 <table> |
50 <tr><td>None</td></tr> |
47 <tr><td>None</td></tr> |
51 </table> |
48 </table> |
|
49 |
52 <h3>Class Methods</h3> |
50 <h3>Class Methods</h3> |
53 |
|
54 <table> |
51 <table> |
55 <tr><td>None</td></tr> |
52 <tr><td>None</td></tr> |
56 </table> |
53 </table> |
|
54 |
57 <h3>Methods</h3> |
55 <h3>Methods</h3> |
58 |
|
59 <table> |
56 <table> |
60 |
|
61 <tr> |
57 <tr> |
62 <td><a href="#SecurityPage.__init__">SecurityPage</a></td> |
58 <td><a href="#SecurityPage.__init__">SecurityPage</a></td> |
63 <td>Constructor</td> |
59 <td>Constructor</td> |
64 </tr> |
60 </tr> |
65 <tr> |
61 <tr> |
77 <tr> |
73 <tr> |
78 <td><a href="#SecurityPage.setMode">setMode</a></td> |
74 <td><a href="#SecurityPage.setMode">setMode</a></td> |
79 <td>Public method to perform mode dependent setups.</td> |
75 <td>Public method to perform mode dependent setups.</td> |
80 </tr> |
76 </tr> |
81 </table> |
77 </table> |
|
78 |
82 <h3>Static Methods</h3> |
79 <h3>Static Methods</h3> |
83 |
|
84 <table> |
80 <table> |
85 <tr><td>None</td></tr> |
81 <tr><td>None</td></tr> |
86 </table> |
82 </table> |
87 |
83 |
|
84 |
88 <a NAME="SecurityPage.__init__" ID="SecurityPage.__init__"></a> |
85 <a NAME="SecurityPage.__init__" ID="SecurityPage.__init__"></a> |
89 <h4>SecurityPage (Constructor)</h4> |
86 <h4>SecurityPage (Constructor)</h4> |
90 <b>SecurityPage</b>(<i>configDialog</i>) |
87 <b>SecurityPage</b>(<i>configDialog</i>) |
91 |
|
92 <p> |
88 <p> |
93 Constructor |
89 Constructor |
94 </p> |
90 </p> |
|
91 |
95 <dl> |
92 <dl> |
96 |
93 |
97 <dt><i>configDialog</i> (ConfigurationDialog)</dt> |
94 <dt><i>configDialog</i> (ConfigurationDialog)</dt> |
98 <dd> |
95 <dd> |
99 reference to the configuration dialog |
96 reference to the configuration dialog |
100 </dd> |
97 </dd> |
101 </dl> |
98 </dl> |
102 <a NAME="SecurityPage.on_mainPasswordButton_clicked" ID="SecurityPage.on_mainPasswordButton_clicked"></a> |
99 <a NAME="SecurityPage.on_mainPasswordButton_clicked" ID="SecurityPage.on_mainPasswordButton_clicked"></a> |
103 <h4>SecurityPage.on_mainPasswordButton_clicked</h4> |
100 <h4>SecurityPage.on_mainPasswordButton_clicked</h4> |
104 <b>on_mainPasswordButton_clicked</b>(<i></i>) |
101 <b>on_mainPasswordButton_clicked</b>(<i></i>) |
105 |
|
106 <p> |
102 <p> |
107 Private slot to change the main password. |
103 Private slot to change the main password. |
108 </p> |
104 </p> |
|
105 |
109 <a NAME="SecurityPage.on_mainPasswordCheckBox_clicked" ID="SecurityPage.on_mainPasswordCheckBox_clicked"></a> |
106 <a NAME="SecurityPage.on_mainPasswordCheckBox_clicked" ID="SecurityPage.on_mainPasswordCheckBox_clicked"></a> |
110 <h4>SecurityPage.on_mainPasswordCheckBox_clicked</h4> |
107 <h4>SecurityPage.on_mainPasswordCheckBox_clicked</h4> |
111 <b>on_mainPasswordCheckBox_clicked</b>(<i>checked</i>) |
108 <b>on_mainPasswordCheckBox_clicked</b>(<i>checked</i>) |
112 |
|
113 <p> |
109 <p> |
114 Private slot to handle the use of a main password. |
110 Private slot to handle the use of a main password. |
115 </p> |
111 </p> |
|
112 |
116 <dl> |
113 <dl> |
117 |
114 |
118 <dt><i>checked</i> (bool)</dt> |
115 <dt><i>checked</i> (bool)</dt> |
119 <dd> |
116 <dd> |
120 flag indicating the state of the check box |
117 flag indicating the state of the check box |
121 </dd> |
118 </dd> |
122 </dl> |
119 </dl> |
123 <a NAME="SecurityPage.save" ID="SecurityPage.save"></a> |
120 <a NAME="SecurityPage.save" ID="SecurityPage.save"></a> |
124 <h4>SecurityPage.save</h4> |
121 <h4>SecurityPage.save</h4> |
125 <b>save</b>(<i></i>) |
122 <b>save</b>(<i></i>) |
126 |
|
127 <p> |
123 <p> |
128 Public slot to save the Help Viewers configuration. |
124 Public slot to save the Help Viewers configuration. |
129 </p> |
125 </p> |
|
126 |
130 <a NAME="SecurityPage.setMode" ID="SecurityPage.setMode"></a> |
127 <a NAME="SecurityPage.setMode" ID="SecurityPage.setMode"></a> |
131 <h4>SecurityPage.setMode</h4> |
128 <h4>SecurityPage.setMode</h4> |
132 <b>setMode</b>(<i>displayMode</i>) |
129 <b>setMode</b>(<i>displayMode</i>) |
133 |
|
134 <p> |
130 <p> |
135 Public method to perform mode dependent setups. |
131 Public method to perform mode dependent setups. |
136 </p> |
132 </p> |
|
133 |
137 <dl> |
134 <dl> |
138 |
135 |
139 <dt><i>displayMode</i> (ConfigurationMode)</dt> |
136 <dt><i>displayMode</i> (ConfigurationMode)</dt> |
140 <dd> |
137 <dd> |
141 mode of the configuration dialog |
138 mode of the configuration dialog |