eric6/Documentation/Source/eric6.WebBrowser.WebBrowserTabWidget.html

changeset 7580
64e54a289db0
parent 7273
391d6b7b1eff
child 7900
72b88fb20261
--- a/eric6/Documentation/Source/eric6.WebBrowser.WebBrowserTabWidget.html	Tue May 05 18:20:02 2020 +0200
+++ b/eric6/Documentation/Source/eric6.WebBrowser.WebBrowserTabWidget.html	Tue May 05 18:23:52 2020 +0200
@@ -150,8 +150,8 @@
 <td>Private method to handle the loadFinished signal.</td>
 </tr>
 <tr>
-<td><a href="#WebBrowserTabWidget.__loadStarted">__loadStarted</a></td>
-<td>Private method to handle the loadStarted signal.</td>
+<td><a href="#WebBrowserTabWidget.__loadProgress">__loadProgress</a></td>
+<td>Private method to handle the loadProgress signal.</td>
 </tr>
 <tr>
 <td><a href="#WebBrowserTabWidget.__navigationMenuTriggered">__navigationMenuTriggered</a></td>
@@ -494,15 +494,23 @@
 reference to the web browser
 </dd>
 </dl>
-<a NAME="WebBrowserTabWidget.__loadStarted" ID="WebBrowserTabWidget.__loadStarted"></a>
-<h4>WebBrowserTabWidget.__loadStarted</h4>
-<b>__loadStarted</b>(<i>browser</i>)
+<a NAME="WebBrowserTabWidget.__loadProgress" ID="WebBrowserTabWidget.__loadProgress"></a>
+<h4>WebBrowserTabWidget.__loadProgress</h4>
+<b>__loadProgress</b>(<i>progress, browser</i>)
 
 <p>
-        Private method to handle the loadStarted signal.
+        Private method to handle the loadProgress signal.
+</p>
+<p>
+        Note: This works around wegengine not sending a loadFinished
+        signal for navigation on the same page.
 </p>
 <dl>
 
+<dt><i>progress</i> (int)</dt>
+<dd>
+load progress in percent
+</dd>
 <dt><i>browser</i> (WebBrowserView)</dt>
 <dd>
 reference to the web browser

eric ide

mercurial