172 <tr> |
172 <tr> |
173 <td><a href="#WebBrowserWindow.sessionManager">sessionManager</a></td> |
173 <td><a href="#WebBrowserWindow.sessionManager">sessionManager</a></td> |
174 <td>Class method to get a reference to the session manager.</td> |
174 <td>Class method to get a reference to the session manager.</td> |
175 </tr> |
175 </tr> |
176 <tr> |
176 <tr> |
|
177 <td><a href="#WebBrowserWindow.setIconDatabasePath">setIconDatabasePath</a></td> |
|
178 <td>Class method to set the favicons path.</td> |
|
179 </tr> |
|
180 <tr> |
177 <td><a href="#WebBrowserWindow.setUseQtHelp">setUseQtHelp</a></td> |
181 <td><a href="#WebBrowserWindow.setUseQtHelp">setUseQtHelp</a></td> |
178 <td>Class method to set the QtHelp usage.</td> |
182 <td>Class method to set the QtHelp usage.</td> |
179 </tr> |
183 </tr> |
180 <tr> |
184 <tr> |
181 <td><a href="#WebBrowserWindow.showNotification">showNotification</a></td> |
185 <td><a href="#WebBrowserWindow.showNotification">showNotification</a></td> |
447 <td>Private slot to send the link of the current page via email.</td> |
451 <td>Private slot to send the link of the current page via email.</td> |
448 </tr> |
452 </tr> |
449 <tr> |
453 <tr> |
450 <td><a href="#WebBrowserWindow.__setBookmarksToolbarVisibility">__setBookmarksToolbarVisibility</a></td> |
454 <td><a href="#WebBrowserWindow.__setBookmarksToolbarVisibility">__setBookmarksToolbarVisibility</a></td> |
451 <td>Private method to set the visibility of the bookmarks toolbar.</td> |
455 <td>Private method to set the visibility of the bookmarks toolbar.</td> |
452 </tr> |
|
453 <tr> |
|
454 <td><a href="#WebBrowserWindow.__setIconDatabasePath">__setIconDatabasePath</a></td> |
|
455 <td>Private method to set the favicons path.</td> |
|
456 </tr> |
456 </tr> |
457 <tr> |
457 <tr> |
458 <td><a href="#WebBrowserWindow.__setMenuBarVisibility">__setMenuBarVisibility</a></td> |
458 <td><a href="#WebBrowserWindow.__setMenuBarVisibility">__setMenuBarVisibility</a></td> |
459 <td>Private method to set the visibility of the menu bar.</td> |
459 <td>Private method to set the visibility of the menu bar.</td> |
460 </tr> |
460 </tr> |
1251 <dt>Return Type:</dt> |
1251 <dt>Return Type:</dt> |
1252 <dd> |
1252 <dd> |
1253 SessionManager |
1253 SessionManager |
1254 </dd> |
1254 </dd> |
1255 </dl> |
1255 </dl> |
|
1256 <a NAME="WebBrowserWindow.setIconDatabasePath" ID="WebBrowserWindow.setIconDatabasePath"></a> |
|
1257 <h4>WebBrowserWindow.setIconDatabasePath (class method)</h4> |
|
1258 <b>setIconDatabasePath</b>(<i>enable=True</i>) |
|
1259 |
|
1260 <p> |
|
1261 Class method to set the favicons path. |
|
1262 </p> |
|
1263 <dl> |
|
1264 |
|
1265 <dt><i>enable</i></dt> |
|
1266 <dd> |
|
1267 flag indicating to enabled icon storage (boolean) |
|
1268 </dd> |
|
1269 </dl> |
1256 <a NAME="WebBrowserWindow.setUseQtHelp" ID="WebBrowserWindow.setUseQtHelp"></a> |
1270 <a NAME="WebBrowserWindow.setUseQtHelp" ID="WebBrowserWindow.setUseQtHelp"></a> |
1257 <h4>WebBrowserWindow.setUseQtHelp (class method)</h4> |
1271 <h4>WebBrowserWindow.setUseQtHelp (class method)</h4> |
1258 <b>setUseQtHelp</b>(<i>use</i>) |
1272 <b>setUseQtHelp</b>(<i>use</i>) |
1259 |
1273 |
1260 <p> |
1274 <p> |
2040 <dt><i>visible</i> (bool)</dt> |
2054 <dt><i>visible</i> (bool)</dt> |
2041 <dd> |
2055 <dd> |
2042 flag indicating the toolbar visibility |
2056 flag indicating the toolbar visibility |
2043 </dd> |
2057 </dd> |
2044 </dl> |
2058 </dl> |
2045 <a NAME="WebBrowserWindow.__setIconDatabasePath" ID="WebBrowserWindow.__setIconDatabasePath"></a> |
|
2046 <h4>WebBrowserWindow.__setIconDatabasePath</h4> |
|
2047 <b>__setIconDatabasePath</b>(<i>enable=True</i>) |
|
2048 |
|
2049 <p> |
|
2050 Private method to set the favicons path. |
|
2051 </p> |
|
2052 <dl> |
|
2053 |
|
2054 <dt><i>enable</i></dt> |
|
2055 <dd> |
|
2056 flag indicating to enabled icon storage (boolean) |
|
2057 </dd> |
|
2058 </dl> |
|
2059 <a NAME="WebBrowserWindow.__setMenuBarVisibility" ID="WebBrowserWindow.__setMenuBarVisibility"></a> |
2059 <a NAME="WebBrowserWindow.__setMenuBarVisibility" ID="WebBrowserWindow.__setMenuBarVisibility"></a> |
2060 <h4>WebBrowserWindow.__setMenuBarVisibility</h4> |
2060 <h4>WebBrowserWindow.__setMenuBarVisibility</h4> |
2061 <b>__setMenuBarVisibility</b>(<i>visible</i>) |
2061 <b>__setMenuBarVisibility</b>(<i>visible</i>) |
2062 |
2062 |
2063 <p> |
2063 <p> |