|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.WebBrowser.WebBrowserWindow</title> |
|
4 <meta charset="UTF-8"> |
|
5 <style> |
|
6 body { |
|
7 background: #EDECE6; |
|
8 margin: 0em 1em 10em 1em; |
|
9 color: black; |
|
10 } |
|
11 |
|
12 h1 { color: white; background: #85774A; } |
|
13 h2 { color: white; background: #85774A; } |
|
14 h3 { color: white; background: #9D936E; } |
|
15 h4 { color: white; background: #9D936E; } |
|
16 |
|
17 a { color: #BA6D36; } |
|
18 |
|
19 </style> |
|
20 </head> |
|
21 <body><a NAME="top" ID="top"></a> |
|
22 <h1>eric6.WebBrowser.WebBrowserWindow</h1> |
|
23 <p> |
|
24 Module implementing the web browser main window. |
|
25 </p> |
|
26 <h3>Global Attributes</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <h3>Classes</h3> |
|
31 <table> |
|
32 <tr> |
|
33 <td><a href="#WebBrowserWindow">WebBrowserWindow</a></td> |
|
34 <td>Class implementing the web browser main window.</td> |
|
35 </tr> |
|
36 </table> |
|
37 <h3>Functions</h3> |
|
38 <table> |
|
39 <tr><td>None</td></tr> |
|
40 </table> |
|
41 <hr /><hr /> |
|
42 <a NAME="WebBrowserWindow" ID="WebBrowserWindow"></a> |
|
43 <h2>WebBrowserWindow</h2> |
|
44 <p> |
|
45 Class implementing the web browser main window. |
|
46 </p><h3>Signals</h3> |
|
47 <dl> |
|
48 <dt>webBrowserClosed(browser)</dt> |
|
49 <dd> |
|
50 emitted after a web browser tab was |
|
51 closed |
|
52 </dd><dt>webBrowserOpened(browser)</dt> |
|
53 <dd> |
|
54 emitted after a new web browser tab was |
|
55 created |
|
56 </dd><dt>webBrowserWindowClosed(window)</dt> |
|
57 <dd> |
|
58 emitted after the window was |
|
59 requested to close |
|
60 </dd><dt>webBrowserWindowOpened(window)</dt> |
|
61 <dd> |
|
62 emitted after a new web browser |
|
63 window was opened |
|
64 </dd> |
|
65 </dl> |
|
66 <h3>Derived from</h3> |
|
67 E5MainWindow |
|
68 <h3>Class Attributes</h3> |
|
69 <table> |
|
70 <tr><td>BrowserWindows</td></tr><tr><td>_adblockManager</td></tr><tr><td>_autoScroller</td></tr><tr><td>_bookmarksManager</td></tr><tr><td>_cookieJar</td></tr><tr><td>_downloadManager</td></tr><tr><td>_featurePermissionManager</td></tr><tr><td>_feedsManager</td></tr><tr><td>_flashCookieManager</td></tr><tr><td>_greaseMonkeyManager</td></tr><tr><td>_helpEngine</td></tr><tr><td>_historyManager</td></tr><tr><td>_imageSearchEngine</td></tr><tr><td>_isPrivate</td></tr><tr><td>_lastActiveWindow</td></tr><tr><td>_networkManager</td></tr><tr><td>_notification</td></tr><tr><td>_passwordManager</td></tr><tr><td>_performingShutdown</td></tr><tr><td>_performingStartup</td></tr><tr><td>_personalInformationManager</td></tr><tr><td>_protocolHandlerManager</td></tr><tr><td>_safeBrowsingManager</td></tr><tr><td>_sessionManager</td></tr><tr><td>_speedDial</td></tr><tr><td>_syncManager</td></tr><tr><td>_tabManager</td></tr><tr><td>_useQtHelp</td></tr><tr><td>_userAgentsManager</td></tr><tr><td>_webProfile</td></tr> |
|
71 </table> |
|
72 <h3>Class Methods</h3> |
|
73 <table> |
|
74 <tr> |
|
75 <td><a href="#WebBrowserWindow.adBlockManager">adBlockManager</a></td> |
|
76 <td>Class method to get a reference to the AdBlock manager.</td> |
|
77 </tr><tr> |
|
78 <td><a href="#WebBrowserWindow.autoScroller">autoScroller</a></td> |
|
79 <td>Class method to get a reference to the auto scroller.</td> |
|
80 </tr><tr> |
|
81 <td><a href="#WebBrowserWindow.bookmarksManager">bookmarksManager</a></td> |
|
82 <td>Class method to get a reference to the bookmarks manager.</td> |
|
83 </tr><tr> |
|
84 <td><a href="#WebBrowserWindow.cookieJar">cookieJar</a></td> |
|
85 <td>Class method to get a reference to the cookie jar.</td> |
|
86 </tr><tr> |
|
87 <td><a href="#WebBrowserWindow.downloadManager">downloadManager</a></td> |
|
88 <td>Class method to get a reference to the download manager.</td> |
|
89 </tr><tr> |
|
90 <td><a href="#WebBrowserWindow.downloadRequested">downloadRequested</a></td> |
|
91 <td>Class method to handle a download request.</td> |
|
92 </tr><tr> |
|
93 <td><a href="#WebBrowserWindow.featurePermissionManager">featurePermissionManager</a></td> |
|
94 <td>Class method to get a reference to the feature permission manager.</td> |
|
95 </tr><tr> |
|
96 <td><a href="#WebBrowserWindow.feedsManager">feedsManager</a></td> |
|
97 <td>Class method to get a reference to the RSS feeds manager.</td> |
|
98 </tr><tr> |
|
99 <td><a href="#WebBrowserWindow.flashCookieManager">flashCookieManager</a></td> |
|
100 <td>Class method to get a reference to the flash cookies manager.</td> |
|
101 </tr><tr> |
|
102 <td><a href="#WebBrowserWindow.getQtHelpCollectionFileName">getQtHelpCollectionFileName</a></td> |
|
103 <td>Class method to determine the name of the QtHelp collection file.</td> |
|
104 </tr><tr> |
|
105 <td><a href="#WebBrowserWindow.getWindow">getWindow</a></td> |
|
106 <td>Class method to get a reference to the most recent active web browser window.</td> |
|
107 </tr><tr> |
|
108 <td><a href="#WebBrowserWindow.globalStatusBar">globalStatusBar</a></td> |
|
109 <td>Class method to get a reference to a global status bar.</td> |
|
110 </tr><tr> |
|
111 <td><a href="#WebBrowserWindow.greaseMonkeyManager">greaseMonkeyManager</a></td> |
|
112 <td>Class method to get a reference to the GreaseMonkey manager.</td> |
|
113 </tr><tr> |
|
114 <td><a href="#WebBrowserWindow.helpEngine">helpEngine</a></td> |
|
115 <td>Class method to get a reference to the help engine.</td> |
|
116 </tr><tr> |
|
117 <td><a href="#WebBrowserWindow.historyManager">historyManager</a></td> |
|
118 <td>Class method to get a reference to the history manager.</td> |
|
119 </tr><tr> |
|
120 <td><a href="#WebBrowserWindow.icon">icon</a></td> |
|
121 <td>Class method to get the icon for an URL.</td> |
|
122 </tr><tr> |
|
123 <td><a href="#WebBrowserWindow.imageSearchEngine">imageSearchEngine</a></td> |
|
124 <td>Class method to get a reference to the image search engine.</td> |
|
125 </tr><tr> |
|
126 <td><a href="#WebBrowserWindow.isPrivate">isPrivate</a></td> |
|
127 <td>Class method to check the private browsing mode.</td> |
|
128 </tr><tr> |
|
129 <td><a href="#WebBrowserWindow.mainWindow">mainWindow</a></td> |
|
130 <td>Class method to get a reference to the main window.</td> |
|
131 </tr><tr> |
|
132 <td><a href="#WebBrowserWindow.mainWindows">mainWindows</a></td> |
|
133 <td>Class method to get references to all main windows.</td> |
|
134 </tr><tr> |
|
135 <td><a href="#WebBrowserWindow.networkManager">networkManager</a></td> |
|
136 <td>Class method to get a reference to the network manager object.</td> |
|
137 </tr><tr> |
|
138 <td><a href="#WebBrowserWindow.notificationsEnabled">notificationsEnabled</a></td> |
|
139 <td>Class method to check, if notifications are enabled.</td> |
|
140 </tr><tr> |
|
141 <td><a href="#WebBrowserWindow.passwordManager">passwordManager</a></td> |
|
142 <td>Class method to get a reference to the password manager.</td> |
|
143 </tr><tr> |
|
144 <td><a href="#WebBrowserWindow.personalInformationManager">personalInformationManager</a></td> |
|
145 <td>Class method to get a reference to the personal information manager.</td> |
|
146 </tr><tr> |
|
147 <td><a href="#WebBrowserWindow.protocolHandlerManager">protocolHandlerManager</a></td> |
|
148 <td>Class method to get a reference to the protocol handler manager.</td> |
|
149 </tr><tr> |
|
150 <td><a href="#WebBrowserWindow.safeBrowsingManager">safeBrowsingManager</a></td> |
|
151 <td>Class method to get a reference to the safe browsing interface.</td> |
|
152 </tr><tr> |
|
153 <td><a href="#WebBrowserWindow.sessionManager">sessionManager</a></td> |
|
154 <td>Class method to get a reference to the session manager.</td> |
|
155 </tr><tr> |
|
156 <td><a href="#WebBrowserWindow.setUseQtHelp">setUseQtHelp</a></td> |
|
157 <td>Class method to set the QtHelp usage.</td> |
|
158 </tr><tr> |
|
159 <td><a href="#WebBrowserWindow.showNotification">showNotification</a></td> |
|
160 <td>Class method to show a desktop notification.</td> |
|
161 </tr><tr> |
|
162 <td><a href="#WebBrowserWindow.speedDial">speedDial</a></td> |
|
163 <td>Class method to get a reference to the speed dial.</td> |
|
164 </tr><tr> |
|
165 <td><a href="#WebBrowserWindow.syncManager">syncManager</a></td> |
|
166 <td>Class method to get a reference to the data synchronization manager.</td> |
|
167 </tr><tr> |
|
168 <td><a href="#WebBrowserWindow.tabManager">tabManager</a></td> |
|
169 <td>Class method to get a reference to the tab manager widget.</td> |
|
170 </tr><tr> |
|
171 <td><a href="#WebBrowserWindow.userAgentsManager">userAgentsManager</a></td> |
|
172 <td>Class method to get a reference to the user agents manager.</td> |
|
173 </tr><tr> |
|
174 <td><a href="#WebBrowserWindow.webProfile">webProfile</a></td> |
|
175 <td>Class method handling the web engine profile.</td> |
|
176 </tr><tr> |
|
177 <td><a href="#WebBrowserWindow.webSettings">webSettings</a></td> |
|
178 <td>Class method to get the web settings of the current profile.</td> |
|
179 </tr> |
|
180 </table> |
|
181 <h3>Methods</h3> |
|
182 <table> |
|
183 <tr> |
|
184 <td><a href="#WebBrowserWindow.__init__">WebBrowserWindow</a></td> |
|
185 <td>Constructor</td> |
|
186 </tr><tr> |
|
187 <td><a href="#WebBrowserWindow.__TBMenuTriggered">__TBMenuTriggered</a></td> |
|
188 <td>Private method to handle the toggle of a toolbar via the Window-> Toolbars submenu or the toolbars popup menu.</td> |
|
189 </tr><tr> |
|
190 <td><a href="#WebBrowserWindow.__about">__about</a></td> |
|
191 <td>Private slot to show the about information.</td> |
|
192 </tr><tr> |
|
193 <td><a href="#WebBrowserWindow.__aboutQt">__aboutQt</a></td> |
|
194 <td>Private slot to show info about Qt.</td> |
|
195 </tr><tr> |
|
196 <td><a href="#WebBrowserWindow.__aboutToShowSettingsMenu">__aboutToShowSettingsMenu</a></td> |
|
197 <td>Private slot to show the Settings menu.</td> |
|
198 </tr><tr> |
|
199 <td><a href="#WebBrowserWindow.__aboutToShowTextEncodingMenu">__aboutToShowTextEncodingMenu</a></td> |
|
200 <td>Private slot to populate the text encoding menu.</td> |
|
201 </tr><tr> |
|
202 <td><a href="#WebBrowserWindow.__activateCurrentBrowser">__activateCurrentBrowser</a></td> |
|
203 <td>Private slot to activate the current browser.</td> |
|
204 </tr><tr> |
|
205 <td><a href="#WebBrowserWindow.__activateDock">__activateDock</a></td> |
|
206 <td>Private method to activate the dock widget of the given widget.</td> |
|
207 </tr><tr> |
|
208 <td><a href="#WebBrowserWindow.__addBookmark">__addBookmark</a></td> |
|
209 <td>Private slot called to add the displayed file to the bookmarks.</td> |
|
210 </tr><tr> |
|
211 <td><a href="#WebBrowserWindow.__addBookmarkCallback">__addBookmarkCallback</a></td> |
|
212 <td>Private callback method of __addBookmark().</td> |
|
213 </tr><tr> |
|
214 <td><a href="#WebBrowserWindow.__addBookmarkFolder">__addBookmarkFolder</a></td> |
|
215 <td>Private slot to add a new bookmarks folder.</td> |
|
216 </tr><tr> |
|
217 <td><a href="#WebBrowserWindow.__appFocusChanged">__appFocusChanged</a></td> |
|
218 <td>Private slot to handle a change of the focus.</td> |
|
219 </tr><tr> |
|
220 <td><a href="#WebBrowserWindow.__backward">__backward</a></td> |
|
221 <td>Private slot called to handle the backward action.</td> |
|
222 </tr><tr> |
|
223 <td><a href="#WebBrowserWindow.__bookmarkAllCallback">__bookmarkAllCallback</a></td> |
|
224 <td>Private callback method of __addBookmark().</td> |
|
225 </tr><tr> |
|
226 <td><a href="#WebBrowserWindow.__clearIconsDatabase">__clearIconsDatabase</a></td> |
|
227 <td>Private slot to clear the favicons databse.</td> |
|
228 </tr><tr> |
|
229 <td><a href="#WebBrowserWindow.__clearPrivateData">__clearPrivateData</a></td> |
|
230 <td>Private slot to clear the private data.</td> |
|
231 </tr><tr> |
|
232 <td><a href="#WebBrowserWindow.__configShortcuts">__configShortcuts</a></td> |
|
233 <td>Private slot to configure the keyboard shortcuts.</td> |
|
234 </tr><tr> |
|
235 <td><a href="#WebBrowserWindow.__copy">__copy</a></td> |
|
236 <td>Private slot called to handle the copy action.</td> |
|
237 </tr><tr> |
|
238 <td><a href="#WebBrowserWindow.__createTextEncodingAction">__createTextEncodingAction</a></td> |
|
239 <td>Private method to create an action for the text encoding menu.</td> |
|
240 </tr><tr> |
|
241 <td><a href="#WebBrowserWindow.__createTextEncodingSubmenu">__createTextEncodingSubmenu</a></td> |
|
242 <td>Private method to create a text encoding sub menu.</td> |
|
243 </tr><tr> |
|
244 <td><a href="#WebBrowserWindow.__currentChanged">__currentChanged</a></td> |
|
245 <td>Private slot to handle the currentChanged signal.</td> |
|
246 </tr><tr> |
|
247 <td><a href="#WebBrowserWindow.__cut">__cut</a></td> |
|
248 <td>Private slot called to handle the cut action.</td> |
|
249 </tr><tr> |
|
250 <td><a href="#WebBrowserWindow.__del__">__del__</a></td> |
|
251 <td>Special method called during object destruction.</td> |
|
252 </tr><tr> |
|
253 <td><a href="#WebBrowserWindow.__docsInstalled">__docsInstalled</a></td> |
|
254 <td>Private slot handling the end of documentation installation.</td> |
|
255 </tr><tr> |
|
256 <td><a href="#WebBrowserWindow.__exportShortcuts">__exportShortcuts</a></td> |
|
257 <td>Private slot to export the keyboard shortcuts.</td> |
|
258 </tr><tr> |
|
259 <td><a href="#WebBrowserWindow.__feedsManagerClosed">__feedsManagerClosed</a></td> |
|
260 <td>Private slot to handle closing the feeds manager dialog.</td> |
|
261 </tr><tr> |
|
262 <td><a href="#WebBrowserWindow.__filterQtHelpDocumentation">__filterQtHelpDocumentation</a></td> |
|
263 <td>Private slot to filter the QtHelp documentation.</td> |
|
264 </tr><tr> |
|
265 <td><a href="#WebBrowserWindow.__find">__find</a></td> |
|
266 <td>Private slot to handle the find action.</td> |
|
267 </tr><tr> |
|
268 <td><a href="#WebBrowserWindow.__forward">__forward</a></td> |
|
269 <td>Private slot called to handle the forward action.</td> |
|
270 </tr><tr> |
|
271 <td><a href="#WebBrowserWindow.__hideNavigation">__hideNavigation</a></td> |
|
272 <td>Private slot to hide full screen navigation by timer.</td> |
|
273 </tr><tr> |
|
274 <td><a href="#WebBrowserWindow.__home">__home</a></td> |
|
275 <td>Private slot called to handle the home action.</td> |
|
276 </tr><tr> |
|
277 <td><a href="#WebBrowserWindow.__importShortcuts">__importShortcuts</a></td> |
|
278 <td>Private slot to import the keyboard shortcuts.</td> |
|
279 </tr><tr> |
|
280 <td><a href="#WebBrowserWindow.__indexingFinished">__indexingFinished</a></td> |
|
281 <td>Private slot to handle the start of the indexing process.</td> |
|
282 </tr><tr> |
|
283 <td><a href="#WebBrowserWindow.__indexingStarted">__indexingStarted</a></td> |
|
284 <td>Private slot to handle the start of the indexing process.</td> |
|
285 </tr><tr> |
|
286 <td><a href="#WebBrowserWindow.__initActions">__initActions</a></td> |
|
287 <td>Private method to define the user interface actions.</td> |
|
288 </tr><tr> |
|
289 <td><a href="#WebBrowserWindow.__initHelpDb">__initHelpDb</a></td> |
|
290 <td>Private slot to initialize the documentation database.</td> |
|
291 </tr><tr> |
|
292 <td><a href="#WebBrowserWindow.__initMenus">__initMenus</a></td> |
|
293 <td>Private method to create the menus.</td> |
|
294 </tr><tr> |
|
295 <td><a href="#WebBrowserWindow.__initSuperMenu">__initSuperMenu</a></td> |
|
296 <td>Private method to create the super menu and attach it to the super menu button.</td> |
|
297 </tr><tr> |
|
298 <td><a href="#WebBrowserWindow.__initToolbars">__initToolbars</a></td> |
|
299 <td>Private method to create the toolbars.</td> |
|
300 </tr><tr> |
|
301 <td><a href="#WebBrowserWindow.__initWebEngineSettings">__initWebEngineSettings</a></td> |
|
302 <td>Private method to set the global web settings.</td> |
|
303 </tr><tr> |
|
304 <td><a href="#WebBrowserWindow.__linkActivated">__linkActivated</a></td> |
|
305 <td>Private slot to handle the selection of a link.</td> |
|
306 </tr><tr> |
|
307 <td><a href="#WebBrowserWindow.__lookForNewDocumentation">__lookForNewDocumentation</a></td> |
|
308 <td>Private slot to look for new documentation to be loaded into the help database.</td> |
|
309 </tr><tr> |
|
310 <td><a href="#WebBrowserWindow.__manageQtHelpDocumentation">__manageQtHelpDocumentation</a></td> |
|
311 <td>Private slot to manage the QtHelp documentation database.</td> |
|
312 </tr><tr> |
|
313 <td><a href="#WebBrowserWindow.__manageQtHelpFilters">__manageQtHelpFilters</a></td> |
|
314 <td>Private slot to manage the QtHelp filters.</td> |
|
315 </tr><tr> |
|
316 <td><a href="#WebBrowserWindow.__nextTab">__nextTab</a></td> |
|
317 <td>Private slot used to show the next tab.</td> |
|
318 </tr><tr> |
|
319 <td><a href="#WebBrowserWindow.__openFile">__openFile</a></td> |
|
320 <td>Private slot called to open a file.</td> |
|
321 </tr><tr> |
|
322 <td><a href="#WebBrowserWindow.__openFileNewTab">__openFileNewTab</a></td> |
|
323 <td>Private slot called to open a file in a new tab.</td> |
|
324 </tr><tr> |
|
325 <td><a href="#WebBrowserWindow.__paste">__paste</a></td> |
|
326 <td>Private slot called to handle the paste action.</td> |
|
327 </tr><tr> |
|
328 <td><a href="#WebBrowserWindow.__populateToolbarsMenu">__populateToolbarsMenu</a></td> |
|
329 <td>Private method to populate the toolbars menu.</td> |
|
330 </tr><tr> |
|
331 <td><a href="#WebBrowserWindow.__prevTab">__prevTab</a></td> |
|
332 <td>Private slot used to show the previous tab.</td> |
|
333 </tr><tr> |
|
334 <td><a href="#WebBrowserWindow.__redo">__redo</a></td> |
|
335 <td>Private slot to handle the redo action.</td> |
|
336 </tr><tr> |
|
337 <td><a href="#WebBrowserWindow.__reload">__reload</a></td> |
|
338 <td>Private slot called to handle the reload action.</td> |
|
339 </tr><tr> |
|
340 <td><a href="#WebBrowserWindow.__removeOldDocumentation">__removeOldDocumentation</a></td> |
|
341 <td>Private slot to remove non-existing documentation from the help engine.</td> |
|
342 </tr><tr> |
|
343 <td><a href="#WebBrowserWindow.__saLoadUrl">__saLoadUrl</a></td> |
|
344 <td>Private slot to load an URL received via the single application protocol.</td> |
|
345 </tr><tr> |
|
346 <td><a href="#WebBrowserWindow.__saNewTab">__saNewTab</a></td> |
|
347 <td>Private slot to load an URL received via the single application protocol in a new tab.</td> |
|
348 </tr><tr> |
|
349 <td><a href="#WebBrowserWindow.__saSearchWord">__saSearchWord</a></td> |
|
350 <td>Private slot to search for the given word.</td> |
|
351 </tr><tr> |
|
352 <td><a href="#WebBrowserWindow.__savePageAs">__savePageAs</a></td> |
|
353 <td>Private slot to save the current page.</td> |
|
354 </tr><tr> |
|
355 <td><a href="#WebBrowserWindow.__saveVisiblePageScreen">__saveVisiblePageScreen</a></td> |
|
356 <td>Private slot to save the visible part of the current page as a screen shot.</td> |
|
357 </tr><tr> |
|
358 <td><a href="#WebBrowserWindow.__searchForWord">__searchForWord</a></td> |
|
359 <td>Private slot to search for a word.</td> |
|
360 </tr><tr> |
|
361 <td><a href="#WebBrowserWindow.__selectAll">__selectAll</a></td> |
|
362 <td>Private slot to handle the select all action.</td> |
|
363 </tr><tr> |
|
364 <td><a href="#WebBrowserWindow.__sendPageLink">__sendPageLink</a></td> |
|
365 <td>Private slot to send the link of the current page via email.</td> |
|
366 </tr><tr> |
|
367 <td><a href="#WebBrowserWindow.__setBookmarksToolbarVisibility">__setBookmarksToolbarVisibility</a></td> |
|
368 <td>Private method to set the visibility of the bookmarks toolbar.</td> |
|
369 </tr><tr> |
|
370 <td><a href="#WebBrowserWindow.__setIconDatabasePath">__setIconDatabasePath</a></td> |
|
371 <td>Private method to set the favicons path.</td> |
|
372 </tr><tr> |
|
373 <td><a href="#WebBrowserWindow.__setMenuBarVisibility">__setMenuBarVisibility</a></td> |
|
374 <td>Private method to set the visibility of the menu bar.</td> |
|
375 </tr><tr> |
|
376 <td><a href="#WebBrowserWindow.__setStatusBarVisible">__setStatusBarVisible</a></td> |
|
377 <td>Private method to set the visibility of the status bar.</td> |
|
378 </tr><tr> |
|
379 <td><a href="#WebBrowserWindow.__setTextEncoding">__setTextEncoding</a></td> |
|
380 <td>Private slot to set the selected text encoding as the default for this session.</td> |
|
381 </tr><tr> |
|
382 <td><a href="#WebBrowserWindow.__setUserStyleSheet">__setUserStyleSheet</a></td> |
|
383 <td>Private method to set a user style sheet.</td> |
|
384 </tr><tr> |
|
385 <td><a href="#WebBrowserWindow.__setupFilterCombo">__setupFilterCombo</a></td> |
|
386 <td>Private slot to setup the filter combo box.</td> |
|
387 </tr><tr> |
|
388 <td><a href="#WebBrowserWindow.__shallShutDown">__shallShutDown</a></td> |
|
389 <td>Private method to check, if the application should be shut down.</td> |
|
390 </tr><tr> |
|
391 <td><a href="#WebBrowserWindow.__showAcceptedLanguages">__showAcceptedLanguages</a></td> |
|
392 <td>Private slot to configure the accepted languages for web pages.</td> |
|
393 </tr><tr> |
|
394 <td><a href="#WebBrowserWindow.__showAdBlockDialog">__showAdBlockDialog</a></td> |
|
395 <td>Private slot to show the AdBlock configuration dialog.</td> |
|
396 </tr><tr> |
|
397 <td><a href="#WebBrowserWindow.__showBookmarksDialog">__showBookmarksDialog</a></td> |
|
398 <td>Private slot to show the bookmarks dialog.</td> |
|
399 </tr><tr> |
|
400 <td><a href="#WebBrowserWindow.__showCertificateErrorsDialog">__showCertificateErrorsDialog</a></td> |
|
401 <td>Private slot to show the certificate errors management dialog.</td> |
|
402 </tr><tr> |
|
403 <td><a href="#WebBrowserWindow.__showCookiesConfiguration">__showCookiesConfiguration</a></td> |
|
404 <td>Private slot to configure the cookies handling.</td> |
|
405 </tr><tr> |
|
406 <td><a href="#WebBrowserWindow.__showDownloadsWindow">__showDownloadsWindow</a></td> |
|
407 <td>Private slot to show the downloads dialog.</td> |
|
408 </tr><tr> |
|
409 <td><a href="#WebBrowserWindow.__showEnginesConfigurationDialog">__showEnginesConfigurationDialog</a></td> |
|
410 <td>Private slot to show the search engines configuration dialog.</td> |
|
411 </tr><tr> |
|
412 <td><a href="#WebBrowserWindow.__showFeaturePermissionDialog">__showFeaturePermissionDialog</a></td> |
|
413 <td>Private slot to show the feature permission dialog.</td> |
|
414 </tr><tr> |
|
415 <td><a href="#WebBrowserWindow.__showFeedsManager">__showFeedsManager</a></td> |
|
416 <td>Private slot to show the feeds manager dialog.</td> |
|
417 </tr><tr> |
|
418 <td><a href="#WebBrowserWindow.__showFlashCookiesManagement">__showFlashCookiesManagement</a></td> |
|
419 <td>Private slot to show the flash cookies management dialog.</td> |
|
420 </tr><tr> |
|
421 <td><a href="#WebBrowserWindow.__showGreaseMonkeyConfigDialog">__showGreaseMonkeyConfigDialog</a></td> |
|
422 <td>Private slot to show the GreaseMonkey scripts configuration dialog.</td> |
|
423 </tr><tr> |
|
424 <td><a href="#WebBrowserWindow.__showIndexWindow">__showIndexWindow</a></td> |
|
425 <td>Private method to show the index window.</td> |
|
426 </tr><tr> |
|
427 <td><a href="#WebBrowserWindow.__showInstallationError">__showInstallationError</a></td> |
|
428 <td>Private slot to show installation errors.</td> |
|
429 </tr><tr> |
|
430 <td><a href="#WebBrowserWindow.__showPageSource">__showPageSource</a></td> |
|
431 <td>Private slot to show the source of the current page in an editor.</td> |
|
432 </tr><tr> |
|
433 <td><a href="#WebBrowserWindow.__showPageSourceCallback">__showPageSourceCallback</a></td> |
|
434 <td>Private method to show the source of the current page in an editor.</td> |
|
435 </tr><tr> |
|
436 <td><a href="#WebBrowserWindow.__showPasswordsDialog">__showPasswordsDialog</a></td> |
|
437 <td>Private slot to show the passwords management dialog.</td> |
|
438 </tr><tr> |
|
439 <td><a href="#WebBrowserWindow.__showPersonalInformationDialog">__showPersonalInformationDialog</a></td> |
|
440 <td>Private slot to show the Personal Information configuration dialog.</td> |
|
441 </tr><tr> |
|
442 <td><a href="#WebBrowserWindow.__showPreferences">__showPreferences</a></td> |
|
443 <td>Private slot to set the preferences.</td> |
|
444 </tr><tr> |
|
445 <td><a href="#WebBrowserWindow.__showProtocolHandlerManagerDialog">__showProtocolHandlerManagerDialog</a></td> |
|
446 <td>Private slot to show the protocol handler manager dialog.</td> |
|
447 </tr><tr> |
|
448 <td><a href="#WebBrowserWindow.__showSafeBrowsingDialog">__showSafeBrowsingDialog</a></td> |
|
449 <td>Private slot to show the safe browsing management dialog.</td> |
|
450 </tr><tr> |
|
451 <td><a href="#WebBrowserWindow.__showSearchWindow">__showSearchWindow</a></td> |
|
452 <td>Private method to show the search window.</td> |
|
453 </tr><tr> |
|
454 <td><a href="#WebBrowserWindow.__showSessionManagerDialog">__showSessionManagerDialog</a></td> |
|
455 <td>Private slot to show the session manager dialog.</td> |
|
456 </tr><tr> |
|
457 <td><a href="#WebBrowserWindow.__showSiteinfoDialog">__showSiteinfoDialog</a></td> |
|
458 <td>Private slot to show the site info dialog.</td> |
|
459 </tr><tr> |
|
460 <td><a href="#WebBrowserWindow.__showSyncDialog">__showSyncDialog</a></td> |
|
461 <td>Private slot to show the synchronization dialog.</td> |
|
462 </tr><tr> |
|
463 <td><a href="#WebBrowserWindow.__showTabManager">__showTabManager</a></td> |
|
464 <td>Private method to show the tab manager window.</td> |
|
465 </tr><tr> |
|
466 <td><a href="#WebBrowserWindow.__showTocWindow">__showTocWindow</a></td> |
|
467 <td>Private method to show the table of contents window.</td> |
|
468 </tr><tr> |
|
469 <td><a href="#WebBrowserWindow.__showToolbarsMenu">__showToolbarsMenu</a></td> |
|
470 <td>Private slot to display the Toolbars menu.</td> |
|
471 </tr><tr> |
|
472 <td><a href="#WebBrowserWindow.__showUserAgentsDialog">__showUserAgentsDialog</a></td> |
|
473 <td>Private slot to show the user agents management dialog.</td> |
|
474 </tr><tr> |
|
475 <td><a href="#WebBrowserWindow.__showWebIconsDialog">__showWebIconsDialog</a></td> |
|
476 <td>Private slot to show a dialog to manage the favicons database.</td> |
|
477 </tr><tr> |
|
478 <td><a href="#WebBrowserWindow.__showZoomValuesDialog">__showZoomValuesDialog</a></td> |
|
479 <td>Private slot to show the zoom values management dialog.</td> |
|
480 </tr><tr> |
|
481 <td><a href="#WebBrowserWindow.__shutdownWindow">__shutdownWindow</a></td> |
|
482 <td>Private method to shut down a web browser window.</td> |
|
483 </tr><tr> |
|
484 <td><a href="#WebBrowserWindow.__stopLoading">__stopLoading</a></td> |
|
485 <td>Private slot called to handle loading of the current page.</td> |
|
486 </tr><tr> |
|
487 <td><a href="#WebBrowserWindow.__switchTab">__switchTab</a></td> |
|
488 <td>Private slot used to switch between the current and the previous current tab.</td> |
|
489 </tr><tr> |
|
490 <td><a href="#WebBrowserWindow.__syncTOC">__syncTOC</a></td> |
|
491 <td>Private slot to synchronize the TOC with the currently shown page.</td> |
|
492 </tr><tr> |
|
493 <td><a href="#WebBrowserWindow.__titleChanged">__titleChanged</a></td> |
|
494 <td>Private slot called to handle a change of a browser's title.</td> |
|
495 </tr><tr> |
|
496 <td><a href="#WebBrowserWindow.__toggleJavaScriptConsole">__toggleJavaScriptConsole</a></td> |
|
497 <td>Private slot to toggle the JavaScript console.</td> |
|
498 </tr><tr> |
|
499 <td><a href="#WebBrowserWindow.__undo">__undo</a></td> |
|
500 <td>Private slot to handle the undo action.</td> |
|
501 </tr><tr> |
|
502 <td><a href="#WebBrowserWindow.__unselect">__unselect</a></td> |
|
503 <td>Private slot to clear the selection of the current browser.</td> |
|
504 </tr><tr> |
|
505 <td><a href="#WebBrowserWindow.__virusTotalDomainReport">__virusTotalDomainReport</a></td> |
|
506 <td>Private slot to retrieve a domain report.</td> |
|
507 </tr><tr> |
|
508 <td><a href="#WebBrowserWindow.__virusTotalFileScanReport">__virusTotalFileScanReport</a></td> |
|
509 <td>Private slot to initiate the display of the file scan report page.</td> |
|
510 </tr><tr> |
|
511 <td><a href="#WebBrowserWindow.__virusTotalIpAddressReport">__virusTotalIpAddressReport</a></td> |
|
512 <td>Private slot to retrieve an IP address report.</td> |
|
513 </tr><tr> |
|
514 <td><a href="#WebBrowserWindow.__virusTotalScanCurrentSite">__virusTotalScanCurrentSite</a></td> |
|
515 <td>Private slot to ask VirusTotal for a scan of the URL of the current browser.</td> |
|
516 </tr><tr> |
|
517 <td><a href="#WebBrowserWindow.__virusTotalSubmitUrlError">__virusTotalSubmitUrlError</a></td> |
|
518 <td>Private slot to handle an URL scan submission error.</td> |
|
519 </tr><tr> |
|
520 <td><a href="#WebBrowserWindow.__virusTotalUrlScanReport">__virusTotalUrlScanReport</a></td> |
|
521 <td>Private slot to initiate the display of the URL scan report page.</td> |
|
522 </tr><tr> |
|
523 <td><a href="#WebBrowserWindow.__warning">__warning</a></td> |
|
524 <td>Private slot handling warnings from the help engine.</td> |
|
525 </tr><tr> |
|
526 <td><a href="#WebBrowserWindow.__whatsThis">__whatsThis</a></td> |
|
527 <td>Private slot called in to enter Whats This mode.</td> |
|
528 </tr><tr> |
|
529 <td><a href="#WebBrowserWindow.__zoomIn">__zoomIn</a></td> |
|
530 <td>Private slot called to handle the zoom in action.</td> |
|
531 </tr><tr> |
|
532 <td><a href="#WebBrowserWindow.__zoomOut">__zoomOut</a></td> |
|
533 <td>Private slot called to handle the zoom out action.</td> |
|
534 </tr><tr> |
|
535 <td><a href="#WebBrowserWindow.__zoomReset">__zoomReset</a></td> |
|
536 <td>Private slot called to handle the zoom reset action.</td> |
|
537 </tr><tr> |
|
538 <td><a href="#WebBrowserWindow.__zoomValueChanged">__zoomValueChanged</a></td> |
|
539 <td>Private slot to handle value changes of the zoom widget.</td> |
|
540 </tr><tr> |
|
541 <td><a href="#WebBrowserWindow.adBlockIcon">adBlockIcon</a></td> |
|
542 <td>Public method to get a reference to the AdBlock icon.</td> |
|
543 </tr><tr> |
|
544 <td><a href="#WebBrowserWindow.bookmarkAll">bookmarkAll</a></td> |
|
545 <td>Public slot to bookmark all open tabs.</td> |
|
546 </tr><tr> |
|
547 <td><a href="#WebBrowserWindow.browserAt">browserAt</a></td> |
|
548 <td>Public method to get a reference to the web browser with the given index.</td> |
|
549 </tr><tr> |
|
550 <td><a href="#WebBrowserWindow.browsers">browsers</a></td> |
|
551 <td>Public method to get a list of references to all web browsers.</td> |
|
552 </tr><tr> |
|
553 <td><a href="#WebBrowserWindow.closeBrowser">closeBrowser</a></td> |
|
554 <td>Public method to close the given browser.</td> |
|
555 </tr><tr> |
|
556 <td><a href="#WebBrowserWindow.closeCurrentBrowser">closeCurrentBrowser</a></td> |
|
557 <td>Public method to close the current web browser.</td> |
|
558 </tr><tr> |
|
559 <td><a href="#WebBrowserWindow.closeEvent">closeEvent</a></td> |
|
560 <td>Protected event handler for the close event.</td> |
|
561 </tr><tr> |
|
562 <td><a href="#WebBrowserWindow.createPopupMenu">createPopupMenu</a></td> |
|
563 <td>Public method to create the toolbars menu for Qt.</td> |
|
564 </tr><tr> |
|
565 <td><a href="#WebBrowserWindow.currentBrowser">currentBrowser</a></td> |
|
566 <td>Public method to get a reference to the current web browser.</td> |
|
567 </tr><tr> |
|
568 <td><a href="#WebBrowserWindow.enterHtmlFullScreen">enterHtmlFullScreen</a></td> |
|
569 <td>Public method to switch to full screen initiated by the HTML page.</td> |
|
570 </tr><tr> |
|
571 <td><a href="#WebBrowserWindow.event">event</a></td> |
|
572 <td>Public method handling events.</td> |
|
573 </tr><tr> |
|
574 <td><a href="#WebBrowserWindow.eventKeyboardModifiers">eventKeyboardModifiers</a></td> |
|
575 <td>Public method to get the last recorded keyboard modifiers.</td> |
|
576 </tr><tr> |
|
577 <td><a href="#WebBrowserWindow.eventMouseButtons">eventMouseButtons</a></td> |
|
578 <td>Public method to get the last recorded mouse buttons.</td> |
|
579 </tr><tr> |
|
580 <td><a href="#WebBrowserWindow.forceClose">forceClose</a></td> |
|
581 <td>Public method to force closing the window.</td> |
|
582 </tr><tr> |
|
583 <td><a href="#WebBrowserWindow.getActions">getActions</a></td> |
|
584 <td>Public method to get a list of all actions.</td> |
|
585 </tr><tr> |
|
586 <td><a href="#WebBrowserWindow.getActionsCategory">getActionsCategory</a></td> |
|
587 <td>Public method to get the category of the defined actions.</td> |
|
588 </tr><tr> |
|
589 <td><a href="#WebBrowserWindow.getSourceFileList">getSourceFileList</a></td> |
|
590 <td>Public method to get a list of all opened source files.</td> |
|
591 </tr><tr> |
|
592 <td><a href="#WebBrowserWindow.hideFullScreenNavigation">hideFullScreenNavigation</a></td> |
|
593 <td>Public slot to hide full screen navigation.</td> |
|
594 </tr><tr> |
|
595 <td><a href="#WebBrowserWindow.isClosing">isClosing</a></td> |
|
596 <td>Public method to test, if the window is closing.</td> |
|
597 </tr><tr> |
|
598 <td><a href="#WebBrowserWindow.isFullScreenNavigationVisible">isFullScreenNavigationVisible</a></td> |
|
599 <td>Public method to check, if full screen navigation is active.</td> |
|
600 </tr><tr> |
|
601 <td><a href="#WebBrowserWindow.javascriptConsole">javascriptConsole</a></td> |
|
602 <td>Public method to get a reference to the JavaScript console widget.</td> |
|
603 </tr><tr> |
|
604 <td><a href="#WebBrowserWindow.keyPressEvent">keyPressEvent</a></td> |
|
605 <td>Protected method to handle key presses.</td> |
|
606 </tr><tr> |
|
607 <td><a href="#WebBrowserWindow.masterPasswordChanged">masterPasswordChanged</a></td> |
|
608 <td>Public slot to handle the change of the master password.</td> |
|
609 </tr><tr> |
|
610 <td><a href="#WebBrowserWindow.mousePressEvent">mousePressEvent</a></td> |
|
611 <td>Protected method called by a mouse press event.</td> |
|
612 </tr><tr> |
|
613 <td><a href="#WebBrowserWindow.newPrivateWindow">newPrivateWindow</a></td> |
|
614 <td>Public slot called to open a new private web browser window.</td> |
|
615 </tr><tr> |
|
616 <td><a href="#WebBrowserWindow.newTab">newTab</a></td> |
|
617 <td>Public slot called to open a new web browser tab.</td> |
|
618 </tr><tr> |
|
619 <td><a href="#WebBrowserWindow.newWindow">newWindow</a></td> |
|
620 <td>Public slot called to open a new web browser window.</td> |
|
621 </tr><tr> |
|
622 <td><a href="#WebBrowserWindow.openSearchManager">openSearchManager</a></td> |
|
623 <td>Public method to get a reference to the opensearch manager object.</td> |
|
624 </tr><tr> |
|
625 <td><a href="#WebBrowserWindow.openUrl">openUrl</a></td> |
|
626 <td>Public slot to load a URL in the current tab.</td> |
|
627 </tr><tr> |
|
628 <td><a href="#WebBrowserWindow.openUrlNewBackgroundTab">openUrlNewBackgroundTab</a></td> |
|
629 <td>Public slot to load a URL in a new background tab.</td> |
|
630 </tr><tr> |
|
631 <td><a href="#WebBrowserWindow.openUrlNewPrivateWindow">openUrlNewPrivateWindow</a></td> |
|
632 <td>Public slot to load a URL in a new private window.</td> |
|
633 </tr><tr> |
|
634 <td><a href="#WebBrowserWindow.openUrlNewTab">openUrlNewTab</a></td> |
|
635 <td>Public slot to load a URL in a new tab.</td> |
|
636 </tr><tr> |
|
637 <td><a href="#WebBrowserWindow.openUrlNewWindow">openUrlNewWindow</a></td> |
|
638 <td>Public slot to load a URL in a new window.</td> |
|
639 </tr><tr> |
|
640 <td><a href="#WebBrowserWindow.preferencesChanged">preferencesChanged</a></td> |
|
641 <td>Public slot to handle a change of preferences.</td> |
|
642 </tr><tr> |
|
643 <td><a href="#WebBrowserWindow.reloadUserStyleSheet">reloadUserStyleSheet</a></td> |
|
644 <td>Public method to reload the user style sheet.</td> |
|
645 </tr><tr> |
|
646 <td><a href="#WebBrowserWindow.requestVirusTotalScan">requestVirusTotalScan</a></td> |
|
647 <td>Public method to submit a request to scan an URL by VirusTotal.</td> |
|
648 </tr><tr> |
|
649 <td><a href="#WebBrowserWindow.search">search</a></td> |
|
650 <td>Public method to search for a word.</td> |
|
651 </tr><tr> |
|
652 <td><a href="#WebBrowserWindow.searchEnginesAction">searchEnginesAction</a></td> |
|
653 <td>Public method to get a reference to the search engines configuration action.</td> |
|
654 </tr><tr> |
|
655 <td><a href="#WebBrowserWindow.setBackwardAvailable">setBackwardAvailable</a></td> |
|
656 <td>Public slot called when backward references are available.</td> |
|
657 </tr><tr> |
|
658 <td><a href="#WebBrowserWindow.setEventKeyboardModifiers">setEventKeyboardModifiers</a></td> |
|
659 <td>Public method to record keyboard modifiers.</td> |
|
660 </tr><tr> |
|
661 <td><a href="#WebBrowserWindow.setEventMouseButtons">setEventMouseButtons</a></td> |
|
662 <td>Public method to record mouse buttons.</td> |
|
663 </tr><tr> |
|
664 <td><a href="#WebBrowserWindow.setForwardAvailable">setForwardAvailable</a></td> |
|
665 <td>Public slot called when forward references are available.</td> |
|
666 </tr><tr> |
|
667 <td><a href="#WebBrowserWindow.setLoadingActions">setLoadingActions</a></td> |
|
668 <td>Public slot to set the loading dependent actions.</td> |
|
669 </tr><tr> |
|
670 <td><a href="#WebBrowserWindow.showFullScreenNavigation">showFullScreenNavigation</a></td> |
|
671 <td>Public slot to show full screen navigation.</td> |
|
672 </tr><tr> |
|
673 <td><a href="#WebBrowserWindow.shutdown">shutdown</a></td> |
|
674 <td>Public method to shut down the web browser.</td> |
|
675 </tr><tr> |
|
676 <td><a href="#WebBrowserWindow.tabWidget">tabWidget</a></td> |
|
677 <td>Public method to get a reference to the tab widget.</td> |
|
678 </tr><tr> |
|
679 <td><a href="#WebBrowserWindow.toggleFullScreen">toggleFullScreen</a></td> |
|
680 <td>Public slot called to toggle the full screen mode.</td> |
|
681 </tr><tr> |
|
682 <td><a href="#WebBrowserWindow.urlHandler">urlHandler</a></td> |
|
683 <td>Public slot used as desktop URL handler.</td> |
|
684 </tr> |
|
685 </table> |
|
686 <h3>Static Methods</h3> |
|
687 <table> |
|
688 <tr><td>None</td></tr> |
|
689 </table> |
|
690 <a NAME="WebBrowserWindow.adBlockManager" ID="WebBrowserWindow.adBlockManager"></a> |
|
691 <h4>WebBrowserWindow.adBlockManager (class method)</h4> |
|
692 <b>adBlockManager</b>(<i></i>) |
|
693 <p> |
|
694 Class method to get a reference to the AdBlock manager. |
|
695 </p><dl> |
|
696 <dt>Returns:</dt> |
|
697 <dd> |
|
698 reference to the AdBlock manager (AdBlockManager) |
|
699 </dd> |
|
700 </dl><a NAME="WebBrowserWindow.autoScroller" ID="WebBrowserWindow.autoScroller"></a> |
|
701 <h4>WebBrowserWindow.autoScroller (class method)</h4> |
|
702 <b>autoScroller</b>(<i></i>) |
|
703 <p> |
|
704 Class method to get a reference to the auto scroller. |
|
705 </p><dl> |
|
706 <dt>Returns:</dt> |
|
707 <dd> |
|
708 reference to the auto scroller object |
|
709 </dd> |
|
710 </dl><dl> |
|
711 <dt>Return Type:</dt> |
|
712 <dd> |
|
713 AutoScroller |
|
714 </dd> |
|
715 </dl><a NAME="WebBrowserWindow.bookmarksManager" ID="WebBrowserWindow.bookmarksManager"></a> |
|
716 <h4>WebBrowserWindow.bookmarksManager (class method)</h4> |
|
717 <b>bookmarksManager</b>(<i></i>) |
|
718 <p> |
|
719 Class method to get a reference to the bookmarks manager. |
|
720 </p><dl> |
|
721 <dt>Returns:</dt> |
|
722 <dd> |
|
723 reference to the bookmarks manager (BookmarksManager) |
|
724 </dd> |
|
725 </dl><a NAME="WebBrowserWindow.cookieJar" ID="WebBrowserWindow.cookieJar"></a> |
|
726 <h4>WebBrowserWindow.cookieJar (class method)</h4> |
|
727 <b>cookieJar</b>(<i></i>) |
|
728 <p> |
|
729 Class method to get a reference to the cookie jar. |
|
730 </p><dl> |
|
731 <dt>Returns:</dt> |
|
732 <dd> |
|
733 reference to the cookie jar (CookieJar) |
|
734 </dd> |
|
735 </dl><a NAME="WebBrowserWindow.downloadManager" ID="WebBrowserWindow.downloadManager"></a> |
|
736 <h4>WebBrowserWindow.downloadManager (class method)</h4> |
|
737 <b>downloadManager</b>(<i></i>) |
|
738 <p> |
|
739 Class method to get a reference to the download manager. |
|
740 </p><dl> |
|
741 <dt>Returns:</dt> |
|
742 <dd> |
|
743 reference to the download manager (DownloadManager) |
|
744 </dd> |
|
745 </dl><a NAME="WebBrowserWindow.downloadRequested" ID="WebBrowserWindow.downloadRequested"></a> |
|
746 <h4>WebBrowserWindow.downloadRequested (class method)</h4> |
|
747 <b>downloadRequested</b>(<i>download</i>) |
|
748 <p> |
|
749 Class method to handle a download request. |
|
750 </p><dl> |
|
751 <dt><i>download</i> (QWebEngineDownloadItem)</dt> |
|
752 <dd> |
|
753 reference to the download data |
|
754 </dd> |
|
755 </dl><a NAME="WebBrowserWindow.featurePermissionManager" ID="WebBrowserWindow.featurePermissionManager"></a> |
|
756 <h4>WebBrowserWindow.featurePermissionManager (class method)</h4> |
|
757 <b>featurePermissionManager</b>(<i></i>) |
|
758 <p> |
|
759 Class method to get a reference to the feature permission manager. |
|
760 </p><dl> |
|
761 <dt>Returns:</dt> |
|
762 <dd> |
|
763 reference to the feature permission manager |
|
764 </dd> |
|
765 </dl><dl> |
|
766 <dt>Return Type:</dt> |
|
767 <dd> |
|
768 FeaturePermissionManager |
|
769 </dd> |
|
770 </dl><a NAME="WebBrowserWindow.feedsManager" ID="WebBrowserWindow.feedsManager"></a> |
|
771 <h4>WebBrowserWindow.feedsManager (class method)</h4> |
|
772 <b>feedsManager</b>(<i></i>) |
|
773 <p> |
|
774 Class method to get a reference to the RSS feeds manager. |
|
775 </p><dl> |
|
776 <dt>Returns:</dt> |
|
777 <dd> |
|
778 reference to the RSS feeds manager (FeedsManager) |
|
779 </dd> |
|
780 </dl><a NAME="WebBrowserWindow.flashCookieManager" ID="WebBrowserWindow.flashCookieManager"></a> |
|
781 <h4>WebBrowserWindow.flashCookieManager (class method)</h4> |
|
782 <b>flashCookieManager</b>(<i></i>) |
|
783 <p> |
|
784 Class method to get a reference to the flash cookies manager. |
|
785 </p><dl> |
|
786 <dt>Returns:</dt> |
|
787 <dd> |
|
788 reference to the flash cookies manager |
|
789 </dd> |
|
790 </dl><dl> |
|
791 <dt>Return Type:</dt> |
|
792 <dd> |
|
793 FlashCookieManager |
|
794 </dd> |
|
795 </dl><a NAME="WebBrowserWindow.getQtHelpCollectionFileName" ID="WebBrowserWindow.getQtHelpCollectionFileName"></a> |
|
796 <h4>WebBrowserWindow.getQtHelpCollectionFileName (class method)</h4> |
|
797 <b>getQtHelpCollectionFileName</b>(<i></i>) |
|
798 <p> |
|
799 Class method to determine the name of the QtHelp collection file. |
|
800 </p><dl> |
|
801 <dt>Returns:</dt> |
|
802 <dd> |
|
803 path of the QtHelp collection file |
|
804 </dd> |
|
805 </dl><dl> |
|
806 <dt>Return Type:</dt> |
|
807 <dd> |
|
808 str |
|
809 </dd> |
|
810 </dl><a NAME="WebBrowserWindow.getWindow" ID="WebBrowserWindow.getWindow"></a> |
|
811 <h4>WebBrowserWindow.getWindow (class method)</h4> |
|
812 <b>getWindow</b>(<i></i>) |
|
813 <p> |
|
814 Class method to get a reference to the most recent active |
|
815 web browser window. |
|
816 </p><dl> |
|
817 <dt>Returns:</dt> |
|
818 <dd> |
|
819 reference to most recent web browser window |
|
820 </dd> |
|
821 </dl><dl> |
|
822 <dt>Return Type:</dt> |
|
823 <dd> |
|
824 WebBrowserWindow |
|
825 </dd> |
|
826 </dl><a NAME="WebBrowserWindow.globalStatusBar" ID="WebBrowserWindow.globalStatusBar"></a> |
|
827 <h4>WebBrowserWindow.globalStatusBar (class method)</h4> |
|
828 <b>globalStatusBar</b>(<i></i>) |
|
829 <p> |
|
830 Class method to get a reference to a global status bar. |
|
831 </p><p> |
|
832 The global status bar is the status bar of the main window. If |
|
833 no such window exists and the web browser was called from the eric IDE, |
|
834 the status bar of the IDE is returned. |
|
835 </p><dl> |
|
836 <dt>Returns:</dt> |
|
837 <dd> |
|
838 reference to the global status bar |
|
839 </dd> |
|
840 </dl><dl> |
|
841 <dt>Return Type:</dt> |
|
842 <dd> |
|
843 QStatusBar |
|
844 </dd> |
|
845 </dl><a NAME="WebBrowserWindow.greaseMonkeyManager" ID="WebBrowserWindow.greaseMonkeyManager"></a> |
|
846 <h4>WebBrowserWindow.greaseMonkeyManager (class method)</h4> |
|
847 <b>greaseMonkeyManager</b>(<i></i>) |
|
848 <p> |
|
849 Class method to get a reference to the GreaseMonkey manager. |
|
850 </p><dl> |
|
851 <dt>Returns:</dt> |
|
852 <dd> |
|
853 reference to the GreaseMonkey manager (GreaseMonkeyManager) |
|
854 </dd> |
|
855 </dl><a NAME="WebBrowserWindow.helpEngine" ID="WebBrowserWindow.helpEngine"></a> |
|
856 <h4>WebBrowserWindow.helpEngine (class method)</h4> |
|
857 <b>helpEngine</b>(<i></i>) |
|
858 <p> |
|
859 Class method to get a reference to the help engine. |
|
860 </p><dl> |
|
861 <dt>Returns:</dt> |
|
862 <dd> |
|
863 reference to the help engine (QHelpEngine) |
|
864 </dd> |
|
865 </dl><a NAME="WebBrowserWindow.historyManager" ID="WebBrowserWindow.historyManager"></a> |
|
866 <h4>WebBrowserWindow.historyManager (class method)</h4> |
|
867 <b>historyManager</b>(<i></i>) |
|
868 <p> |
|
869 Class method to get a reference to the history manager. |
|
870 </p><dl> |
|
871 <dt>Returns:</dt> |
|
872 <dd> |
|
873 reference to the history manager (HistoryManager) |
|
874 </dd> |
|
875 </dl><a NAME="WebBrowserWindow.icon" ID="WebBrowserWindow.icon"></a> |
|
876 <h4>WebBrowserWindow.icon (class method)</h4> |
|
877 <b>icon</b>(<i>url</i>) |
|
878 <p> |
|
879 Class method to get the icon for an URL. |
|
880 </p><dl> |
|
881 <dt><i>url</i></dt> |
|
882 <dd> |
|
883 URL to get icon for (QUrl) |
|
884 </dd> |
|
885 </dl><dl> |
|
886 <dt>Returns:</dt> |
|
887 <dd> |
|
888 icon for the URL (QIcon) |
|
889 </dd> |
|
890 </dl><a NAME="WebBrowserWindow.imageSearchEngine" ID="WebBrowserWindow.imageSearchEngine"></a> |
|
891 <h4>WebBrowserWindow.imageSearchEngine (class method)</h4> |
|
892 <b>imageSearchEngine</b>(<i></i>) |
|
893 <p> |
|
894 Class method to get a reference to the image search engine. |
|
895 </p><dl> |
|
896 <dt>Returns:</dt> |
|
897 <dd> |
|
898 reference to the image finder object |
|
899 </dd> |
|
900 </dl><dl> |
|
901 <dt>Return Type:</dt> |
|
902 <dd> |
|
903 ImageSearchEngine |
|
904 </dd> |
|
905 </dl><a NAME="WebBrowserWindow.isPrivate" ID="WebBrowserWindow.isPrivate"></a> |
|
906 <h4>WebBrowserWindow.isPrivate (class method)</h4> |
|
907 <b>isPrivate</b>(<i></i>) |
|
908 <p> |
|
909 Class method to check the private browsing mode. |
|
910 </p><dl> |
|
911 <dt>Returns:</dt> |
|
912 <dd> |
|
913 flag indicating private browsing mode |
|
914 </dd> |
|
915 </dl><dl> |
|
916 <dt>Return Type:</dt> |
|
917 <dd> |
|
918 bool |
|
919 </dd> |
|
920 </dl><a NAME="WebBrowserWindow.mainWindow" ID="WebBrowserWindow.mainWindow"></a> |
|
921 <h4>WebBrowserWindow.mainWindow (class method)</h4> |
|
922 <b>mainWindow</b>(<i></i>) |
|
923 <p> |
|
924 Class method to get a reference to the main window. |
|
925 </p><dl> |
|
926 <dt>Returns:</dt> |
|
927 <dd> |
|
928 reference to the main window (WebBrowserWindow) |
|
929 </dd> |
|
930 </dl><a NAME="WebBrowserWindow.mainWindows" ID="WebBrowserWindow.mainWindows"></a> |
|
931 <h4>WebBrowserWindow.mainWindows (class method)</h4> |
|
932 <b>mainWindows</b>(<i></i>) |
|
933 <p> |
|
934 Class method to get references to all main windows. |
|
935 </p><dl> |
|
936 <dt>Returns:</dt> |
|
937 <dd> |
|
938 references to all main window (list of WebBrowserWindow) |
|
939 </dd> |
|
940 </dl><a NAME="WebBrowserWindow.networkManager" ID="WebBrowserWindow.networkManager"></a> |
|
941 <h4>WebBrowserWindow.networkManager (class method)</h4> |
|
942 <b>networkManager</b>(<i></i>) |
|
943 <p> |
|
944 Class method to get a reference to the network manager object. |
|
945 </p><dl> |
|
946 <dt>Returns:</dt> |
|
947 <dd> |
|
948 reference to the network access manager (NetworkManager) |
|
949 </dd> |
|
950 </dl><a NAME="WebBrowserWindow.notificationsEnabled" ID="WebBrowserWindow.notificationsEnabled"></a> |
|
951 <h4>WebBrowserWindow.notificationsEnabled (class method)</h4> |
|
952 <b>notificationsEnabled</b>(<i></i>) |
|
953 <p> |
|
954 Class method to check, if notifications are enabled. |
|
955 </p><dl> |
|
956 <dt>Returns:</dt> |
|
957 <dd> |
|
958 flag indicating, if notifications are enabled (boolean) |
|
959 </dd> |
|
960 </dl><a NAME="WebBrowserWindow.passwordManager" ID="WebBrowserWindow.passwordManager"></a> |
|
961 <h4>WebBrowserWindow.passwordManager (class method)</h4> |
|
962 <b>passwordManager</b>(<i></i>) |
|
963 <p> |
|
964 Class method to get a reference to the password manager. |
|
965 </p><dl> |
|
966 <dt>Returns:</dt> |
|
967 <dd> |
|
968 reference to the password manager (PasswordManager) |
|
969 </dd> |
|
970 </dl><a NAME="WebBrowserWindow.personalInformationManager" ID="WebBrowserWindow.personalInformationManager"></a> |
|
971 <h4>WebBrowserWindow.personalInformationManager (class method)</h4> |
|
972 <b>personalInformationManager</b>(<i></i>) |
|
973 <p> |
|
974 Class method to get a reference to the personal information manager. |
|
975 </p><dl> |
|
976 <dt>Returns:</dt> |
|
977 <dd> |
|
978 reference to the personal information manager |
|
979 (PersonalInformationManager) |
|
980 </dd> |
|
981 </dl><a NAME="WebBrowserWindow.protocolHandlerManager" ID="WebBrowserWindow.protocolHandlerManager"></a> |
|
982 <h4>WebBrowserWindow.protocolHandlerManager (class method)</h4> |
|
983 <b>protocolHandlerManager</b>(<i></i>) |
|
984 <p> |
|
985 Class method to get a reference to the protocol handler manager. |
|
986 </p><dl> |
|
987 <dt>Returns:</dt> |
|
988 <dd> |
|
989 reference to the protocol handler manager |
|
990 </dd> |
|
991 </dl><dl> |
|
992 <dt>Return Type:</dt> |
|
993 <dd> |
|
994 ProtocolHandlerManager |
|
995 </dd> |
|
996 </dl><a NAME="WebBrowserWindow.safeBrowsingManager" ID="WebBrowserWindow.safeBrowsingManager"></a> |
|
997 <h4>WebBrowserWindow.safeBrowsingManager (class method)</h4> |
|
998 <b>safeBrowsingManager</b>(<i></i>) |
|
999 <p> |
|
1000 Class method to get a reference to the safe browsing interface. |
|
1001 </p><dl> |
|
1002 <dt>Returns:</dt> |
|
1003 <dd> |
|
1004 reference to the safe browsing manager |
|
1005 </dd> |
|
1006 </dl><dl> |
|
1007 <dt>Return Type:</dt> |
|
1008 <dd> |
|
1009 SafeBrowsingManager |
|
1010 </dd> |
|
1011 </dl><a NAME="WebBrowserWindow.sessionManager" ID="WebBrowserWindow.sessionManager"></a> |
|
1012 <h4>WebBrowserWindow.sessionManager (class method)</h4> |
|
1013 <b>sessionManager</b>(<i></i>) |
|
1014 <p> |
|
1015 Class method to get a reference to the session manager. |
|
1016 </p><dl> |
|
1017 <dt>Returns:</dt> |
|
1018 <dd> |
|
1019 reference to the session manager |
|
1020 </dd> |
|
1021 </dl><dl> |
|
1022 <dt>Return Type:</dt> |
|
1023 <dd> |
|
1024 SessionManager |
|
1025 </dd> |
|
1026 </dl><a NAME="WebBrowserWindow.setUseQtHelp" ID="WebBrowserWindow.setUseQtHelp"></a> |
|
1027 <h4>WebBrowserWindow.setUseQtHelp (class method)</h4> |
|
1028 <b>setUseQtHelp</b>(<i>use</i>) |
|
1029 <p> |
|
1030 Class method to set the QtHelp usage. |
|
1031 </p><dl> |
|
1032 <dt><i>use</i></dt> |
|
1033 <dd> |
|
1034 flag indicating usage (boolean) |
|
1035 </dd> |
|
1036 </dl><a NAME="WebBrowserWindow.showNotification" ID="WebBrowserWindow.showNotification"></a> |
|
1037 <h4>WebBrowserWindow.showNotification (class method)</h4> |
|
1038 <b>showNotification</b>(<i>icon, heading, text, timeout=None</i>) |
|
1039 <p> |
|
1040 Class method to show a desktop notification. |
|
1041 </p><dl> |
|
1042 <dt><i>icon</i> (QPixmap)</dt> |
|
1043 <dd> |
|
1044 icon to be shown in the notification |
|
1045 </dd><dt><i>heading</i> (str)</dt> |
|
1046 <dd> |
|
1047 heading of the notification |
|
1048 </dd><dt><i>text</i> (str)</dt> |
|
1049 <dd> |
|
1050 text of the notification |
|
1051 </dd><dt><i>timeout</i> (int)</dt> |
|
1052 <dd> |
|
1053 time in seconds the notification should be shown |
|
1054 (None = use configured timeout, 0 = indefinitely) |
|
1055 </dd> |
|
1056 </dl><a NAME="WebBrowserWindow.speedDial" ID="WebBrowserWindow.speedDial"></a> |
|
1057 <h4>WebBrowserWindow.speedDial (class method)</h4> |
|
1058 <b>speedDial</b>(<i></i>) |
|
1059 <p> |
|
1060 Class method to get a reference to the speed dial. |
|
1061 </p><dl> |
|
1062 <dt>Returns:</dt> |
|
1063 <dd> |
|
1064 reference to the speed dial (SpeedDial) |
|
1065 </dd> |
|
1066 </dl><a NAME="WebBrowserWindow.syncManager" ID="WebBrowserWindow.syncManager"></a> |
|
1067 <h4>WebBrowserWindow.syncManager (class method)</h4> |
|
1068 <b>syncManager</b>(<i></i>) |
|
1069 <p> |
|
1070 Class method to get a reference to the data synchronization manager. |
|
1071 </p><dl> |
|
1072 <dt>Returns:</dt> |
|
1073 <dd> |
|
1074 reference to the data synchronization manager (SyncManager) |
|
1075 </dd> |
|
1076 </dl><a NAME="WebBrowserWindow.tabManager" ID="WebBrowserWindow.tabManager"></a> |
|
1077 <h4>WebBrowserWindow.tabManager (class method)</h4> |
|
1078 <b>tabManager</b>(<i></i>) |
|
1079 <p> |
|
1080 Class method to get a reference to the tab manager widget. |
|
1081 </p><dl> |
|
1082 <dt>Returns:</dt> |
|
1083 <dd> |
|
1084 reference to the tab manager widget |
|
1085 </dd> |
|
1086 </dl><dl> |
|
1087 <dt>Return Type:</dt> |
|
1088 <dd> |
|
1089 TabManagerWidget |
|
1090 </dd> |
|
1091 </dl><a NAME="WebBrowserWindow.userAgentsManager" ID="WebBrowserWindow.userAgentsManager"></a> |
|
1092 <h4>WebBrowserWindow.userAgentsManager (class method)</h4> |
|
1093 <b>userAgentsManager</b>(<i></i>) |
|
1094 <p> |
|
1095 Class method to get a reference to the user agents manager. |
|
1096 </p><dl> |
|
1097 <dt>Returns:</dt> |
|
1098 <dd> |
|
1099 reference to the user agents manager (UserAgentManager) |
|
1100 </dd> |
|
1101 </dl><a NAME="WebBrowserWindow.webProfile" ID="WebBrowserWindow.webProfile"></a> |
|
1102 <h4>WebBrowserWindow.webProfile (class method)</h4> |
|
1103 <b>webProfile</b>(<i>private=False</i>) |
|
1104 <p> |
|
1105 Class method handling the web engine profile. |
|
1106 </p><dl> |
|
1107 <dt><i>private</i> (bool)</dt> |
|
1108 <dd> |
|
1109 flag indicating the privacy mode |
|
1110 </dd> |
|
1111 </dl><dl> |
|
1112 <dt>Returns:</dt> |
|
1113 <dd> |
|
1114 reference to the web profile object |
|
1115 </dd> |
|
1116 </dl><dl> |
|
1117 <dt>Return Type:</dt> |
|
1118 <dd> |
|
1119 QWebEngineProfile |
|
1120 </dd> |
|
1121 </dl><a NAME="WebBrowserWindow.webSettings" ID="WebBrowserWindow.webSettings"></a> |
|
1122 <h4>WebBrowserWindow.webSettings (class method)</h4> |
|
1123 <b>webSettings</b>(<i></i>) |
|
1124 <p> |
|
1125 Class method to get the web settings of the current profile. |
|
1126 </p><dl> |
|
1127 <dt>Returns:</dt> |
|
1128 <dd> |
|
1129 web settings of the current profile |
|
1130 </dd> |
|
1131 </dl><dl> |
|
1132 <dt>Return Type:</dt> |
|
1133 <dd> |
|
1134 QWebEngineSettings |
|
1135 </dd> |
|
1136 </dl><a NAME="WebBrowserWindow.__init__" ID="WebBrowserWindow.__init__"></a> |
|
1137 <h4>WebBrowserWindow (Constructor)</h4> |
|
1138 <b>WebBrowserWindow</b>(<i>home, path, parent, name, searchWord=None, private=False, qthelp=False, settingsDir="", restoreSession=False, single=False, saname=""</i>) |
|
1139 <p> |
|
1140 Constructor |
|
1141 </p><dl> |
|
1142 <dt><i>home</i> (str)</dt> |
|
1143 <dd> |
|
1144 the URL to be shown |
|
1145 </dd><dt><i>path</i> (str)</dt> |
|
1146 <dd> |
|
1147 the path of the working dir (usually '.') |
|
1148 </dd><dt><i>parent</i> (QWidget)</dt> |
|
1149 <dd> |
|
1150 parent widget of this window |
|
1151 </dd><dt><i>name</i> (str)</dt> |
|
1152 <dd> |
|
1153 name of this window |
|
1154 </dd><dt><i>searchWord</i> (str)</dt> |
|
1155 <dd> |
|
1156 word to search for |
|
1157 </dd><dt><i>private</i> (bool)</dt> |
|
1158 <dd> |
|
1159 flag indicating a private browsing window |
|
1160 </dd><dt><i>qthelp</i> (bool)</dt> |
|
1161 <dd> |
|
1162 flag indicating to enable the QtHelp support |
|
1163 </dd><dt><i>settingsDir</i> (str)</dt> |
|
1164 <dd> |
|
1165 directory to be used for the settings files |
|
1166 </dd><dt><i>restoreSession</i> (bool)</dt> |
|
1167 <dd> |
|
1168 flag indicating a restore session action |
|
1169 </dd><dt><i>single</i> (bool)</dt> |
|
1170 <dd> |
|
1171 flag indicating to start in single application mode |
|
1172 </dd><dt><i>saname</i> (str)</dt> |
|
1173 <dd> |
|
1174 name to be used for the single application server |
|
1175 </dd> |
|
1176 </dl><a NAME="WebBrowserWindow.__TBMenuTriggered" ID="WebBrowserWindow.__TBMenuTriggered"></a> |
|
1177 <h4>WebBrowserWindow.__TBMenuTriggered</h4> |
|
1178 <b>__TBMenuTriggered</b>(<i>act</i>) |
|
1179 <p> |
|
1180 Private method to handle the toggle of a toolbar via the Window-> |
|
1181 Toolbars submenu or the toolbars popup menu. |
|
1182 </p><dl> |
|
1183 <dt><i>act</i> (QAction)</dt> |
|
1184 <dd> |
|
1185 reference to the action that was triggered |
|
1186 </dd> |
|
1187 </dl><a NAME="WebBrowserWindow.__about" ID="WebBrowserWindow.__about"></a> |
|
1188 <h4>WebBrowserWindow.__about</h4> |
|
1189 <b>__about</b>(<i></i>) |
|
1190 <p> |
|
1191 Private slot to show the about information. |
|
1192 </p><a NAME="WebBrowserWindow.__aboutQt" ID="WebBrowserWindow.__aboutQt"></a> |
|
1193 <h4>WebBrowserWindow.__aboutQt</h4> |
|
1194 <b>__aboutQt</b>(<i></i>) |
|
1195 <p> |
|
1196 Private slot to show info about Qt. |
|
1197 </p><a NAME="WebBrowserWindow.__aboutToShowSettingsMenu" ID="WebBrowserWindow.__aboutToShowSettingsMenu"></a> |
|
1198 <h4>WebBrowserWindow.__aboutToShowSettingsMenu</h4> |
|
1199 <b>__aboutToShowSettingsMenu</b>(<i></i>) |
|
1200 <p> |
|
1201 Private slot to show the Settings menu. |
|
1202 </p><a NAME="WebBrowserWindow.__aboutToShowTextEncodingMenu" ID="WebBrowserWindow.__aboutToShowTextEncodingMenu"></a> |
|
1203 <h4>WebBrowserWindow.__aboutToShowTextEncodingMenu</h4> |
|
1204 <b>__aboutToShowTextEncodingMenu</b>(<i></i>) |
|
1205 <p> |
|
1206 Private slot to populate the text encoding menu. |
|
1207 </p><a NAME="WebBrowserWindow.__activateCurrentBrowser" ID="WebBrowserWindow.__activateCurrentBrowser"></a> |
|
1208 <h4>WebBrowserWindow.__activateCurrentBrowser</h4> |
|
1209 <b>__activateCurrentBrowser</b>(<i></i>) |
|
1210 <p> |
|
1211 Private slot to activate the current browser. |
|
1212 </p><a NAME="WebBrowserWindow.__activateDock" ID="WebBrowserWindow.__activateDock"></a> |
|
1213 <h4>WebBrowserWindow.__activateDock</h4> |
|
1214 <b>__activateDock</b>(<i>widget</i>) |
|
1215 <p> |
|
1216 Private method to activate the dock widget of the given widget. |
|
1217 </p><dl> |
|
1218 <dt><i>widget</i></dt> |
|
1219 <dd> |
|
1220 reference to the widget to be activated (QWidget) |
|
1221 </dd> |
|
1222 </dl><a NAME="WebBrowserWindow.__addBookmark" ID="WebBrowserWindow.__addBookmark"></a> |
|
1223 <h4>WebBrowserWindow.__addBookmark</h4> |
|
1224 <b>__addBookmark</b>(<i></i>) |
|
1225 <p> |
|
1226 Private slot called to add the displayed file to the bookmarks. |
|
1227 </p><a NAME="WebBrowserWindow.__addBookmarkCallback" ID="WebBrowserWindow.__addBookmarkCallback"></a> |
|
1228 <h4>WebBrowserWindow.__addBookmarkCallback</h4> |
|
1229 <b>__addBookmarkCallback</b>(<i>url, title, res</i>) |
|
1230 <p> |
|
1231 Private callback method of __addBookmark(). |
|
1232 </p><dl> |
|
1233 <dt><i>url</i> (str)</dt> |
|
1234 <dd> |
|
1235 URL for the bookmark |
|
1236 </dd><dt><i>title</i> (str)</dt> |
|
1237 <dd> |
|
1238 title for the bookmark |
|
1239 </dd><dt><i>res</i> (list)</dt> |
|
1240 <dd> |
|
1241 result of the JavaScript |
|
1242 </dd> |
|
1243 </dl><a NAME="WebBrowserWindow.__addBookmarkFolder" ID="WebBrowserWindow.__addBookmarkFolder"></a> |
|
1244 <h4>WebBrowserWindow.__addBookmarkFolder</h4> |
|
1245 <b>__addBookmarkFolder</b>(<i></i>) |
|
1246 <p> |
|
1247 Private slot to add a new bookmarks folder. |
|
1248 </p><a NAME="WebBrowserWindow.__appFocusChanged" ID="WebBrowserWindow.__appFocusChanged"></a> |
|
1249 <h4>WebBrowserWindow.__appFocusChanged</h4> |
|
1250 <b>__appFocusChanged</b>(<i></i>) |
|
1251 <p> |
|
1252 Private slot to handle a change of the focus. |
|
1253 </p><a NAME="WebBrowserWindow.__backward" ID="WebBrowserWindow.__backward"></a> |
|
1254 <h4>WebBrowserWindow.__backward</h4> |
|
1255 <b>__backward</b>(<i></i>) |
|
1256 <p> |
|
1257 Private slot called to handle the backward action. |
|
1258 </p><a NAME="WebBrowserWindow.__bookmarkAllCallback" ID="WebBrowserWindow.__bookmarkAllCallback"></a> |
|
1259 <h4>WebBrowserWindow.__bookmarkAllCallback</h4> |
|
1260 <b>__bookmarkAllCallback</b>(<i>folder, url, title, res</i>) |
|
1261 <p> |
|
1262 Private callback method of __addBookmark(). |
|
1263 </p><dl> |
|
1264 <dt><i>folder</i> (BookmarkNode)</dt> |
|
1265 <dd> |
|
1266 reference to the bookmarks folder |
|
1267 </dd><dt><i>url</i> (str)</dt> |
|
1268 <dd> |
|
1269 URL for the bookmark |
|
1270 </dd><dt><i>title</i> (str)</dt> |
|
1271 <dd> |
|
1272 title for the bookmark |
|
1273 </dd><dt><i>res</i> (list)</dt> |
|
1274 <dd> |
|
1275 result of the JavaScript |
|
1276 </dd> |
|
1277 </dl><a NAME="WebBrowserWindow.__clearIconsDatabase" ID="WebBrowserWindow.__clearIconsDatabase"></a> |
|
1278 <h4>WebBrowserWindow.__clearIconsDatabase</h4> |
|
1279 <b>__clearIconsDatabase</b>(<i></i>) |
|
1280 <p> |
|
1281 Private slot to clear the favicons databse. |
|
1282 </p><a NAME="WebBrowserWindow.__clearPrivateData" ID="WebBrowserWindow.__clearPrivateData"></a> |
|
1283 <h4>WebBrowserWindow.__clearPrivateData</h4> |
|
1284 <b>__clearPrivateData</b>(<i></i>) |
|
1285 <p> |
|
1286 Private slot to clear the private data. |
|
1287 </p><a NAME="WebBrowserWindow.__configShortcuts" ID="WebBrowserWindow.__configShortcuts"></a> |
|
1288 <h4>WebBrowserWindow.__configShortcuts</h4> |
|
1289 <b>__configShortcuts</b>(<i></i>) |
|
1290 <p> |
|
1291 Private slot to configure the keyboard shortcuts. |
|
1292 </p><a NAME="WebBrowserWindow.__copy" ID="WebBrowserWindow.__copy"></a> |
|
1293 <h4>WebBrowserWindow.__copy</h4> |
|
1294 <b>__copy</b>(<i></i>) |
|
1295 <p> |
|
1296 Private slot called to handle the copy action. |
|
1297 </p><a NAME="WebBrowserWindow.__createTextEncodingAction" ID="WebBrowserWindow.__createTextEncodingAction"></a> |
|
1298 <h4>WebBrowserWindow.__createTextEncodingAction</h4> |
|
1299 <b>__createTextEncodingAction</b>(<i>codec, defaultCodec, parentMenu</i>) |
|
1300 <p> |
|
1301 Private method to create an action for the text encoding menu. |
|
1302 </p><dl> |
|
1303 <dt><i>codec</i> (str)</dt> |
|
1304 <dd> |
|
1305 name of the codec to create an action for |
|
1306 </dd><dt><i>defaultCodec</i> (str)</dt> |
|
1307 <dd> |
|
1308 name of the default codec |
|
1309 </dd><dt><i>parentMenu</i> (QMenu)</dt> |
|
1310 <dd> |
|
1311 reference to the parent menu |
|
1312 </dd> |
|
1313 </dl><a NAME="WebBrowserWindow.__createTextEncodingSubmenu" ID="WebBrowserWindow.__createTextEncodingSubmenu"></a> |
|
1314 <h4>WebBrowserWindow.__createTextEncodingSubmenu</h4> |
|
1315 <b>__createTextEncodingSubmenu</b>(<i>title, codecNames, parentMenu</i>) |
|
1316 <p> |
|
1317 Private method to create a text encoding sub menu. |
|
1318 </p><dl> |
|
1319 <dt><i>title</i> (str)</dt> |
|
1320 <dd> |
|
1321 title of the menu |
|
1322 </dd><dt><i>codecNames</i> (list of str)</dt> |
|
1323 <dd> |
|
1324 list of codec names for the menu |
|
1325 </dd><dt><i>parentMenu</i> (QMenu)</dt> |
|
1326 <dd> |
|
1327 reference to the parent menu |
|
1328 </dd> |
|
1329 </dl><a NAME="WebBrowserWindow.__currentChanged" ID="WebBrowserWindow.__currentChanged"></a> |
|
1330 <h4>WebBrowserWindow.__currentChanged</h4> |
|
1331 <b>__currentChanged</b>(<i>index</i>) |
|
1332 <p> |
|
1333 Private slot to handle the currentChanged signal. |
|
1334 </p><dl> |
|
1335 <dt><i>index</i></dt> |
|
1336 <dd> |
|
1337 index of the current tab (integer) |
|
1338 </dd> |
|
1339 </dl><a NAME="WebBrowserWindow.__cut" ID="WebBrowserWindow.__cut"></a> |
|
1340 <h4>WebBrowserWindow.__cut</h4> |
|
1341 <b>__cut</b>(<i></i>) |
|
1342 <p> |
|
1343 Private slot called to handle the cut action. |
|
1344 </p><a NAME="WebBrowserWindow.__del__" ID="WebBrowserWindow.__del__"></a> |
|
1345 <h4>WebBrowserWindow.__del__</h4> |
|
1346 <b>__del__</b>(<i></i>) |
|
1347 <p> |
|
1348 Special method called during object destruction. |
|
1349 </p><p> |
|
1350 Note: This empty variant seems to get rid of the Qt message |
|
1351 'Warning: QBasicTimer::start: QBasicTimer can only be used with |
|
1352 threads started with QThread' |
|
1353 </p><a NAME="WebBrowserWindow.__docsInstalled" ID="WebBrowserWindow.__docsInstalled"></a> |
|
1354 <h4>WebBrowserWindow.__docsInstalled</h4> |
|
1355 <b>__docsInstalled</b>(<i>installed</i>) |
|
1356 <p> |
|
1357 Private slot handling the end of documentation installation. |
|
1358 </p><dl> |
|
1359 <dt><i>installed</i></dt> |
|
1360 <dd> |
|
1361 flag indicating that documents were installed |
|
1362 (boolean) |
|
1363 </dd> |
|
1364 </dl><a NAME="WebBrowserWindow.__exportShortcuts" ID="WebBrowserWindow.__exportShortcuts"></a> |
|
1365 <h4>WebBrowserWindow.__exportShortcuts</h4> |
|
1366 <b>__exportShortcuts</b>(<i></i>) |
|
1367 <p> |
|
1368 Private slot to export the keyboard shortcuts. |
|
1369 </p><a NAME="WebBrowserWindow.__feedsManagerClosed" ID="WebBrowserWindow.__feedsManagerClosed"></a> |
|
1370 <h4>WebBrowserWindow.__feedsManagerClosed</h4> |
|
1371 <b>__feedsManagerClosed</b>(<i>feedsManager</i>) |
|
1372 <p> |
|
1373 Private slot to handle closing the feeds manager dialog. |
|
1374 </p><dl> |
|
1375 <dt><i>feedsManager</i> (FeedsManager)</dt> |
|
1376 <dd> |
|
1377 reference to the feeds manager object |
|
1378 </dd> |
|
1379 </dl><a NAME="WebBrowserWindow.__filterQtHelpDocumentation" ID="WebBrowserWindow.__filterQtHelpDocumentation"></a> |
|
1380 <h4>WebBrowserWindow.__filterQtHelpDocumentation</h4> |
|
1381 <b>__filterQtHelpDocumentation</b>(<i>customFilter</i>) |
|
1382 <p> |
|
1383 Private slot to filter the QtHelp documentation. |
|
1384 </p><dl> |
|
1385 <dt><i>customFilter</i></dt> |
|
1386 <dd> |
|
1387 name of filter to be applied (string) |
|
1388 </dd> |
|
1389 </dl><a NAME="WebBrowserWindow.__find" ID="WebBrowserWindow.__find"></a> |
|
1390 <h4>WebBrowserWindow.__find</h4> |
|
1391 <b>__find</b>(<i></i>) |
|
1392 <p> |
|
1393 Private slot to handle the find action. |
|
1394 </p><p> |
|
1395 It opens the search dialog in order to perform the various |
|
1396 search actions and to collect the various search info. |
|
1397 </p><a NAME="WebBrowserWindow.__forward" ID="WebBrowserWindow.__forward"></a> |
|
1398 <h4>WebBrowserWindow.__forward</h4> |
|
1399 <b>__forward</b>(<i></i>) |
|
1400 <p> |
|
1401 Private slot called to handle the forward action. |
|
1402 </p><a NAME="WebBrowserWindow.__hideNavigation" ID="WebBrowserWindow.__hideNavigation"></a> |
|
1403 <h4>WebBrowserWindow.__hideNavigation</h4> |
|
1404 <b>__hideNavigation</b>(<i></i>) |
|
1405 <p> |
|
1406 Private slot to hide full screen navigation by timer. |
|
1407 </p><a NAME="WebBrowserWindow.__home" ID="WebBrowserWindow.__home"></a> |
|
1408 <h4>WebBrowserWindow.__home</h4> |
|
1409 <b>__home</b>(<i></i>) |
|
1410 <p> |
|
1411 Private slot called to handle the home action. |
|
1412 </p><a NAME="WebBrowserWindow.__importShortcuts" ID="WebBrowserWindow.__importShortcuts"></a> |
|
1413 <h4>WebBrowserWindow.__importShortcuts</h4> |
|
1414 <b>__importShortcuts</b>(<i></i>) |
|
1415 <p> |
|
1416 Private slot to import the keyboard shortcuts. |
|
1417 </p><a NAME="WebBrowserWindow.__indexingFinished" ID="WebBrowserWindow.__indexingFinished"></a> |
|
1418 <h4>WebBrowserWindow.__indexingFinished</h4> |
|
1419 <b>__indexingFinished</b>(<i></i>) |
|
1420 <p> |
|
1421 Private slot to handle the start of the indexing process. |
|
1422 </p><a NAME="WebBrowserWindow.__indexingStarted" ID="WebBrowserWindow.__indexingStarted"></a> |
|
1423 <h4>WebBrowserWindow.__indexingStarted</h4> |
|
1424 <b>__indexingStarted</b>(<i></i>) |
|
1425 <p> |
|
1426 Private slot to handle the start of the indexing process. |
|
1427 </p><a NAME="WebBrowserWindow.__initActions" ID="WebBrowserWindow.__initActions"></a> |
|
1428 <h4>WebBrowserWindow.__initActions</h4> |
|
1429 <b>__initActions</b>(<i></i>) |
|
1430 <p> |
|
1431 Private method to define the user interface actions. |
|
1432 </p><a NAME="WebBrowserWindow.__initHelpDb" ID="WebBrowserWindow.__initHelpDb"></a> |
|
1433 <h4>WebBrowserWindow.__initHelpDb</h4> |
|
1434 <b>__initHelpDb</b>(<i></i>) |
|
1435 <p> |
|
1436 Private slot to initialize the documentation database. |
|
1437 </p><a NAME="WebBrowserWindow.__initMenus" ID="WebBrowserWindow.__initMenus"></a> |
|
1438 <h4>WebBrowserWindow.__initMenus</h4> |
|
1439 <b>__initMenus</b>(<i></i>) |
|
1440 <p> |
|
1441 Private method to create the menus. |
|
1442 </p><a NAME="WebBrowserWindow.__initSuperMenu" ID="WebBrowserWindow.__initSuperMenu"></a> |
|
1443 <h4>WebBrowserWindow.__initSuperMenu</h4> |
|
1444 <b>__initSuperMenu</b>(<i></i>) |
|
1445 <p> |
|
1446 Private method to create the super menu and attach it to the super |
|
1447 menu button. |
|
1448 </p><a NAME="WebBrowserWindow.__initToolbars" ID="WebBrowserWindow.__initToolbars"></a> |
|
1449 <h4>WebBrowserWindow.__initToolbars</h4> |
|
1450 <b>__initToolbars</b>(<i></i>) |
|
1451 <p> |
|
1452 Private method to create the toolbars. |
|
1453 </p><a NAME="WebBrowserWindow.__initWebEngineSettings" ID="WebBrowserWindow.__initWebEngineSettings"></a> |
|
1454 <h4>WebBrowserWindow.__initWebEngineSettings</h4> |
|
1455 <b>__initWebEngineSettings</b>(<i></i>) |
|
1456 <p> |
|
1457 Private method to set the global web settings. |
|
1458 </p><a NAME="WebBrowserWindow.__linkActivated" ID="WebBrowserWindow.__linkActivated"></a> |
|
1459 <h4>WebBrowserWindow.__linkActivated</h4> |
|
1460 <b>__linkActivated</b>(<i>url</i>) |
|
1461 <p> |
|
1462 Private slot to handle the selection of a link. |
|
1463 </p><dl> |
|
1464 <dt><i>url</i> (QUrl)</dt> |
|
1465 <dd> |
|
1466 URL to be shown |
|
1467 </dd> |
|
1468 </dl><a NAME="WebBrowserWindow.__lookForNewDocumentation" ID="WebBrowserWindow.__lookForNewDocumentation"></a> |
|
1469 <h4>WebBrowserWindow.__lookForNewDocumentation</h4> |
|
1470 <b>__lookForNewDocumentation</b>(<i></i>) |
|
1471 <p> |
|
1472 Private slot to look for new documentation to be loaded into the |
|
1473 help database. |
|
1474 </p><a NAME="WebBrowserWindow.__manageQtHelpDocumentation" ID="WebBrowserWindow.__manageQtHelpDocumentation"></a> |
|
1475 <h4>WebBrowserWindow.__manageQtHelpDocumentation</h4> |
|
1476 <b>__manageQtHelpDocumentation</b>(<i></i>) |
|
1477 <p> |
|
1478 Private slot to manage the QtHelp documentation database. |
|
1479 </p><a NAME="WebBrowserWindow.__manageQtHelpFilters" ID="WebBrowserWindow.__manageQtHelpFilters"></a> |
|
1480 <h4>WebBrowserWindow.__manageQtHelpFilters</h4> |
|
1481 <b>__manageQtHelpFilters</b>(<i></i>) |
|
1482 <p> |
|
1483 Private slot to manage the QtHelp filters. |
|
1484 </p><a NAME="WebBrowserWindow.__nextTab" ID="WebBrowserWindow.__nextTab"></a> |
|
1485 <h4>WebBrowserWindow.__nextTab</h4> |
|
1486 <b>__nextTab</b>(<i></i>) |
|
1487 <p> |
|
1488 Private slot used to show the next tab. |
|
1489 </p><a NAME="WebBrowserWindow.__openFile" ID="WebBrowserWindow.__openFile"></a> |
|
1490 <h4>WebBrowserWindow.__openFile</h4> |
|
1491 <b>__openFile</b>(<i></i>) |
|
1492 <p> |
|
1493 Private slot called to open a file. |
|
1494 </p><a NAME="WebBrowserWindow.__openFileNewTab" ID="WebBrowserWindow.__openFileNewTab"></a> |
|
1495 <h4>WebBrowserWindow.__openFileNewTab</h4> |
|
1496 <b>__openFileNewTab</b>(<i></i>) |
|
1497 <p> |
|
1498 Private slot called to open a file in a new tab. |
|
1499 </p><a NAME="WebBrowserWindow.__paste" ID="WebBrowserWindow.__paste"></a> |
|
1500 <h4>WebBrowserWindow.__paste</h4> |
|
1501 <b>__paste</b>(<i></i>) |
|
1502 <p> |
|
1503 Private slot called to handle the paste action. |
|
1504 </p><a NAME="WebBrowserWindow.__populateToolbarsMenu" ID="WebBrowserWindow.__populateToolbarsMenu"></a> |
|
1505 <h4>WebBrowserWindow.__populateToolbarsMenu</h4> |
|
1506 <b>__populateToolbarsMenu</b>(<i>menu</i>) |
|
1507 <p> |
|
1508 Private method to populate the toolbars menu. |
|
1509 </p><dl> |
|
1510 <dt><i>menu</i> (QMenu)</dt> |
|
1511 <dd> |
|
1512 reference to the menu to be populated |
|
1513 </dd> |
|
1514 </dl><a NAME="WebBrowserWindow.__prevTab" ID="WebBrowserWindow.__prevTab"></a> |
|
1515 <h4>WebBrowserWindow.__prevTab</h4> |
|
1516 <b>__prevTab</b>(<i></i>) |
|
1517 <p> |
|
1518 Private slot used to show the previous tab. |
|
1519 </p><a NAME="WebBrowserWindow.__redo" ID="WebBrowserWindow.__redo"></a> |
|
1520 <h4>WebBrowserWindow.__redo</h4> |
|
1521 <b>__redo</b>(<i></i>) |
|
1522 <p> |
|
1523 Private slot to handle the redo action. |
|
1524 </p><a NAME="WebBrowserWindow.__reload" ID="WebBrowserWindow.__reload"></a> |
|
1525 <h4>WebBrowserWindow.__reload</h4> |
|
1526 <b>__reload</b>(<i></i>) |
|
1527 <p> |
|
1528 Private slot called to handle the reload action. |
|
1529 </p><a NAME="WebBrowserWindow.__removeOldDocumentation" ID="WebBrowserWindow.__removeOldDocumentation"></a> |
|
1530 <h4>WebBrowserWindow.__removeOldDocumentation</h4> |
|
1531 <b>__removeOldDocumentation</b>(<i></i>) |
|
1532 <p> |
|
1533 Private slot to remove non-existing documentation from the help engine. |
|
1534 </p><a NAME="WebBrowserWindow.__saLoadUrl" ID="WebBrowserWindow.__saLoadUrl"></a> |
|
1535 <h4>WebBrowserWindow.__saLoadUrl</h4> |
|
1536 <b>__saLoadUrl</b>(<i>urlStr</i>) |
|
1537 <p> |
|
1538 Private slot to load an URL received via the single application |
|
1539 protocol. |
|
1540 </p><dl> |
|
1541 <dt><i>urlStr</i> (str)</dt> |
|
1542 <dd> |
|
1543 URL to be loaded |
|
1544 </dd> |
|
1545 </dl><a NAME="WebBrowserWindow.__saNewTab" ID="WebBrowserWindow.__saNewTab"></a> |
|
1546 <h4>WebBrowserWindow.__saNewTab</h4> |
|
1547 <b>__saNewTab</b>(<i>urlStr</i>) |
|
1548 <p> |
|
1549 Private slot to load an URL received via the single application |
|
1550 protocol in a new tab. |
|
1551 </p><dl> |
|
1552 <dt><i>urlStr</i> (str)</dt> |
|
1553 <dd> |
|
1554 URL to be loaded |
|
1555 </dd> |
|
1556 </dl><a NAME="WebBrowserWindow.__saSearchWord" ID="WebBrowserWindow.__saSearchWord"></a> |
|
1557 <h4>WebBrowserWindow.__saSearchWord</h4> |
|
1558 <b>__saSearchWord</b>(<i>word</i>) |
|
1559 <p> |
|
1560 Private slot to search for the given word. |
|
1561 </p><dl> |
|
1562 <dt><i>word</i> (str)</dt> |
|
1563 <dd> |
|
1564 word to be searched for |
|
1565 </dd> |
|
1566 </dl><a NAME="WebBrowserWindow.__savePageAs" ID="WebBrowserWindow.__savePageAs"></a> |
|
1567 <h4>WebBrowserWindow.__savePageAs</h4> |
|
1568 <b>__savePageAs</b>(<i></i>) |
|
1569 <p> |
|
1570 Private slot to save the current page. |
|
1571 </p><a NAME="WebBrowserWindow.__saveVisiblePageScreen" ID="WebBrowserWindow.__saveVisiblePageScreen"></a> |
|
1572 <h4>WebBrowserWindow.__saveVisiblePageScreen</h4> |
|
1573 <b>__saveVisiblePageScreen</b>(<i></i>) |
|
1574 <p> |
|
1575 Private slot to save the visible part of the current page as a screen |
|
1576 shot. |
|
1577 </p><a NAME="WebBrowserWindow.__searchForWord" ID="WebBrowserWindow.__searchForWord"></a> |
|
1578 <h4>WebBrowserWindow.__searchForWord</h4> |
|
1579 <b>__searchForWord</b>(<i></i>) |
|
1580 <p> |
|
1581 Private slot to search for a word. |
|
1582 </p><a NAME="WebBrowserWindow.__selectAll" ID="WebBrowserWindow.__selectAll"></a> |
|
1583 <h4>WebBrowserWindow.__selectAll</h4> |
|
1584 <b>__selectAll</b>(<i></i>) |
|
1585 <p> |
|
1586 Private slot to handle the select all action. |
|
1587 </p><a NAME="WebBrowserWindow.__sendPageLink" ID="WebBrowserWindow.__sendPageLink"></a> |
|
1588 <h4>WebBrowserWindow.__sendPageLink</h4> |
|
1589 <b>__sendPageLink</b>(<i></i>) |
|
1590 <p> |
|
1591 Private slot to send the link of the current page via email. |
|
1592 </p><a NAME="WebBrowserWindow.__setBookmarksToolbarVisibility" ID="WebBrowserWindow.__setBookmarksToolbarVisibility"></a> |
|
1593 <h4>WebBrowserWindow.__setBookmarksToolbarVisibility</h4> |
|
1594 <b>__setBookmarksToolbarVisibility</b>(<i>visible</i>) |
|
1595 <p> |
|
1596 Private method to set the visibility of the bookmarks toolbar. |
|
1597 </p><dl> |
|
1598 <dt><i>visible</i> (bool)</dt> |
|
1599 <dd> |
|
1600 flag indicating the toolbar visibility |
|
1601 </dd> |
|
1602 </dl><a NAME="WebBrowserWindow.__setIconDatabasePath" ID="WebBrowserWindow.__setIconDatabasePath"></a> |
|
1603 <h4>WebBrowserWindow.__setIconDatabasePath</h4> |
|
1604 <b>__setIconDatabasePath</b>(<i>enable=True</i>) |
|
1605 <p> |
|
1606 Private method to set the favicons path. |
|
1607 </p><dl> |
|
1608 <dt><i>enable</i></dt> |
|
1609 <dd> |
|
1610 flag indicating to enabled icon storage (boolean) |
|
1611 </dd> |
|
1612 </dl><a NAME="WebBrowserWindow.__setMenuBarVisibility" ID="WebBrowserWindow.__setMenuBarVisibility"></a> |
|
1613 <h4>WebBrowserWindow.__setMenuBarVisibility</h4> |
|
1614 <b>__setMenuBarVisibility</b>(<i>visible</i>) |
|
1615 <p> |
|
1616 Private method to set the visibility of the menu bar. |
|
1617 </p><dl> |
|
1618 <dt><i>visible</i> (bool)</dt> |
|
1619 <dd> |
|
1620 flag indicating the menu bar visibility |
|
1621 </dd> |
|
1622 </dl><a NAME="WebBrowserWindow.__setStatusBarVisible" ID="WebBrowserWindow.__setStatusBarVisible"></a> |
|
1623 <h4>WebBrowserWindow.__setStatusBarVisible</h4> |
|
1624 <b>__setStatusBarVisible</b>(<i>visible</i>) |
|
1625 <p> |
|
1626 Private method to set the visibility of the status bar. |
|
1627 </p><dl> |
|
1628 <dt><i>visible</i> (bool)</dt> |
|
1629 <dd> |
|
1630 flag indicating the status bar visibility |
|
1631 </dd> |
|
1632 </dl><a NAME="WebBrowserWindow.__setTextEncoding" ID="WebBrowserWindow.__setTextEncoding"></a> |
|
1633 <h4>WebBrowserWindow.__setTextEncoding</h4> |
|
1634 <b>__setTextEncoding</b>(<i>act</i>) |
|
1635 <p> |
|
1636 Private slot to set the selected text encoding as the default for |
|
1637 this session. |
|
1638 </p><dl> |
|
1639 <dt><i>act</i></dt> |
|
1640 <dd> |
|
1641 reference to the selected action (QAction) |
|
1642 </dd> |
|
1643 </dl><a NAME="WebBrowserWindow.__setUserStyleSheet" ID="WebBrowserWindow.__setUserStyleSheet"></a> |
|
1644 <h4>WebBrowserWindow.__setUserStyleSheet</h4> |
|
1645 <b>__setUserStyleSheet</b>(<i>styleSheetFile</i>) |
|
1646 <p> |
|
1647 Private method to set a user style sheet. |
|
1648 </p><dl> |
|
1649 <dt><i>styleSheetFile</i></dt> |
|
1650 <dd> |
|
1651 name of the user style sheet file (string) |
|
1652 </dd> |
|
1653 </dl><a NAME="WebBrowserWindow.__setupFilterCombo" ID="WebBrowserWindow.__setupFilterCombo"></a> |
|
1654 <h4>WebBrowserWindow.__setupFilterCombo</h4> |
|
1655 <b>__setupFilterCombo</b>(<i></i>) |
|
1656 <p> |
|
1657 Private slot to setup the filter combo box. |
|
1658 </p><a NAME="WebBrowserWindow.__shallShutDown" ID="WebBrowserWindow.__shallShutDown"></a> |
|
1659 <h4>WebBrowserWindow.__shallShutDown</h4> |
|
1660 <b>__shallShutDown</b>(<i></i>) |
|
1661 <p> |
|
1662 Private method to check, if the application should be shut down. |
|
1663 </p><dl> |
|
1664 <dt>Returns:</dt> |
|
1665 <dd> |
|
1666 flag indicating a shut down |
|
1667 </dd> |
|
1668 </dl><dl> |
|
1669 <dt>Return Type:</dt> |
|
1670 <dd> |
|
1671 bool |
|
1672 </dd> |
|
1673 </dl><a NAME="WebBrowserWindow.__showAcceptedLanguages" ID="WebBrowserWindow.__showAcceptedLanguages"></a> |
|
1674 <h4>WebBrowserWindow.__showAcceptedLanguages</h4> |
|
1675 <b>__showAcceptedLanguages</b>(<i></i>) |
|
1676 <p> |
|
1677 Private slot to configure the accepted languages for web pages. |
|
1678 </p><a NAME="WebBrowserWindow.__showAdBlockDialog" ID="WebBrowserWindow.__showAdBlockDialog"></a> |
|
1679 <h4>WebBrowserWindow.__showAdBlockDialog</h4> |
|
1680 <b>__showAdBlockDialog</b>(<i></i>) |
|
1681 <p> |
|
1682 Private slot to show the AdBlock configuration dialog. |
|
1683 </p><a NAME="WebBrowserWindow.__showBookmarksDialog" ID="WebBrowserWindow.__showBookmarksDialog"></a> |
|
1684 <h4>WebBrowserWindow.__showBookmarksDialog</h4> |
|
1685 <b>__showBookmarksDialog</b>(<i></i>) |
|
1686 <p> |
|
1687 Private slot to show the bookmarks dialog. |
|
1688 </p><a NAME="WebBrowserWindow.__showCertificateErrorsDialog" ID="WebBrowserWindow.__showCertificateErrorsDialog"></a> |
|
1689 <h4>WebBrowserWindow.__showCertificateErrorsDialog</h4> |
|
1690 <b>__showCertificateErrorsDialog</b>(<i></i>) |
|
1691 <p> |
|
1692 Private slot to show the certificate errors management dialog. |
|
1693 </p><a NAME="WebBrowserWindow.__showCookiesConfiguration" ID="WebBrowserWindow.__showCookiesConfiguration"></a> |
|
1694 <h4>WebBrowserWindow.__showCookiesConfiguration</h4> |
|
1695 <b>__showCookiesConfiguration</b>(<i></i>) |
|
1696 <p> |
|
1697 Private slot to configure the cookies handling. |
|
1698 </p><a NAME="WebBrowserWindow.__showDownloadsWindow" ID="WebBrowserWindow.__showDownloadsWindow"></a> |
|
1699 <h4>WebBrowserWindow.__showDownloadsWindow</h4> |
|
1700 <b>__showDownloadsWindow</b>(<i></i>) |
|
1701 <p> |
|
1702 Private slot to show the downloads dialog. |
|
1703 </p><a NAME="WebBrowserWindow.__showEnginesConfigurationDialog" ID="WebBrowserWindow.__showEnginesConfigurationDialog"></a> |
|
1704 <h4>WebBrowserWindow.__showEnginesConfigurationDialog</h4> |
|
1705 <b>__showEnginesConfigurationDialog</b>(<i></i>) |
|
1706 <p> |
|
1707 Private slot to show the search engines configuration dialog. |
|
1708 </p><a NAME="WebBrowserWindow.__showFeaturePermissionDialog" ID="WebBrowserWindow.__showFeaturePermissionDialog"></a> |
|
1709 <h4>WebBrowserWindow.__showFeaturePermissionDialog</h4> |
|
1710 <b>__showFeaturePermissionDialog</b>(<i></i>) |
|
1711 <p> |
|
1712 Private slot to show the feature permission dialog. |
|
1713 </p><a NAME="WebBrowserWindow.__showFeedsManager" ID="WebBrowserWindow.__showFeedsManager"></a> |
|
1714 <h4>WebBrowserWindow.__showFeedsManager</h4> |
|
1715 <b>__showFeedsManager</b>(<i></i>) |
|
1716 <p> |
|
1717 Private slot to show the feeds manager dialog. |
|
1718 </p><a NAME="WebBrowserWindow.__showFlashCookiesManagement" ID="WebBrowserWindow.__showFlashCookiesManagement"></a> |
|
1719 <h4>WebBrowserWindow.__showFlashCookiesManagement</h4> |
|
1720 <b>__showFlashCookiesManagement</b>(<i></i>) |
|
1721 <p> |
|
1722 Private slot to show the flash cookies management dialog. |
|
1723 </p><a NAME="WebBrowserWindow.__showGreaseMonkeyConfigDialog" ID="WebBrowserWindow.__showGreaseMonkeyConfigDialog"></a> |
|
1724 <h4>WebBrowserWindow.__showGreaseMonkeyConfigDialog</h4> |
|
1725 <b>__showGreaseMonkeyConfigDialog</b>(<i></i>) |
|
1726 <p> |
|
1727 Private slot to show the GreaseMonkey scripts configuration dialog. |
|
1728 </p><a NAME="WebBrowserWindow.__showIndexWindow" ID="WebBrowserWindow.__showIndexWindow"></a> |
|
1729 <h4>WebBrowserWindow.__showIndexWindow</h4> |
|
1730 <b>__showIndexWindow</b>(<i></i>) |
|
1731 <p> |
|
1732 Private method to show the index window. |
|
1733 </p><a NAME="WebBrowserWindow.__showInstallationError" ID="WebBrowserWindow.__showInstallationError"></a> |
|
1734 <h4>WebBrowserWindow.__showInstallationError</h4> |
|
1735 <b>__showInstallationError</b>(<i>message</i>) |
|
1736 <p> |
|
1737 Private slot to show installation errors. |
|
1738 </p><dl> |
|
1739 <dt><i>message</i></dt> |
|
1740 <dd> |
|
1741 message to be shown (string) |
|
1742 </dd> |
|
1743 </dl><a NAME="WebBrowserWindow.__showPageSource" ID="WebBrowserWindow.__showPageSource"></a> |
|
1744 <h4>WebBrowserWindow.__showPageSource</h4> |
|
1745 <b>__showPageSource</b>(<i></i>) |
|
1746 <p> |
|
1747 Private slot to show the source of the current page in an editor. |
|
1748 </p><a NAME="WebBrowserWindow.__showPageSourceCallback" ID="WebBrowserWindow.__showPageSourceCallback"></a> |
|
1749 <h4>WebBrowserWindow.__showPageSourceCallback</h4> |
|
1750 <b>__showPageSourceCallback</b>(<i>src</i>) |
|
1751 <p> |
|
1752 Private method to show the source of the current page in an editor. |
|
1753 </p><dl> |
|
1754 <dt><i>src</i> (str)</dt> |
|
1755 <dd> |
|
1756 source of the web page |
|
1757 </dd> |
|
1758 </dl><a NAME="WebBrowserWindow.__showPasswordsDialog" ID="WebBrowserWindow.__showPasswordsDialog"></a> |
|
1759 <h4>WebBrowserWindow.__showPasswordsDialog</h4> |
|
1760 <b>__showPasswordsDialog</b>(<i></i>) |
|
1761 <p> |
|
1762 Private slot to show the passwords management dialog. |
|
1763 </p><a NAME="WebBrowserWindow.__showPersonalInformationDialog" ID="WebBrowserWindow.__showPersonalInformationDialog"></a> |
|
1764 <h4>WebBrowserWindow.__showPersonalInformationDialog</h4> |
|
1765 <b>__showPersonalInformationDialog</b>(<i></i>) |
|
1766 <p> |
|
1767 Private slot to show the Personal Information configuration dialog. |
|
1768 </p><a NAME="WebBrowserWindow.__showPreferences" ID="WebBrowserWindow.__showPreferences"></a> |
|
1769 <h4>WebBrowserWindow.__showPreferences</h4> |
|
1770 <b>__showPreferences</b>(<i></i>) |
|
1771 <p> |
|
1772 Private slot to set the preferences. |
|
1773 </p><a NAME="WebBrowserWindow.__showProtocolHandlerManagerDialog" ID="WebBrowserWindow.__showProtocolHandlerManagerDialog"></a> |
|
1774 <h4>WebBrowserWindow.__showProtocolHandlerManagerDialog</h4> |
|
1775 <b>__showProtocolHandlerManagerDialog</b>(<i></i>) |
|
1776 <p> |
|
1777 Private slot to show the protocol handler manager dialog. |
|
1778 </p><a NAME="WebBrowserWindow.__showSafeBrowsingDialog" ID="WebBrowserWindow.__showSafeBrowsingDialog"></a> |
|
1779 <h4>WebBrowserWindow.__showSafeBrowsingDialog</h4> |
|
1780 <b>__showSafeBrowsingDialog</b>(<i></i>) |
|
1781 <p> |
|
1782 Private slot to show the safe browsing management dialog. |
|
1783 </p><a NAME="WebBrowserWindow.__showSearchWindow" ID="WebBrowserWindow.__showSearchWindow"></a> |
|
1784 <h4>WebBrowserWindow.__showSearchWindow</h4> |
|
1785 <b>__showSearchWindow</b>(<i></i>) |
|
1786 <p> |
|
1787 Private method to show the search window. |
|
1788 </p><a NAME="WebBrowserWindow.__showSessionManagerDialog" ID="WebBrowserWindow.__showSessionManagerDialog"></a> |
|
1789 <h4>WebBrowserWindow.__showSessionManagerDialog</h4> |
|
1790 <b>__showSessionManagerDialog</b>(<i></i>) |
|
1791 <p> |
|
1792 Private slot to show the session manager dialog. |
|
1793 </p><a NAME="WebBrowserWindow.__showSiteinfoDialog" ID="WebBrowserWindow.__showSiteinfoDialog"></a> |
|
1794 <h4>WebBrowserWindow.__showSiteinfoDialog</h4> |
|
1795 <b>__showSiteinfoDialog</b>(<i></i>) |
|
1796 <p> |
|
1797 Private slot to show the site info dialog. |
|
1798 </p><a NAME="WebBrowserWindow.__showSyncDialog" ID="WebBrowserWindow.__showSyncDialog"></a> |
|
1799 <h4>WebBrowserWindow.__showSyncDialog</h4> |
|
1800 <b>__showSyncDialog</b>(<i></i>) |
|
1801 <p> |
|
1802 Private slot to show the synchronization dialog. |
|
1803 </p><a NAME="WebBrowserWindow.__showTabManager" ID="WebBrowserWindow.__showTabManager"></a> |
|
1804 <h4>WebBrowserWindow.__showTabManager</h4> |
|
1805 <b>__showTabManager</b>(<i>act</i>) |
|
1806 <p> |
|
1807 Private method to show the tab manager window. |
|
1808 </p><dl> |
|
1809 <dt><i>act</i> (QAction)</dt> |
|
1810 <dd> |
|
1811 reference to the act that triggered |
|
1812 </dd> |
|
1813 </dl><a NAME="WebBrowserWindow.__showTocWindow" ID="WebBrowserWindow.__showTocWindow"></a> |
|
1814 <h4>WebBrowserWindow.__showTocWindow</h4> |
|
1815 <b>__showTocWindow</b>(<i></i>) |
|
1816 <p> |
|
1817 Private method to show the table of contents window. |
|
1818 </p><a NAME="WebBrowserWindow.__showToolbarsMenu" ID="WebBrowserWindow.__showToolbarsMenu"></a> |
|
1819 <h4>WebBrowserWindow.__showToolbarsMenu</h4> |
|
1820 <b>__showToolbarsMenu</b>(<i></i>) |
|
1821 <p> |
|
1822 Private slot to display the Toolbars menu. |
|
1823 </p><a NAME="WebBrowserWindow.__showUserAgentsDialog" ID="WebBrowserWindow.__showUserAgentsDialog"></a> |
|
1824 <h4>WebBrowserWindow.__showUserAgentsDialog</h4> |
|
1825 <b>__showUserAgentsDialog</b>(<i></i>) |
|
1826 <p> |
|
1827 Private slot to show the user agents management dialog. |
|
1828 </p><a NAME="WebBrowserWindow.__showWebIconsDialog" ID="WebBrowserWindow.__showWebIconsDialog"></a> |
|
1829 <h4>WebBrowserWindow.__showWebIconsDialog</h4> |
|
1830 <b>__showWebIconsDialog</b>(<i></i>) |
|
1831 <p> |
|
1832 Private slot to show a dialog to manage the favicons database. |
|
1833 </p><a NAME="WebBrowserWindow.__showZoomValuesDialog" ID="WebBrowserWindow.__showZoomValuesDialog"></a> |
|
1834 <h4>WebBrowserWindow.__showZoomValuesDialog</h4> |
|
1835 <b>__showZoomValuesDialog</b>(<i></i>) |
|
1836 <p> |
|
1837 Private slot to show the zoom values management dialog. |
|
1838 </p><a NAME="WebBrowserWindow.__shutdownWindow" ID="WebBrowserWindow.__shutdownWindow"></a> |
|
1839 <h4>WebBrowserWindow.__shutdownWindow</h4> |
|
1840 <b>__shutdownWindow</b>(<i></i>) |
|
1841 <p> |
|
1842 Private method to shut down a web browser window. |
|
1843 </p><dl> |
|
1844 <dt>Returns:</dt> |
|
1845 <dd> |
|
1846 flag indicating successful shutdown (boolean) |
|
1847 </dd> |
|
1848 </dl><a NAME="WebBrowserWindow.__stopLoading" ID="WebBrowserWindow.__stopLoading"></a> |
|
1849 <h4>WebBrowserWindow.__stopLoading</h4> |
|
1850 <b>__stopLoading</b>(<i></i>) |
|
1851 <p> |
|
1852 Private slot called to handle loading of the current page. |
|
1853 </p><a NAME="WebBrowserWindow.__switchTab" ID="WebBrowserWindow.__switchTab"></a> |
|
1854 <h4>WebBrowserWindow.__switchTab</h4> |
|
1855 <b>__switchTab</b>(<i></i>) |
|
1856 <p> |
|
1857 Private slot used to switch between the current and the previous |
|
1858 current tab. |
|
1859 </p><a NAME="WebBrowserWindow.__syncTOC" ID="WebBrowserWindow.__syncTOC"></a> |
|
1860 <h4>WebBrowserWindow.__syncTOC</h4> |
|
1861 <b>__syncTOC</b>(<i></i>) |
|
1862 <p> |
|
1863 Private slot to synchronize the TOC with the currently shown page. |
|
1864 </p><a NAME="WebBrowserWindow.__titleChanged" ID="WebBrowserWindow.__titleChanged"></a> |
|
1865 <h4>WebBrowserWindow.__titleChanged</h4> |
|
1866 <b>__titleChanged</b>(<i>browser, title</i>) |
|
1867 <p> |
|
1868 Private slot called to handle a change of a browser's title. |
|
1869 </p><dl> |
|
1870 <dt><i>browser</i></dt> |
|
1871 <dd> |
|
1872 reference to the browser (WebBrowserView) |
|
1873 </dd><dt><i>title</i></dt> |
|
1874 <dd> |
|
1875 new title (string) |
|
1876 </dd> |
|
1877 </dl><a NAME="WebBrowserWindow.__toggleJavaScriptConsole" ID="WebBrowserWindow.__toggleJavaScriptConsole"></a> |
|
1878 <h4>WebBrowserWindow.__toggleJavaScriptConsole</h4> |
|
1879 <b>__toggleJavaScriptConsole</b>(<i></i>) |
|
1880 <p> |
|
1881 Private slot to toggle the JavaScript console. |
|
1882 </p><a NAME="WebBrowserWindow.__undo" ID="WebBrowserWindow.__undo"></a> |
|
1883 <h4>WebBrowserWindow.__undo</h4> |
|
1884 <b>__undo</b>(<i></i>) |
|
1885 <p> |
|
1886 Private slot to handle the undo action. |
|
1887 </p><a NAME="WebBrowserWindow.__unselect" ID="WebBrowserWindow.__unselect"></a> |
|
1888 <h4>WebBrowserWindow.__unselect</h4> |
|
1889 <b>__unselect</b>(<i></i>) |
|
1890 <p> |
|
1891 Private slot to clear the selection of the current browser. |
|
1892 </p><a NAME="WebBrowserWindow.__virusTotalDomainReport" ID="WebBrowserWindow.__virusTotalDomainReport"></a> |
|
1893 <h4>WebBrowserWindow.__virusTotalDomainReport</h4> |
|
1894 <b>__virusTotalDomainReport</b>(<i></i>) |
|
1895 <p> |
|
1896 Private slot to retrieve a domain report. |
|
1897 </p><a NAME="WebBrowserWindow.__virusTotalFileScanReport" ID="WebBrowserWindow.__virusTotalFileScanReport"></a> |
|
1898 <h4>WebBrowserWindow.__virusTotalFileScanReport</h4> |
|
1899 <b>__virusTotalFileScanReport</b>(<i>url</i>) |
|
1900 <p> |
|
1901 Private slot to initiate the display of the file scan report page. |
|
1902 </p><dl> |
|
1903 <dt><i>url</i></dt> |
|
1904 <dd> |
|
1905 URL of the file scan report page (string) |
|
1906 </dd> |
|
1907 </dl><a NAME="WebBrowserWindow.__virusTotalIpAddressReport" ID="WebBrowserWindow.__virusTotalIpAddressReport"></a> |
|
1908 <h4>WebBrowserWindow.__virusTotalIpAddressReport</h4> |
|
1909 <b>__virusTotalIpAddressReport</b>(<i></i>) |
|
1910 <p> |
|
1911 Private slot to retrieve an IP address report. |
|
1912 </p><a NAME="WebBrowserWindow.__virusTotalScanCurrentSite" ID="WebBrowserWindow.__virusTotalScanCurrentSite"></a> |
|
1913 <h4>WebBrowserWindow.__virusTotalScanCurrentSite</h4> |
|
1914 <b>__virusTotalScanCurrentSite</b>(<i></i>) |
|
1915 <p> |
|
1916 Private slot to ask VirusTotal for a scan of the URL of the current |
|
1917 browser. |
|
1918 </p><a NAME="WebBrowserWindow.__virusTotalSubmitUrlError" ID="WebBrowserWindow.__virusTotalSubmitUrlError"></a> |
|
1919 <h4>WebBrowserWindow.__virusTotalSubmitUrlError</h4> |
|
1920 <b>__virusTotalSubmitUrlError</b>(<i>msg</i>) |
|
1921 <p> |
|
1922 Private slot to handle an URL scan submission error. |
|
1923 </p><dl> |
|
1924 <dt><i>msg</i></dt> |
|
1925 <dd> |
|
1926 error message (str) |
|
1927 </dd> |
|
1928 </dl><a NAME="WebBrowserWindow.__virusTotalUrlScanReport" ID="WebBrowserWindow.__virusTotalUrlScanReport"></a> |
|
1929 <h4>WebBrowserWindow.__virusTotalUrlScanReport</h4> |
|
1930 <b>__virusTotalUrlScanReport</b>(<i>url</i>) |
|
1931 <p> |
|
1932 Private slot to initiate the display of the URL scan report page. |
|
1933 </p><dl> |
|
1934 <dt><i>url</i></dt> |
|
1935 <dd> |
|
1936 URL of the URL scan report page (string) |
|
1937 </dd> |
|
1938 </dl><a NAME="WebBrowserWindow.__warning" ID="WebBrowserWindow.__warning"></a> |
|
1939 <h4>WebBrowserWindow.__warning</h4> |
|
1940 <b>__warning</b>(<i>msg</i>) |
|
1941 <p> |
|
1942 Private slot handling warnings from the help engine. |
|
1943 </p><dl> |
|
1944 <dt><i>msg</i></dt> |
|
1945 <dd> |
|
1946 message sent by the help engine (string) |
|
1947 </dd> |
|
1948 </dl><a NAME="WebBrowserWindow.__whatsThis" ID="WebBrowserWindow.__whatsThis"></a> |
|
1949 <h4>WebBrowserWindow.__whatsThis</h4> |
|
1950 <b>__whatsThis</b>(<i></i>) |
|
1951 <p> |
|
1952 Private slot called in to enter Whats This mode. |
|
1953 </p><a NAME="WebBrowserWindow.__zoomIn" ID="WebBrowserWindow.__zoomIn"></a> |
|
1954 <h4>WebBrowserWindow.__zoomIn</h4> |
|
1955 <b>__zoomIn</b>(<i></i>) |
|
1956 <p> |
|
1957 Private slot called to handle the zoom in action. |
|
1958 </p><a NAME="WebBrowserWindow.__zoomOut" ID="WebBrowserWindow.__zoomOut"></a> |
|
1959 <h4>WebBrowserWindow.__zoomOut</h4> |
|
1960 <b>__zoomOut</b>(<i></i>) |
|
1961 <p> |
|
1962 Private slot called to handle the zoom out action. |
|
1963 </p><a NAME="WebBrowserWindow.__zoomReset" ID="WebBrowserWindow.__zoomReset"></a> |
|
1964 <h4>WebBrowserWindow.__zoomReset</h4> |
|
1965 <b>__zoomReset</b>(<i></i>) |
|
1966 <p> |
|
1967 Private slot called to handle the zoom reset action. |
|
1968 </p><a NAME="WebBrowserWindow.__zoomValueChanged" ID="WebBrowserWindow.__zoomValueChanged"></a> |
|
1969 <h4>WebBrowserWindow.__zoomValueChanged</h4> |
|
1970 <b>__zoomValueChanged</b>(<i>value</i>) |
|
1971 <p> |
|
1972 Private slot to handle value changes of the zoom widget. |
|
1973 </p><dl> |
|
1974 <dt><i>value</i></dt> |
|
1975 <dd> |
|
1976 zoom value (integer) |
|
1977 </dd> |
|
1978 </dl><a NAME="WebBrowserWindow.adBlockIcon" ID="WebBrowserWindow.adBlockIcon"></a> |
|
1979 <h4>WebBrowserWindow.adBlockIcon</h4> |
|
1980 <b>adBlockIcon</b>(<i></i>) |
|
1981 <p> |
|
1982 Public method to get a reference to the AdBlock icon. |
|
1983 </p><dl> |
|
1984 <dt>Returns:</dt> |
|
1985 <dd> |
|
1986 reference to the AdBlock icon (AdBlockIcon) |
|
1987 </dd> |
|
1988 </dl><a NAME="WebBrowserWindow.bookmarkAll" ID="WebBrowserWindow.bookmarkAll"></a> |
|
1989 <h4>WebBrowserWindow.bookmarkAll</h4> |
|
1990 <b>bookmarkAll</b>(<i></i>) |
|
1991 <p> |
|
1992 Public slot to bookmark all open tabs. |
|
1993 </p><a NAME="WebBrowserWindow.browserAt" ID="WebBrowserWindow.browserAt"></a> |
|
1994 <h4>WebBrowserWindow.browserAt</h4> |
|
1995 <b>browserAt</b>(<i>index</i>) |
|
1996 <p> |
|
1997 Public method to get a reference to the web browser with the given |
|
1998 index. |
|
1999 </p><dl> |
|
2000 <dt><i>index</i></dt> |
|
2001 <dd> |
|
2002 index of the browser to get (integer) |
|
2003 </dd> |
|
2004 </dl><dl> |
|
2005 <dt>Returns:</dt> |
|
2006 <dd> |
|
2007 reference to the indexed web browser (WebBrowserView) |
|
2008 </dd> |
|
2009 </dl><a NAME="WebBrowserWindow.browsers" ID="WebBrowserWindow.browsers"></a> |
|
2010 <h4>WebBrowserWindow.browsers</h4> |
|
2011 <b>browsers</b>(<i></i>) |
|
2012 <p> |
|
2013 Public method to get a list of references to all web browsers. |
|
2014 </p><dl> |
|
2015 <dt>Returns:</dt> |
|
2016 <dd> |
|
2017 list of references to web browsers (list of WebBrowserView) |
|
2018 </dd> |
|
2019 </dl><a NAME="WebBrowserWindow.closeBrowser" ID="WebBrowserWindow.closeBrowser"></a> |
|
2020 <h4>WebBrowserWindow.closeBrowser</h4> |
|
2021 <b>closeBrowser</b>(<i>browser</i>) |
|
2022 <p> |
|
2023 Public method to close the given browser. |
|
2024 </p><dl> |
|
2025 <dt><i>browser</i> (WebBrowserView)</dt> |
|
2026 <dd> |
|
2027 reference to the web browser view to be closed |
|
2028 </dd> |
|
2029 </dl><a NAME="WebBrowserWindow.closeCurrentBrowser" ID="WebBrowserWindow.closeCurrentBrowser"></a> |
|
2030 <h4>WebBrowserWindow.closeCurrentBrowser</h4> |
|
2031 <b>closeCurrentBrowser</b>(<i></i>) |
|
2032 <p> |
|
2033 Public method to close the current web browser. |
|
2034 </p><a NAME="WebBrowserWindow.closeEvent" ID="WebBrowserWindow.closeEvent"></a> |
|
2035 <h4>WebBrowserWindow.closeEvent</h4> |
|
2036 <b>closeEvent</b>(<i>e</i>) |
|
2037 <p> |
|
2038 Protected event handler for the close event. |
|
2039 </p><dl> |
|
2040 <dt><i>e</i></dt> |
|
2041 <dd> |
|
2042 the close event (QCloseEvent) |
|
2043 <br />This event is simply accepted after the history has been |
|
2044 saved and all window references have been deleted. |
|
2045 </dd> |
|
2046 </dl><a NAME="WebBrowserWindow.createPopupMenu" ID="WebBrowserWindow.createPopupMenu"></a> |
|
2047 <h4>WebBrowserWindow.createPopupMenu</h4> |
|
2048 <b>createPopupMenu</b>(<i></i>) |
|
2049 <p> |
|
2050 Public method to create the toolbars menu for Qt. |
|
2051 </p><dl> |
|
2052 <dt>Returns:</dt> |
|
2053 <dd> |
|
2054 toolbars menu |
|
2055 </dd> |
|
2056 </dl><dl> |
|
2057 <dt>Return Type:</dt> |
|
2058 <dd> |
|
2059 QMenu |
|
2060 </dd> |
|
2061 </dl><a NAME="WebBrowserWindow.currentBrowser" ID="WebBrowserWindow.currentBrowser"></a> |
|
2062 <h4>WebBrowserWindow.currentBrowser</h4> |
|
2063 <b>currentBrowser</b>(<i></i>) |
|
2064 <p> |
|
2065 Public method to get a reference to the current web browser. |
|
2066 </p><dl> |
|
2067 <dt>Returns:</dt> |
|
2068 <dd> |
|
2069 reference to the current help browser (WebBrowserView) |
|
2070 </dd> |
|
2071 </dl><a NAME="WebBrowserWindow.enterHtmlFullScreen" ID="WebBrowserWindow.enterHtmlFullScreen"></a> |
|
2072 <h4>WebBrowserWindow.enterHtmlFullScreen</h4> |
|
2073 <b>enterHtmlFullScreen</b>(<i></i>) |
|
2074 <p> |
|
2075 Public method to switch to full screen initiated by the |
|
2076 HTML page. |
|
2077 </p><a NAME="WebBrowserWindow.event" ID="WebBrowserWindow.event"></a> |
|
2078 <h4>WebBrowserWindow.event</h4> |
|
2079 <b>event</b>(<i>evt</i>) |
|
2080 <p> |
|
2081 Public method handling events. |
|
2082 </p><dl> |
|
2083 <dt><i>evt</i> (QEvent)</dt> |
|
2084 <dd> |
|
2085 reference to the event |
|
2086 </dd> |
|
2087 </dl><dl> |
|
2088 <dt>Returns:</dt> |
|
2089 <dd> |
|
2090 flag indicating a handled event |
|
2091 </dd> |
|
2092 </dl><dl> |
|
2093 <dt>Return Type:</dt> |
|
2094 <dd> |
|
2095 bool |
|
2096 </dd> |
|
2097 </dl><a NAME="WebBrowserWindow.eventKeyboardModifiers" ID="WebBrowserWindow.eventKeyboardModifiers"></a> |
|
2098 <h4>WebBrowserWindow.eventKeyboardModifiers</h4> |
|
2099 <b>eventKeyboardModifiers</b>(<i></i>) |
|
2100 <p> |
|
2101 Public method to get the last recorded keyboard modifiers. |
|
2102 </p><dl> |
|
2103 <dt>Returns:</dt> |
|
2104 <dd> |
|
2105 keyboard modifiers (Qt.KeyboardModifiers) |
|
2106 </dd> |
|
2107 </dl><a NAME="WebBrowserWindow.eventMouseButtons" ID="WebBrowserWindow.eventMouseButtons"></a> |
|
2108 <h4>WebBrowserWindow.eventMouseButtons</h4> |
|
2109 <b>eventMouseButtons</b>(<i></i>) |
|
2110 <p> |
|
2111 Public method to get the last recorded mouse buttons. |
|
2112 </p><dl> |
|
2113 <dt>Returns:</dt> |
|
2114 <dd> |
|
2115 mouse buttons (Qt.MouseButtons) |
|
2116 </dd> |
|
2117 </dl><a NAME="WebBrowserWindow.forceClose" ID="WebBrowserWindow.forceClose"></a> |
|
2118 <h4>WebBrowserWindow.forceClose</h4> |
|
2119 <b>forceClose</b>(<i></i>) |
|
2120 <p> |
|
2121 Public method to force closing the window. |
|
2122 </p><a NAME="WebBrowserWindow.getActions" ID="WebBrowserWindow.getActions"></a> |
|
2123 <h4>WebBrowserWindow.getActions</h4> |
|
2124 <b>getActions</b>(<i></i>) |
|
2125 <p> |
|
2126 Public method to get a list of all actions. |
|
2127 </p><dl> |
|
2128 <dt>Returns:</dt> |
|
2129 <dd> |
|
2130 list of all actions (list of E5Action) |
|
2131 </dd> |
|
2132 </dl><a NAME="WebBrowserWindow.getActionsCategory" ID="WebBrowserWindow.getActionsCategory"></a> |
|
2133 <h4>WebBrowserWindow.getActionsCategory</h4> |
|
2134 <b>getActionsCategory</b>(<i></i>) |
|
2135 <p> |
|
2136 Public method to get the category of the defined actions. |
|
2137 </p><dl> |
|
2138 <dt>Returns:</dt> |
|
2139 <dd> |
|
2140 category of the actions |
|
2141 </dd> |
|
2142 </dl><dl> |
|
2143 <dt>Return Type:</dt> |
|
2144 <dd> |
|
2145 str |
|
2146 </dd> |
|
2147 </dl><a NAME="WebBrowserWindow.getSourceFileList" ID="WebBrowserWindow.getSourceFileList"></a> |
|
2148 <h4>WebBrowserWindow.getSourceFileList</h4> |
|
2149 <b>getSourceFileList</b>(<i></i>) |
|
2150 <p> |
|
2151 Public method to get a list of all opened source files. |
|
2152 </p><dl> |
|
2153 <dt>Returns:</dt> |
|
2154 <dd> |
|
2155 dictionary with tab id as key and host/namespace as value |
|
2156 </dd> |
|
2157 </dl><a NAME="WebBrowserWindow.hideFullScreenNavigation" ID="WebBrowserWindow.hideFullScreenNavigation"></a> |
|
2158 <h4>WebBrowserWindow.hideFullScreenNavigation</h4> |
|
2159 <b>hideFullScreenNavigation</b>(<i></i>) |
|
2160 <p> |
|
2161 Public slot to hide full screen navigation. |
|
2162 </p><a NAME="WebBrowserWindow.isClosing" ID="WebBrowserWindow.isClosing"></a> |
|
2163 <h4>WebBrowserWindow.isClosing</h4> |
|
2164 <b>isClosing</b>(<i></i>) |
|
2165 <p> |
|
2166 Public method to test, if the window is closing. |
|
2167 </p><dl> |
|
2168 <dt>Returns:</dt> |
|
2169 <dd> |
|
2170 flag indicating that the window is closing |
|
2171 </dd> |
|
2172 </dl><dl> |
|
2173 <dt>Return Type:</dt> |
|
2174 <dd> |
|
2175 bool |
|
2176 </dd> |
|
2177 </dl><a NAME="WebBrowserWindow.isFullScreenNavigationVisible" ID="WebBrowserWindow.isFullScreenNavigationVisible"></a> |
|
2178 <h4>WebBrowserWindow.isFullScreenNavigationVisible</h4> |
|
2179 <b>isFullScreenNavigationVisible</b>(<i></i>) |
|
2180 <p> |
|
2181 Public method to check, if full screen navigation is active. |
|
2182 </p><dl> |
|
2183 <dt>Returns:</dt> |
|
2184 <dd> |
|
2185 flag indicating visibility of the navigation container in full |
|
2186 screen mode |
|
2187 </dd> |
|
2188 </dl><dl> |
|
2189 <dt>Return Type:</dt> |
|
2190 <dd> |
|
2191 bool |
|
2192 </dd> |
|
2193 </dl><a NAME="WebBrowserWindow.javascriptConsole" ID="WebBrowserWindow.javascriptConsole"></a> |
|
2194 <h4>WebBrowserWindow.javascriptConsole</h4> |
|
2195 <b>javascriptConsole</b>(<i></i>) |
|
2196 <p> |
|
2197 Public method to get a reference to the JavaScript console widget. |
|
2198 </p><dl> |
|
2199 <dt>Returns:</dt> |
|
2200 <dd> |
|
2201 reference to the JavaScript console |
|
2202 </dd> |
|
2203 </dl><dl> |
|
2204 <dt>Return Type:</dt> |
|
2205 <dd> |
|
2206 WebBrowserJavaScriptConsole |
|
2207 </dd> |
|
2208 </dl><a NAME="WebBrowserWindow.keyPressEvent" ID="WebBrowserWindow.keyPressEvent"></a> |
|
2209 <h4>WebBrowserWindow.keyPressEvent</h4> |
|
2210 <b>keyPressEvent</b>(<i>evt</i>) |
|
2211 <p> |
|
2212 Protected method to handle key presses. |
|
2213 </p><dl> |
|
2214 <dt><i>evt</i></dt> |
|
2215 <dd> |
|
2216 reference to the key press event (QKeyEvent) |
|
2217 </dd> |
|
2218 </dl><a NAME="WebBrowserWindow.masterPasswordChanged" ID="WebBrowserWindow.masterPasswordChanged"></a> |
|
2219 <h4>WebBrowserWindow.masterPasswordChanged</h4> |
|
2220 <b>masterPasswordChanged</b>(<i>oldPassword, newPassword, local=False</i>) |
|
2221 <p> |
|
2222 Public slot to handle the change of the master password. |
|
2223 </p><dl> |
|
2224 <dt><i>oldPassword</i> (str)</dt> |
|
2225 <dd> |
|
2226 current master password |
|
2227 </dd><dt><i>newPassword</i> (str)</dt> |
|
2228 <dd> |
|
2229 new master password |
|
2230 </dd><dt><i>local</i> (bool)</dt> |
|
2231 <dd> |
|
2232 flag indicating being called from the local configuration |
|
2233 dialog |
|
2234 </dd> |
|
2235 </dl><a NAME="WebBrowserWindow.mousePressEvent" ID="WebBrowserWindow.mousePressEvent"></a> |
|
2236 <h4>WebBrowserWindow.mousePressEvent</h4> |
|
2237 <b>mousePressEvent</b>(<i>evt</i>) |
|
2238 <p> |
|
2239 Protected method called by a mouse press event. |
|
2240 </p><dl> |
|
2241 <dt><i>evt</i></dt> |
|
2242 <dd> |
|
2243 reference to the mouse event (QMouseEvent) |
|
2244 </dd> |
|
2245 </dl><a NAME="WebBrowserWindow.newPrivateWindow" ID="WebBrowserWindow.newPrivateWindow"></a> |
|
2246 <h4>WebBrowserWindow.newPrivateWindow</h4> |
|
2247 <b>newPrivateWindow</b>(<i>link=None</i>) |
|
2248 <p> |
|
2249 Public slot called to open a new private web browser window. |
|
2250 </p><dl> |
|
2251 <dt><i>link</i> (str or QUrl)</dt> |
|
2252 <dd> |
|
2253 URL to be displayed in the new window |
|
2254 </dd> |
|
2255 </dl><a NAME="WebBrowserWindow.newTab" ID="WebBrowserWindow.newTab"></a> |
|
2256 <h4>WebBrowserWindow.newTab</h4> |
|
2257 <b>newTab</b>(<i>link=None, addNextTo=None, background=False</i>) |
|
2258 <p> |
|
2259 Public slot called to open a new web browser tab. |
|
2260 </p><dl> |
|
2261 <dt><i>link</i></dt> |
|
2262 <dd> |
|
2263 file to be displayed in the new window (string or QUrl) |
|
2264 </dd><dt><i>addNextTo</i></dt> |
|
2265 <dd> |
|
2266 reference to the browser to open the tab after |
|
2267 (WebBrowserView) |
|
2268 </dd><dt><i>background=</i></dt> |
|
2269 <dd> |
|
2270 flag indicating to open the tab in the |
|
2271 background (bool) |
|
2272 </dd> |
|
2273 </dl><dl> |
|
2274 <dt>Returns:</dt> |
|
2275 <dd> |
|
2276 reference to the new browser |
|
2277 </dd> |
|
2278 </dl><dl> |
|
2279 <dt>Return Type:</dt> |
|
2280 <dd> |
|
2281 WebBrowserView |
|
2282 </dd> |
|
2283 </dl><a NAME="WebBrowserWindow.newWindow" ID="WebBrowserWindow.newWindow"></a> |
|
2284 <h4>WebBrowserWindow.newWindow</h4> |
|
2285 <b>newWindow</b>(<i>link=None, restoreSession=False</i>) |
|
2286 <p> |
|
2287 Public slot called to open a new web browser window. |
|
2288 </p><dl> |
|
2289 <dt><i>link</i> (str or QUrl)</dt> |
|
2290 <dd> |
|
2291 URL to be displayed in the new window |
|
2292 </dd><dt><i>restoreSession</i> (bool)</dt> |
|
2293 <dd> |
|
2294 flag indicating a restore session action |
|
2295 </dd> |
|
2296 </dl><dl> |
|
2297 <dt>Returns:</dt> |
|
2298 <dd> |
|
2299 reference to the new window |
|
2300 </dd> |
|
2301 </dl><dl> |
|
2302 <dt>Return Type:</dt> |
|
2303 <dd> |
|
2304 WebBrowserWindow |
|
2305 </dd> |
|
2306 </dl><a NAME="WebBrowserWindow.openSearchManager" ID="WebBrowserWindow.openSearchManager"></a> |
|
2307 <h4>WebBrowserWindow.openSearchManager</h4> |
|
2308 <b>openSearchManager</b>(<i></i>) |
|
2309 <p> |
|
2310 Public method to get a reference to the opensearch manager object. |
|
2311 </p><dl> |
|
2312 <dt>Returns:</dt> |
|
2313 <dd> |
|
2314 reference to the opensearch manager object (OpenSearchManager) |
|
2315 </dd> |
|
2316 </dl><a NAME="WebBrowserWindow.openUrl" ID="WebBrowserWindow.openUrl"></a> |
|
2317 <h4>WebBrowserWindow.openUrl</h4> |
|
2318 <b>openUrl</b>(<i>url, title=None</i>) |
|
2319 <p> |
|
2320 Public slot to load a URL in the current tab. |
|
2321 </p><dl> |
|
2322 <dt><i>url</i></dt> |
|
2323 <dd> |
|
2324 URL to be opened (QUrl) |
|
2325 </dd><dt><i>title</i></dt> |
|
2326 <dd> |
|
2327 title of the bookmark (string) |
|
2328 </dd> |
|
2329 </dl><a NAME="WebBrowserWindow.openUrlNewBackgroundTab" ID="WebBrowserWindow.openUrlNewBackgroundTab"></a> |
|
2330 <h4>WebBrowserWindow.openUrlNewBackgroundTab</h4> |
|
2331 <b>openUrlNewBackgroundTab</b>(<i>url, title=None</i>) |
|
2332 <p> |
|
2333 Public slot to load a URL in a new background tab. |
|
2334 </p><dl> |
|
2335 <dt><i>url</i></dt> |
|
2336 <dd> |
|
2337 URL to be opened (QUrl) |
|
2338 </dd><dt><i>title</i></dt> |
|
2339 <dd> |
|
2340 title of the bookmark (string) |
|
2341 </dd> |
|
2342 </dl><a NAME="WebBrowserWindow.openUrlNewPrivateWindow" ID="WebBrowserWindow.openUrlNewPrivateWindow"></a> |
|
2343 <h4>WebBrowserWindow.openUrlNewPrivateWindow</h4> |
|
2344 <b>openUrlNewPrivateWindow</b>(<i>url, title=None</i>) |
|
2345 <p> |
|
2346 Public slot to load a URL in a new private window. |
|
2347 </p><dl> |
|
2348 <dt><i>url</i></dt> |
|
2349 <dd> |
|
2350 URL to be opened (QUrl) |
|
2351 </dd><dt><i>title</i></dt> |
|
2352 <dd> |
|
2353 title of the bookmark (string) |
|
2354 </dd> |
|
2355 </dl><a NAME="WebBrowserWindow.openUrlNewTab" ID="WebBrowserWindow.openUrlNewTab"></a> |
|
2356 <h4>WebBrowserWindow.openUrlNewTab</h4> |
|
2357 <b>openUrlNewTab</b>(<i>url, title=None</i>) |
|
2358 <p> |
|
2359 Public slot to load a URL in a new tab. |
|
2360 </p><dl> |
|
2361 <dt><i>url</i></dt> |
|
2362 <dd> |
|
2363 URL to be opened (QUrl) |
|
2364 </dd><dt><i>title</i></dt> |
|
2365 <dd> |
|
2366 title of the bookmark (string) |
|
2367 </dd> |
|
2368 </dl><a NAME="WebBrowserWindow.openUrlNewWindow" ID="WebBrowserWindow.openUrlNewWindow"></a> |
|
2369 <h4>WebBrowserWindow.openUrlNewWindow</h4> |
|
2370 <b>openUrlNewWindow</b>(<i>url, title=None</i>) |
|
2371 <p> |
|
2372 Public slot to load a URL in a new window. |
|
2373 </p><dl> |
|
2374 <dt><i>url</i></dt> |
|
2375 <dd> |
|
2376 URL to be opened (QUrl) |
|
2377 </dd><dt><i>title</i></dt> |
|
2378 <dd> |
|
2379 title of the bookmark (string) |
|
2380 </dd> |
|
2381 </dl><a NAME="WebBrowserWindow.preferencesChanged" ID="WebBrowserWindow.preferencesChanged"></a> |
|
2382 <h4>WebBrowserWindow.preferencesChanged</h4> |
|
2383 <b>preferencesChanged</b>(<i></i>) |
|
2384 <p> |
|
2385 Public slot to handle a change of preferences. |
|
2386 </p><a NAME="WebBrowserWindow.reloadUserStyleSheet" ID="WebBrowserWindow.reloadUserStyleSheet"></a> |
|
2387 <h4>WebBrowserWindow.reloadUserStyleSheet</h4> |
|
2388 <b>reloadUserStyleSheet</b>(<i></i>) |
|
2389 <p> |
|
2390 Public method to reload the user style sheet. |
|
2391 </p><a NAME="WebBrowserWindow.requestVirusTotalScan" ID="WebBrowserWindow.requestVirusTotalScan"></a> |
|
2392 <h4>WebBrowserWindow.requestVirusTotalScan</h4> |
|
2393 <b>requestVirusTotalScan</b>(<i>url</i>) |
|
2394 <p> |
|
2395 Public method to submit a request to scan an URL by VirusTotal. |
|
2396 </p><dl> |
|
2397 <dt><i>url</i></dt> |
|
2398 <dd> |
|
2399 URL to be scanned (QUrl) |
|
2400 </dd> |
|
2401 </dl><a NAME="WebBrowserWindow.search" ID="WebBrowserWindow.search"></a> |
|
2402 <h4>WebBrowserWindow.search</h4> |
|
2403 <b>search</b>(<i>word</i>) |
|
2404 <p> |
|
2405 Public method to search for a word. |
|
2406 </p><dl> |
|
2407 <dt><i>word</i></dt> |
|
2408 <dd> |
|
2409 word to search for (string) |
|
2410 </dd> |
|
2411 </dl><a NAME="WebBrowserWindow.searchEnginesAction" ID="WebBrowserWindow.searchEnginesAction"></a> |
|
2412 <h4>WebBrowserWindow.searchEnginesAction</h4> |
|
2413 <b>searchEnginesAction</b>(<i></i>) |
|
2414 <p> |
|
2415 Public method to get a reference to the search engines configuration |
|
2416 action. |
|
2417 </p><dl> |
|
2418 <dt>Returns:</dt> |
|
2419 <dd> |
|
2420 reference to the search engines configuration action (QAction) |
|
2421 </dd> |
|
2422 </dl><a NAME="WebBrowserWindow.setBackwardAvailable" ID="WebBrowserWindow.setBackwardAvailable"></a> |
|
2423 <h4>WebBrowserWindow.setBackwardAvailable</h4> |
|
2424 <b>setBackwardAvailable</b>(<i>b</i>) |
|
2425 <p> |
|
2426 Public slot called when backward references are available. |
|
2427 </p><dl> |
|
2428 <dt><i>b</i></dt> |
|
2429 <dd> |
|
2430 flag indicating availability of the backwards action (boolean) |
|
2431 </dd> |
|
2432 </dl><a NAME="WebBrowserWindow.setEventKeyboardModifiers" ID="WebBrowserWindow.setEventKeyboardModifiers"></a> |
|
2433 <h4>WebBrowserWindow.setEventKeyboardModifiers</h4> |
|
2434 <b>setEventKeyboardModifiers</b>(<i>modifiers</i>) |
|
2435 <p> |
|
2436 Public method to record keyboard modifiers. |
|
2437 </p><dl> |
|
2438 <dt><i>modifiers</i></dt> |
|
2439 <dd> |
|
2440 keyboard modifiers to record (Qt.KeyboardModifiers) |
|
2441 </dd> |
|
2442 </dl><a NAME="WebBrowserWindow.setEventMouseButtons" ID="WebBrowserWindow.setEventMouseButtons"></a> |
|
2443 <h4>WebBrowserWindow.setEventMouseButtons</h4> |
|
2444 <b>setEventMouseButtons</b>(<i>buttons</i>) |
|
2445 <p> |
|
2446 Public method to record mouse buttons. |
|
2447 </p><dl> |
|
2448 <dt><i>buttons</i></dt> |
|
2449 <dd> |
|
2450 mouse buttons to record (Qt.MouseButtons) |
|
2451 </dd> |
|
2452 </dl><a NAME="WebBrowserWindow.setForwardAvailable" ID="WebBrowserWindow.setForwardAvailable"></a> |
|
2453 <h4>WebBrowserWindow.setForwardAvailable</h4> |
|
2454 <b>setForwardAvailable</b>(<i>b</i>) |
|
2455 <p> |
|
2456 Public slot called when forward references are available. |
|
2457 </p><dl> |
|
2458 <dt><i>b</i></dt> |
|
2459 <dd> |
|
2460 flag indicating the availability of the forwards action |
|
2461 (boolean) |
|
2462 </dd> |
|
2463 </dl><a NAME="WebBrowserWindow.setLoadingActions" ID="WebBrowserWindow.setLoadingActions"></a> |
|
2464 <h4>WebBrowserWindow.setLoadingActions</h4> |
|
2465 <b>setLoadingActions</b>(<i>b</i>) |
|
2466 <p> |
|
2467 Public slot to set the loading dependent actions. |
|
2468 </p><dl> |
|
2469 <dt><i>b</i></dt> |
|
2470 <dd> |
|
2471 flag indicating the loading state to consider (boolean) |
|
2472 </dd> |
|
2473 </dl><a NAME="WebBrowserWindow.showFullScreenNavigation" ID="WebBrowserWindow.showFullScreenNavigation"></a> |
|
2474 <h4>WebBrowserWindow.showFullScreenNavigation</h4> |
|
2475 <b>showFullScreenNavigation</b>(<i></i>) |
|
2476 <p> |
|
2477 Public slot to show full screen navigation. |
|
2478 </p><a NAME="WebBrowserWindow.shutdown" ID="WebBrowserWindow.shutdown"></a> |
|
2479 <h4>WebBrowserWindow.shutdown</h4> |
|
2480 <b>shutdown</b>(<i></i>) |
|
2481 <p> |
|
2482 Public method to shut down the web browser. |
|
2483 </p><dl> |
|
2484 <dt>Returns:</dt> |
|
2485 <dd> |
|
2486 flag indicating successful shutdown (boolean) |
|
2487 </dd> |
|
2488 </dl><a NAME="WebBrowserWindow.tabWidget" ID="WebBrowserWindow.tabWidget"></a> |
|
2489 <h4>WebBrowserWindow.tabWidget</h4> |
|
2490 <b>tabWidget</b>(<i></i>) |
|
2491 <p> |
|
2492 Public method to get a reference to the tab widget. |
|
2493 </p><dl> |
|
2494 <dt>Returns:</dt> |
|
2495 <dd> |
|
2496 reference to the tab widget |
|
2497 </dd> |
|
2498 </dl><dl> |
|
2499 <dt>Return Type:</dt> |
|
2500 <dd> |
|
2501 WebBrowserTabWidget |
|
2502 </dd> |
|
2503 </dl><a NAME="WebBrowserWindow.toggleFullScreen" ID="WebBrowserWindow.toggleFullScreen"></a> |
|
2504 <h4>WebBrowserWindow.toggleFullScreen</h4> |
|
2505 <b>toggleFullScreen</b>(<i></i>) |
|
2506 <p> |
|
2507 Public slot called to toggle the full screen mode. |
|
2508 </p><a NAME="WebBrowserWindow.urlHandler" ID="WebBrowserWindow.urlHandler"></a> |
|
2509 <h4>WebBrowserWindow.urlHandler</h4> |
|
2510 <b>urlHandler</b>(<i>url</i>) |
|
2511 <p> |
|
2512 Public slot used as desktop URL handler. |
|
2513 </p><dl> |
|
2514 <dt><i>url</i> (QUrl)</dt> |
|
2515 <dd> |
|
2516 URL to be handled |
|
2517 </dd> |
|
2518 </dl> |
|
2519 <div align="right"><a href="#top">Up</a></div> |
|
2520 <hr /> |
|
2521 </body></html> |