Documentation/Source/eric6.WebBrowser.WebBrowserView.html

changeset 6225
56b6f18abc21
parent 6153
0b18c86c03a1
child 6410
98a5d0cd72f5
equal deleted inserted replaced
6224:08875555771a 6225:56b6f18abc21
420 <td>Public method to return the URL of the loaded page.</td> 420 <td>Public method to return the URL of the loaded page.</td>
421 </tr><tr> 421 </tr><tr>
422 <td><a href="#WebBrowserView.storeSessionData">storeSessionData</a></td> 422 <td><a href="#WebBrowserView.storeSessionData">storeSessionData</a></td>
423 <td>Public method to store session data to be restored later on.</td> 423 <td>Public method to store session data to be restored later on.</td>
424 </tr><tr> 424 </tr><tr>
425 <td><a href="#WebBrowserView.tabWidget">tabWidget</a></td>
426 <td>Public method to get a reference to the tab widget containing this view.</td>
427 </tr><tr>
425 <td><a href="#WebBrowserView.title">title</a></td> 428 <td><a href="#WebBrowserView.title">title</a></td>
426 <td>Public method to get the view title.</td> 429 <td>Public method to get the view title.</td>
427 </tr><tr> 430 </tr><tr>
428 <td><a href="#WebBrowserView.undo">undo</a></td> 431 <td><a href="#WebBrowserView.undo">undo</a></td>
429 <td>Public slot to undo the last edit action.</td> 432 <td>Public slot to undo the last edit action.</td>
1531 </p><dl> 1534 </p><dl>
1532 <dt><i>data</i> (dict)</dt> 1535 <dt><i>data</i> (dict)</dt>
1533 <dd> 1536 <dd>
1534 dictionary with session data to be restored 1537 dictionary with session data to be restored
1535 </dd> 1538 </dd>
1539 </dl><a NAME="WebBrowserView.tabWidget" ID="WebBrowserView.tabWidget"></a>
1540 <h4>WebBrowserView.tabWidget</h4>
1541 <b>tabWidget</b>(<i></i>)
1542 <p>
1543 Public method to get a reference to the tab widget containing this
1544 view.
1545 </p><dl>
1546 <dt>Returns:</dt>
1547 <dd>
1548 reference to the tab widget
1549 </dd>
1550 </dl><dl>
1551 <dt>Return Type:</dt>
1552 <dd>
1553 WebBrowserTabWidget
1554 </dd>
1536 </dl><a NAME="WebBrowserView.title" ID="WebBrowserView.title"></a> 1555 </dl><a NAME="WebBrowserView.title" ID="WebBrowserView.title"></a>
1537 <h4>WebBrowserView.title</h4> 1556 <h4>WebBrowserView.title</h4>
1538 <b>title</b>(<i></i>) 1557 <b>title</b>(<i></i>)
1539 <p> 1558 <p>
1540 Public method to get the view title. 1559 Public method to get the view title.

eric ide

mercurial