Documentation/Source/eric6.WebBrowser.WebBrowserTabWidget.html

changeset 5036
318e879a37fa
parent 4979
7ac0959842f9
child 5038
df7103c3f2a6
equal deleted inserted replaced
5035:cd2a891703d3 5036:318e879a37fa
126 <td>Private slot to open a new browser tab.</td> 126 <td>Private slot to open a new browser tab.</td>
127 </tr><tr> 127 </tr><tr>
128 <td><a href="#WebBrowserTabWidget.__pathSelected">__pathSelected</a></td> 128 <td><a href="#WebBrowserTabWidget.__pathSelected">__pathSelected</a></td>
129 <td>Private slot called when a URL is selected from the completer.</td> 129 <td>Private slot called when a URL is selected from the completer.</td>
130 </tr><tr> 130 </tr><tr>
131 <td><a href="#WebBrowserTabWidget.__pdfGenerated">__pdfGenerated</a></td>
132 <td>Public slot handling the generated PDF data.</td>
133 </tr><tr>
131 <td><a href="#WebBrowserTabWidget.__showContextMenu">__showContextMenu</a></td> 134 <td><a href="#WebBrowserTabWidget.__showContextMenu">__showContextMenu</a></td>
132 <td>Private slot to show the tab context menu.</td> 135 <td>Private slot to show the tab context menu.</td>
133 </tr><tr> 136 </tr><tr>
134 <td><a href="#WebBrowserTabWidget.__showNavigationMenu">__showNavigationMenu</a></td> 137 <td><a href="#WebBrowserTabWidget.__showNavigationMenu">__showNavigationMenu</a></td>
135 <td>Private slot to show the navigation button menu.</td> 138 <td>Private slot to show the navigation button menu.</td>
362 </p><dl> 365 </p><dl>
363 <dt><i>path</i></dt> 366 <dt><i>path</i></dt>
364 <dd> 367 <dd>
365 path to be shown (string) 368 path to be shown (string)
366 </dd> 369 </dd>
370 </dl><a NAME="WebBrowserTabWidget.__pdfGenerated" ID="WebBrowserTabWidget.__pdfGenerated"></a>
371 <h4>WebBrowserTabWidget.__pdfGenerated</h4>
372 <b>__pdfGenerated</b>(<i>filePath, pdfData</i>)
373 <p>
374 Public slot handling the generated PDF data.
375 </p><dl>
376 <dt><i>filePath</i> (str)</dt>
377 <dd>
378 path to save the PDF to
379 </dd><dt><i>pdfData</i> (QByteArray)</dt>
380 <dd>
381 generated PDF document
382 </dd>
367 </dl><a NAME="WebBrowserTabWidget.__showContextMenu" ID="WebBrowserTabWidget.__showContextMenu"></a> 383 </dl><a NAME="WebBrowserTabWidget.__showContextMenu" ID="WebBrowserTabWidget.__showContextMenu"></a>
368 <h4>WebBrowserTabWidget.__showContextMenu</h4> 384 <h4>WebBrowserTabWidget.__showContextMenu</h4>
369 <b>__showContextMenu</b>(<i>coord, index</i>) 385 <b>__showContextMenu</b>(<i>coord, index</i>)
370 <p> 386 <p>
371 Private slot to show the tab context menu. 387 Private slot to show the tab context menu.

eric ide

mercurial