eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.WebBrowserPage.html

branch
maintenance
changeset 7286
7eb04391adf7
parent 7273
391d6b7b1eff
child 7796
657532a9a0a4
equal deleted inserted replaced
7226:babe80d84a3e 7286:7eb04391adf7
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.WebBrowserPage</h1> 23 <h1>eric6.Preferences.ConfigurationPages.WebBrowserPage</h1>
24
23 <p> 25 <p>
24 Module implementing the Web Browser configuration page. 26 Module implementing the Web Browser configuration page.
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>
34
31 <table> 35 <table>
36
32 <tr> 37 <tr>
33 <td><a href="#WebBrowserPage">WebBrowserPage</a></td> 38 <td><a href="#WebBrowserPage">WebBrowserPage</a></td>
34 <td>Class implementing the Web Browser configuration page.</td> 39 <td>Class implementing the Web Browser configuration page.</td>
35 </tr> 40 </tr>
36 </table> 41 </table>
37 <h3>Functions</h3> 42 <h3>Functions</h3>
43
38 <table> 44 <table>
45
39 <tr> 46 <tr>
40 <td><a href="#create">create</a></td> 47 <td><a href="#create">create</a></td>
41 <td>Module function to create the configuration page.</td> 48 <td>Module function to create the configuration page.</td>
42 </tr> 49 </tr>
43 </table> 50 </table>
44 <hr /><hr /> 51 <hr />
52 <hr />
45 <a NAME="WebBrowserPage" ID="WebBrowserPage"></a> 53 <a NAME="WebBrowserPage" ID="WebBrowserPage"></a>
46 <h2>WebBrowserPage</h2> 54 <h2>WebBrowserPage</h2>
55
47 <p> 56 <p>
48 Class implementing the Web Browser configuration page. 57 Class implementing the Web Browser configuration page.
49 </p> 58 </p>
50 <h3>Derived from</h3> 59 <h3>Derived from</h3>
51 ConfigurationPageBase, Ui_WebBrowserPage 60 ConfigurationPageBase, Ui_WebBrowserPage
52 <h3>Class Attributes</h3> 61 <h3>Class Attributes</h3>
62
53 <table> 63 <table>
54 <tr><td>None</td></tr> 64 <tr><td>None</td></tr>
55 </table> 65 </table>
56 <h3>Class Methods</h3> 66 <h3>Class Methods</h3>
67
57 <table> 68 <table>
58 <tr><td>None</td></tr> 69 <tr><td>None</td></tr>
59 </table> 70 </table>
60 <h3>Methods</h3> 71 <h3>Methods</h3>
72
61 <table> 73 <table>
74
62 <tr> 75 <tr>
63 <td><a href="#WebBrowserPage.__init__">WebBrowserPage</a></td> 76 <td><a href="#WebBrowserPage.__init__">WebBrowserPage</a></td>
64 <td>Constructor</td> 77 <td>Constructor</td>
65 </tr><tr> 78 </tr>
79 <tr>
66 <td><a href="#WebBrowserPage.on_defaultHomeButton_clicked">on_defaultHomeButton_clicked</a></td> 80 <td><a href="#WebBrowserPage.on_defaultHomeButton_clicked">on_defaultHomeButton_clicked</a></td>
67 <td>Private slot to set the default home page.</td> 81 <td>Private slot to set the default home page.</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#WebBrowserPage.on_refererWhitelistButton_clicked">on_refererWhitelistButton_clicked</a></td> 84 <td><a href="#WebBrowserPage.on_refererWhitelistButton_clicked">on_refererWhitelistButton_clicked</a></td>
70 <td>Private slot to edit the referer whitelist.</td> 85 <td>Private slot to edit the referer whitelist.</td>
71 </tr><tr> 86 </tr>
87 <tr>
72 <td><a href="#WebBrowserPage.on_setCurrentPageButton_clicked">on_setCurrentPageButton_clicked</a></td> 88 <td><a href="#WebBrowserPage.on_setCurrentPageButton_clicked">on_setCurrentPageButton_clicked</a></td>
73 <td>Private slot to set the current page as the home page.</td> 89 <td>Private slot to set the current page as the home page.</td>
74 </tr><tr> 90 </tr>
91 <tr>
75 <td><a href="#WebBrowserPage.on_startupCombo_currentIndexChanged">on_startupCombo_currentIndexChanged</a></td> 92 <td><a href="#WebBrowserPage.on_startupCombo_currentIndexChanged">on_startupCombo_currentIndexChanged</a></td>
76 <td>Private slot to enable elements depending on the selected startup entry.</td> 93 <td>Private slot to enable elements depending on the selected startup entry.</td>
77 </tr><tr> 94 </tr>
95 <tr>
78 <td><a href="#WebBrowserPage.save">save</a></td> 96 <td><a href="#WebBrowserPage.save">save</a></td>
79 <td>Public slot to save the Help Viewers configuration.</td> 97 <td>Public slot to save the Help Viewers configuration.</td>
80 </tr> 98 </tr>
81 </table> 99 </table>
82 <h3>Static Methods</h3> 100 <h3>Static Methods</h3>
101
83 <table> 102 <table>
84 <tr><td>None</td></tr> 103 <tr><td>None</td></tr>
85 </table> 104 </table>
105
86 <a NAME="WebBrowserPage.__init__" ID="WebBrowserPage.__init__"></a> 106 <a NAME="WebBrowserPage.__init__" ID="WebBrowserPage.__init__"></a>
87 <h4>WebBrowserPage (Constructor)</h4> 107 <h4>WebBrowserPage (Constructor)</h4>
88 <b>WebBrowserPage</b>(<i>configDialog</i>) 108 <b>WebBrowserPage</b>(<i>configDialog</i>)
109
89 <p> 110 <p>
90 Constructor 111 Constructor
91 </p><dl> 112 </p>
113 <dl>
114
92 <dt><i>configDialog</i></dt> 115 <dt><i>configDialog</i></dt>
93 <dd> 116 <dd>
94 reference to the configuration dialog 117 reference to the configuration dialog
95 (ConfigurationDialog) 118 (ConfigurationDialog)
96 </dd> 119 </dd>
97 </dl><a NAME="WebBrowserPage.on_defaultHomeButton_clicked" ID="WebBrowserPage.on_defaultHomeButton_clicked"></a> 120 </dl>
121 <a NAME="WebBrowserPage.on_defaultHomeButton_clicked" ID="WebBrowserPage.on_defaultHomeButton_clicked"></a>
98 <h4>WebBrowserPage.on_defaultHomeButton_clicked</h4> 122 <h4>WebBrowserPage.on_defaultHomeButton_clicked</h4>
99 <b>on_defaultHomeButton_clicked</b>(<i></i>) 123 <b>on_defaultHomeButton_clicked</b>(<i></i>)
124
100 <p> 125 <p>
101 Private slot to set the default home page. 126 Private slot to set the default home page.
102 </p><a NAME="WebBrowserPage.on_refererWhitelistButton_clicked" ID="WebBrowserPage.on_refererWhitelistButton_clicked"></a> 127 </p>
128 <a NAME="WebBrowserPage.on_refererWhitelistButton_clicked" ID="WebBrowserPage.on_refererWhitelistButton_clicked"></a>
103 <h4>WebBrowserPage.on_refererWhitelistButton_clicked</h4> 129 <h4>WebBrowserPage.on_refererWhitelistButton_clicked</h4>
104 <b>on_refererWhitelistButton_clicked</b>(<i></i>) 130 <b>on_refererWhitelistButton_clicked</b>(<i></i>)
131
105 <p> 132 <p>
106 Private slot to edit the referer whitelist. 133 Private slot to edit the referer whitelist.
107 </p><a NAME="WebBrowserPage.on_setCurrentPageButton_clicked" ID="WebBrowserPage.on_setCurrentPageButton_clicked"></a> 134 </p>
135 <a NAME="WebBrowserPage.on_setCurrentPageButton_clicked" ID="WebBrowserPage.on_setCurrentPageButton_clicked"></a>
108 <h4>WebBrowserPage.on_setCurrentPageButton_clicked</h4> 136 <h4>WebBrowserPage.on_setCurrentPageButton_clicked</h4>
109 <b>on_setCurrentPageButton_clicked</b>(<i></i>) 137 <b>on_setCurrentPageButton_clicked</b>(<i></i>)
138
110 <p> 139 <p>
111 Private slot to set the current page as the home page. 140 Private slot to set the current page as the home page.
112 </p><a NAME="WebBrowserPage.on_startupCombo_currentIndexChanged" ID="WebBrowserPage.on_startupCombo_currentIndexChanged"></a> 141 </p>
142 <a NAME="WebBrowserPage.on_startupCombo_currentIndexChanged" ID="WebBrowserPage.on_startupCombo_currentIndexChanged"></a>
113 <h4>WebBrowserPage.on_startupCombo_currentIndexChanged</h4> 143 <h4>WebBrowserPage.on_startupCombo_currentIndexChanged</h4>
114 <b>on_startupCombo_currentIndexChanged</b>(<i>index</i>) 144 <b>on_startupCombo_currentIndexChanged</b>(<i>index</i>)
145
115 <p> 146 <p>
116 Private slot to enable elements depending on the selected startup 147 Private slot to enable elements depending on the selected startup
117 entry. 148 entry.
118 </p><dl> 149 </p>
150 <dl>
151
119 <dt><i>index</i></dt> 152 <dt><i>index</i></dt>
120 <dd> 153 <dd>
121 index of the selected entry (integer) 154 index of the selected entry (integer)
122 </dd> 155 </dd>
123 </dl><a NAME="WebBrowserPage.save" ID="WebBrowserPage.save"></a> 156 </dl>
157 <a NAME="WebBrowserPage.save" ID="WebBrowserPage.save"></a>
124 <h4>WebBrowserPage.save</h4> 158 <h4>WebBrowserPage.save</h4>
125 <b>save</b>(<i></i>) 159 <b>save</b>(<i></i>)
160
126 <p> 161 <p>
127 Public slot to save the Help Viewers configuration. 162 Public slot to save the Help Viewers configuration.
128 </p> 163 </p>
129 <div align="right"><a href="#top">Up</a></div> 164 <div align="right"><a href="#top">Up</a></div>
130 <hr /><hr /> 165 <hr />
166 <hr />
131 <a NAME="create" ID="create"></a> 167 <a NAME="create" ID="create"></a>
132 <h2>create</h2> 168 <h2>create</h2>
133 <b>create</b>(<i>dlg</i>) 169 <b>create</b>(<i>dlg</i>)
170
134 <p> 171 <p>
135 Module function to create the configuration page. 172 Module function to create the configuration page.
136 </p><dl> 173 </p>
174 <dl>
175
137 <dt><i>dlg</i></dt> 176 <dt><i>dlg</i></dt>
138 <dd> 177 <dd>
139 reference to the configuration dialog 178 reference to the configuration dialog
140 </dd> 179 </dd>
141 </dl><dl> 180 </dl>
181 <dl>
142 <dt>Returns:</dt> 182 <dt>Returns:</dt>
143 <dd> 183 <dd>
144 reference to the instantiated page (ConfigurationPageBase) 184 reference to the instantiated page (ConfigurationPageBase)
145 </dd> 185 </dd>
146 </dl> 186 </dl>

eric ide

mercurial