eric6/Documentation/Source/eric6.WebBrowser.WebBrowserView.html

changeset 7356
d975331c5daa
parent 7273
391d6b7b1eff
child 7900
72b88fb20261
--- a/eric6/Documentation/Source/eric6.WebBrowser.WebBrowserView.html	Sun Dec 08 13:08:48 2019 +0100
+++ b/eric6/Documentation/Source/eric6.WebBrowser.WebBrowserView.html	Sat Dec 14 17:54:25 2019 +0100
@@ -85,6 +85,11 @@
 <dd>
 emitted, when a search is requested
 </dd>
+<dt>showMessage(str)</dt>
+<dd>
+emitted to show a message in the main window
+        status bar
+</dd>
 <dt>sourceChanged(QUrl)</dt>
 <dd>
 emitted after the current URL has changed
@@ -203,6 +208,10 @@
 <td>Private slot to download a media and save it to disk.</td>
 </tr>
 <tr>
+<td><a href="#WebBrowserView.__findTextFinished">__findTextFinished</a></td>
+<td>Private slot handling the findTextFinished signal of the web page.</td>
+</tr>
+<tr>
 <td><a href="#WebBrowserView.__getSavePageFileNameAndFormat">__getSavePageFileNameAndFormat</a></td>
 <td>Private method to get the file name to save the page to.</td>
 </tr>
@@ -897,6 +906,21 @@
 <p>
         Private slot to download a media and save it to disk.
 </p>
+<a NAME="WebBrowserView.__findTextFinished" ID="WebBrowserView.__findTextFinished"></a>
+<h4>WebBrowserView.__findTextFinished</h4>
+<b>__findTextFinished</b>(<i>result</i>)
+
+<p>
+        Private slot handling the findTextFinished signal of the web page.
+</p>
+<dl>
+
+<dt><i>result</i> (QWebEngineFindTextResult)</dt>
+<dd>
+reference to the QWebEngineFindTextResult object of the
+            last search
+</dd>
+</dl>
 <a NAME="WebBrowserView.__getSavePageFileNameAndFormat" ID="WebBrowserView.__getSavePageFileNameAndFormat"></a>
 <h4>WebBrowserView.__getSavePageFileNameAndFormat</h4>
 <b>__getSavePageFileNameAndFormat</b>(<i></i>)

eric ide

mercurial