diff -r e5d88ab9d84d -r 423c4db4101e eric7/Documentation/Source/eric7.WebBrowser.WebBrowserPage.html --- a/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserPage.html Fri Sep 03 19:56:55 2021 +0200 +++ b/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserPage.html Fri Sep 03 19:57:39 2021 +0200 @@ -241,6 +241,10 @@ <td><a href="#WebBrowserPage.showSslInfo">showSslInfo</a></td> <td>Public slot to show some SSL information for the loaded page.</td> </tr> +<tr> +<td><a href="#WebBrowserPage.view">view</a></td> +<td>Public method to get a reference to the WebBrowserView associated with the page.</td> +</tr> </table> <h3>Static Methods</h3> @@ -305,16 +309,20 @@ </dl> <a NAME="WebBrowserPage.__init__" ID="WebBrowserPage.__init__"></a> <h4>WebBrowserPage (Constructor)</h4> -<b>WebBrowserPage</b>(<i>parent=None</i>) +<b>WebBrowserPage</b>(<i>view, parent=None</i>) <p> Constructor </p> <dl> -<dt><i>parent</i></dt> +<dt><i>view</i> (WebBrowserView)</dt> <dd> -parent widget of this window (QWidget) +reference to the WebBrowserView associated with the page +</dd> +<dt><i>parent</i> (QWidget (optional))</dt> +<dd> +reference to the parent widget (defaults to None) </dd> </dl> <a NAME="WebBrowserPage.__contentsSizeChanged" ID="WebBrowserPage.__contentsSizeChanged"></a> @@ -905,6 +913,21 @@ position to show the info at </dd> </dl> +<a NAME="WebBrowserPage.view" ID="WebBrowserPage.view"></a> +<h4>WebBrowserPage.view</h4> +<b>view</b>(<i></i>) + +<p> + Public method to get a reference to the WebBrowserView associated with + the page. +</p> +<dl> +<dt>Return:</dt> +<dd> +reference to the WebBrowserView associated with the page + r@type WebBrowserView +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html> \ No newline at end of file