Documentation/Source/eric6.WebBrowser.WebBrowserPage.html

changeset 6268
eb6e49388114
parent 6176
8927e74527bc
child 6658
db87f3469af1
diff -r 350655a6c85f -r eb6e49388114 Documentation/Source/eric6.WebBrowser.WebBrowserPage.html
--- a/Documentation/Source/eric6.WebBrowser.WebBrowserPage.html	Sun Apr 22 19:21:44 2018 +0200
+++ b/Documentation/Source/eric6.WebBrowser.WebBrowserPage.html	Tue Apr 24 19:11:08 2018 +0200
@@ -94,6 +94,9 @@
 <td><a href="#WebBrowserPage.__fullScreenRequested">__fullScreenRequested</a></td>
 <td>Private slot handling a full screen request.</td>
 </tr><tr>
+<td><a href="#WebBrowserPage.__loadProgress">__loadProgress</a></td>
+<td>Private slot to send the loadFinished signal for broken Qt versions.</td>
+</tr><tr>
 <td><a href="#WebBrowserPage.__setupChannelTimeout">__setupChannelTimeout</a></td>
 <td>Private slot to initiate the setup of the web channel.</td>
 </tr><tr>
@@ -230,6 +233,16 @@
 <dd>
 reference to the full screen request
 </dd>
+</dl><a NAME="WebBrowserPage.__loadProgress" ID="WebBrowserPage.__loadProgress"></a>
+<h4>WebBrowserPage.__loadProgress</h4>
+<b>__loadProgress</b>(<i>progress</i>)
+<p>
+        Private slot to send the loadFinished signal for broken Qt versions.
+</p><dl>
+<dt><i>progress</i> (int)</dt>
+<dd>
+load progress in percent
+</dd>
 </dl><a NAME="WebBrowserPage.__setupChannelTimeout" ID="WebBrowserPage.__setupChannelTimeout"></a>
 <h4>WebBrowserPage.__setupChannelTimeout</h4>
 <b>__setupChannelTimeout</b>(<i></i>)

eric ide

mercurial