eric7/Documentation/Source/eric7.WebBrowser.WebBrowserPage.html

branch
eric7
changeset 8575
423c4db4101e
parent 8372
e0227a7c850e
child 8596
d64760b2da50
equal deleted inserted replaced
8574:e5d88ab9d84d 8575:423c4db4101e
239 </tr> 239 </tr>
240 <tr> 240 <tr>
241 <td><a href="#WebBrowserPage.showSslInfo">showSslInfo</a></td> 241 <td><a href="#WebBrowserPage.showSslInfo">showSslInfo</a></td>
242 <td>Public slot to show some SSL information for the loaded page.</td> 242 <td>Public slot to show some SSL information for the loaded page.</td>
243 </tr> 243 </tr>
244 <tr>
245 <td><a href="#WebBrowserPage.view">view</a></td>
246 <td>Public method to get a reference to the WebBrowserView associated with the page.</td>
247 </tr>
244 </table> 248 </table>
245 <h3>Static Methods</h3> 249 <h3>Static Methods</h3>
246 250
247 <table> 251 <table>
248 <tr><td>None</td></tr> 252 <tr><td>None</td></tr>
303 user agent string (string) 307 user agent string (string)
304 </dd> 308 </dd>
305 </dl> 309 </dl>
306 <a NAME="WebBrowserPage.__init__" ID="WebBrowserPage.__init__"></a> 310 <a NAME="WebBrowserPage.__init__" ID="WebBrowserPage.__init__"></a>
307 <h4>WebBrowserPage (Constructor)</h4> 311 <h4>WebBrowserPage (Constructor)</h4>
308 <b>WebBrowserPage</b>(<i>parent=None</i>) 312 <b>WebBrowserPage</b>(<i>view, parent=None</i>)
309 313
310 <p> 314 <p>
311 Constructor 315 Constructor
312 </p> 316 </p>
313 <dl> 317 <dl>
314 318
315 <dt><i>parent</i></dt> 319 <dt><i>view</i> (WebBrowserView)</dt>
316 <dd> 320 <dd>
317 parent widget of this window (QWidget) 321 reference to the WebBrowserView associated with the page
322 </dd>
323 <dt><i>parent</i> (QWidget (optional))</dt>
324 <dd>
325 reference to the parent widget (defaults to None)
318 </dd> 326 </dd>
319 </dl> 327 </dl>
320 <a NAME="WebBrowserPage.__contentsSizeChanged" ID="WebBrowserPage.__contentsSizeChanged"></a> 328 <a NAME="WebBrowserPage.__contentsSizeChanged" ID="WebBrowserPage.__contentsSizeChanged"></a>
321 <h4>WebBrowserPage.__contentsSizeChanged</h4> 329 <h4>WebBrowserPage.__contentsSizeChanged</h4>
322 <b>__contentsSizeChanged</b>(<i>size</i>) 330 <b>__contentsSizeChanged</b>(<i>size</i>)
903 <dt><i>pos</i> (QPoint)</dt> 911 <dt><i>pos</i> (QPoint)</dt>
904 <dd> 912 <dd>
905 position to show the info at 913 position to show the info at
906 </dd> 914 </dd>
907 </dl> 915 </dl>
916 <a NAME="WebBrowserPage.view" ID="WebBrowserPage.view"></a>
917 <h4>WebBrowserPage.view</h4>
918 <b>view</b>(<i></i>)
919
920 <p>
921 Public method to get a reference to the WebBrowserView associated with
922 the page.
923 </p>
924 <dl>
925 <dt>Return:</dt>
926 <dd>
927 reference to the WebBrowserView associated with the page
928 r@type WebBrowserView
929 </dd>
930 </dl>
908 <div align="right"><a href="#top">Up</a></div> 931 <div align="right"><a href="#top">Up</a></div>
909 <hr /> 932 <hr />
910 </body></html> 933 </body></html>

eric ide

mercurial