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.WebBrowserPage</h1> |
9 <h1>eric7.Preferences.ConfigurationPages.WebBrowserPage</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing the Web Browser configuration page. |
11 Module implementing the Web Browser 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="#WebBrowserPage">WebBrowserPage</a></td> |
22 <td><a href="#WebBrowserPage">WebBrowserPage</a></td> |
25 <td>Class implementing the Web Browser configuration page.</td> |
23 <td>Class implementing the Web Browser 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="WebBrowserPage" ID="WebBrowserPage"></a> |
37 <a NAME="WebBrowserPage" ID="WebBrowserPage"></a> |
40 <h2>WebBrowserPage</h2> |
38 <h2>WebBrowserPage</h2> |
41 |
|
42 <p> |
39 <p> |
43 Class implementing the Web Browser configuration page. |
40 Class implementing the Web Browser configuration page. |
44 </p> |
41 </p> |
|
42 |
45 <h3>Derived from</h3> |
43 <h3>Derived from</h3> |
46 ConfigurationPageBase, Ui_WebBrowserPage |
44 ConfigurationPageBase, Ui_WebBrowserPage |
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="#WebBrowserPage.__init__">WebBrowserPage</a></td> |
58 <td><a href="#WebBrowserPage.__init__">WebBrowserPage</a></td> |
63 <td>Constructor</td> |
59 <td>Constructor</td> |
64 </tr> |
60 </tr> |
65 <tr> |
61 <tr> |
85 <tr> |
81 <tr> |
86 <td><a href="#WebBrowserPage.save">save</a></td> |
82 <td><a href="#WebBrowserPage.save">save</a></td> |
87 <td>Public slot to save the Help Viewers configuration.</td> |
83 <td>Public slot to save the Help Viewers configuration.</td> |
88 </tr> |
84 </tr> |
89 </table> |
85 </table> |
|
86 |
90 <h3>Static Methods</h3> |
87 <h3>Static Methods</h3> |
91 |
|
92 <table> |
88 <table> |
93 <tr><td>None</td></tr> |
89 <tr><td>None</td></tr> |
94 </table> |
90 </table> |
95 |
91 |
|
92 |
96 <a NAME="WebBrowserPage.__init__" ID="WebBrowserPage.__init__"></a> |
93 <a NAME="WebBrowserPage.__init__" ID="WebBrowserPage.__init__"></a> |
97 <h4>WebBrowserPage (Constructor)</h4> |
94 <h4>WebBrowserPage (Constructor)</h4> |
98 <b>WebBrowserPage</b>(<i>configDialog</i>) |
95 <b>WebBrowserPage</b>(<i>configDialog</i>) |
99 |
|
100 <p> |
96 <p> |
101 Constructor |
97 Constructor |
102 </p> |
98 </p> |
|
99 |
103 <dl> |
100 <dl> |
104 |
101 |
105 <dt><i>configDialog</i> (ConfigurationDialog)</dt> |
102 <dt><i>configDialog</i> (ConfigurationDialog)</dt> |
106 <dd> |
103 <dd> |
107 reference to the configuration dialog |
104 reference to the configuration dialog |
108 </dd> |
105 </dd> |
109 </dl> |
106 </dl> |
110 <a NAME="WebBrowserPage.on_defaultHomeButton_clicked" ID="WebBrowserPage.on_defaultHomeButton_clicked"></a> |
107 <a NAME="WebBrowserPage.on_defaultHomeButton_clicked" ID="WebBrowserPage.on_defaultHomeButton_clicked"></a> |
111 <h4>WebBrowserPage.on_defaultHomeButton_clicked</h4> |
108 <h4>WebBrowserPage.on_defaultHomeButton_clicked</h4> |
112 <b>on_defaultHomeButton_clicked</b>(<i></i>) |
109 <b>on_defaultHomeButton_clicked</b>(<i></i>) |
113 |
|
114 <p> |
110 <p> |
115 Private slot to set the default home page. |
111 Private slot to set the default home page. |
116 </p> |
112 </p> |
|
113 |
117 <a NAME="WebBrowserPage.on_refererWhitelistButton_clicked" ID="WebBrowserPage.on_refererWhitelistButton_clicked"></a> |
114 <a NAME="WebBrowserPage.on_refererWhitelistButton_clicked" ID="WebBrowserPage.on_refererWhitelistButton_clicked"></a> |
118 <h4>WebBrowserPage.on_refererWhitelistButton_clicked</h4> |
115 <h4>WebBrowserPage.on_refererWhitelistButton_clicked</h4> |
119 <b>on_refererWhitelistButton_clicked</b>(<i></i>) |
116 <b>on_refererWhitelistButton_clicked</b>(<i></i>) |
120 |
|
121 <p> |
117 <p> |
122 Private slot to edit the referer whitelist. |
118 Private slot to edit the referer whitelist. |
123 </p> |
119 </p> |
|
120 |
124 <a NAME="WebBrowserPage.on_setCurrentPageButton_clicked" ID="WebBrowserPage.on_setCurrentPageButton_clicked"></a> |
121 <a NAME="WebBrowserPage.on_setCurrentPageButton_clicked" ID="WebBrowserPage.on_setCurrentPageButton_clicked"></a> |
125 <h4>WebBrowserPage.on_setCurrentPageButton_clicked</h4> |
122 <h4>WebBrowserPage.on_setCurrentPageButton_clicked</h4> |
126 <b>on_setCurrentPageButton_clicked</b>(<i></i>) |
123 <b>on_setCurrentPageButton_clicked</b>(<i></i>) |
127 |
|
128 <p> |
124 <p> |
129 Private slot to set the current page as the home page. |
125 Private slot to set the current page as the home page. |
130 </p> |
126 </p> |
|
127 |
131 <a NAME="WebBrowserPage.on_setSpeedDialPageButton_clicked" ID="WebBrowserPage.on_setSpeedDialPageButton_clicked"></a> |
128 <a NAME="WebBrowserPage.on_setSpeedDialPageButton_clicked" ID="WebBrowserPage.on_setSpeedDialPageButton_clicked"></a> |
132 <h4>WebBrowserPage.on_setSpeedDialPageButton_clicked</h4> |
129 <h4>WebBrowserPage.on_setSpeedDialPageButton_clicked</h4> |
133 <b>on_setSpeedDialPageButton_clicked</b>(<i></i>) |
130 <b>on_setSpeedDialPageButton_clicked</b>(<i></i>) |
134 |
|
135 <p> |
131 <p> |
136 Private slot documentation goes here. |
132 Private slot documentation goes here. |
137 </p> |
133 </p> |
|
134 |
138 <a NAME="WebBrowserPage.on_startupCombo_currentIndexChanged" ID="WebBrowserPage.on_startupCombo_currentIndexChanged"></a> |
135 <a NAME="WebBrowserPage.on_startupCombo_currentIndexChanged" ID="WebBrowserPage.on_startupCombo_currentIndexChanged"></a> |
139 <h4>WebBrowserPage.on_startupCombo_currentIndexChanged</h4> |
136 <h4>WebBrowserPage.on_startupCombo_currentIndexChanged</h4> |
140 <b>on_startupCombo_currentIndexChanged</b>(<i>index</i>) |
137 <b>on_startupCombo_currentIndexChanged</b>(<i>index</i>) |
141 |
|
142 <p> |
138 <p> |
143 Private slot to enable elements depending on the selected startup |
139 Private slot to enable elements depending on the selected startup |
144 entry. |
140 entry. |
145 </p> |
141 </p> |
|
142 |
146 <dl> |
143 <dl> |
147 |
144 |
148 <dt><i>index</i> (int)</dt> |
145 <dt><i>index</i> (int)</dt> |
149 <dd> |
146 <dd> |
150 index of the selected entry |
147 index of the selected entry |
151 </dd> |
148 </dd> |
152 </dl> |
149 </dl> |
153 <a NAME="WebBrowserPage.save" ID="WebBrowserPage.save"></a> |
150 <a NAME="WebBrowserPage.save" ID="WebBrowserPage.save"></a> |
154 <h4>WebBrowserPage.save</h4> |
151 <h4>WebBrowserPage.save</h4> |
155 <b>save</b>(<i></i>) |
152 <b>save</b>(<i></i>) |
156 |
|
157 <p> |
153 <p> |
158 Public slot to save the Help Viewers configuration. |
154 Public slot to save the Help Viewers configuration. |
159 </p> |
155 </p> |
|
156 |
160 <div align="right"><a href="#top">Up</a></div> |
157 <div align="right"><a href="#top">Up</a></div> |
161 <hr /> |
158 <hr /> |
162 <hr /> |
159 <hr /> |
163 <a NAME="create" ID="create"></a> |
160 <a NAME="create" ID="create"></a> |
164 <h2>create</h2> |
161 <h2>create</h2> |
165 <b>create</b>(<i>dlg</i>) |
162 <b>create</b>(<i>dlg</i>) |
166 |
|
167 <p> |
163 <p> |
168 Module function to create the configuration page. |
164 Module function to create the configuration page. |
169 </p> |
165 </p> |
|
166 |
170 <dl> |
167 <dl> |
171 |
168 |
172 <dt><i>dlg</i> (ConfigurationDialog)</dt> |
169 <dt><i>dlg</i> (ConfigurationDialog)</dt> |
173 <dd> |
170 <dd> |
174 reference to the configuration dialog |
171 reference to the configuration dialog |