--- a/Documentation/Source/eric6.WebBrowser.WebBrowserWindow.html Fri Feb 16 20:15:49 2018 +0100 +++ b/Documentation/Source/eric6.WebBrowser.WebBrowserWindow.html Fri Feb 16 20:18:29 2018 +0100 @@ -170,6 +170,9 @@ </tr><tr> <td><a href="#WebBrowserWindow.webProfile">webProfile</a></td> <td>Class method handling the web engine profile.</td> +</tr><tr> +<td><a href="#WebBrowserWindow.webSettings">webSettings</a></td> +<td>Class method to get the web settings of the current profile.</td> </tr> </table> <h3>Methods</h3> @@ -1070,6 +1073,21 @@ <dd> QWebEngineProfile </dd> +</dl><a NAME="WebBrowserWindow.webSettings" ID="WebBrowserWindow.webSettings"></a> +<h4>WebBrowserWindow.webSettings (class method)</h4> +<b>webSettings</b>(<i></i>) +<p> + Class method to get the web settings of the current profile. +</p><dl> +<dt>Returns:</dt> +<dd> +web settings of the current profile +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +QWebEngineSettings +</dd> </dl><a NAME="WebBrowserWindow.__init__" ID="WebBrowserWindow.__init__"></a> <h4>WebBrowserWindow (Constructor)</h4> <b>WebBrowserWindow</b>(<i>home, path, parent, name, fromEric=False, initShortcutsOnly=False, searchWord=None, private=False, qthelp=False, settingsDir="", restoreSession=False</i>)