Documentation/Source/eric6.WebBrowser.WebBrowserPage.html

changeset 6176
8927e74527bc
parent 6153
0b18c86c03a1
child 6268
eb6e49388114
equal deleted inserted replaced
6175:330ffed830a4 6176:8927e74527bc
92 <td>Private slot handling a feature permission request.</td> 92 <td>Private slot handling a feature permission request.</td>
93 </tr><tr> 93 </tr><tr>
94 <td><a href="#WebBrowserPage.__fullScreenRequested">__fullScreenRequested</a></td> 94 <td><a href="#WebBrowserPage.__fullScreenRequested">__fullScreenRequested</a></td>
95 <td>Private slot handling a full screen request.</td> 95 <td>Private slot handling a full screen request.</td>
96 </tr><tr> 96 </tr><tr>
97 <td><a href="#WebBrowserPage.__loadProgressSlot">__loadProgressSlot</a></td>
98 <td>Private slot to implement a workaround for the loadFinished signal not working properly in Qt 5.10.0.</td>
99 </tr><tr>
100 <td><a href="#WebBrowserPage.__setupChannelTimeout">__setupChannelTimeout</a></td> 97 <td><a href="#WebBrowserPage.__setupChannelTimeout">__setupChannelTimeout</a></td>
101 <td>Private slot to initiate the setup of the web channel.</td> 98 <td>Private slot to initiate the setup of the web channel.</td>
102 </tr><tr> 99 </tr><tr>
103 <td><a href="#WebBrowserPage.__setupWebChannelForUrl">__setupWebChannelForUrl</a></td> 100 <td><a href="#WebBrowserPage.__setupWebChannelForUrl">__setupWebChannelForUrl</a></td>
104 <td>Private method to setup a web channel to our external object.</td> 101 <td>Private method to setup a web channel to our external object.</td>
230 Private slot handling a full screen request. 227 Private slot handling a full screen request.
231 </p><dl> 228 </p><dl>
232 <dt><i>request</i> (QWebEngineFullScreenRequest)</dt> 229 <dt><i>request</i> (QWebEngineFullScreenRequest)</dt>
233 <dd> 230 <dd>
234 reference to the full screen request 231 reference to the full screen request
235 </dd>
236 </dl><a NAME="WebBrowserPage.__loadProgressSlot" ID="WebBrowserPage.__loadProgressSlot"></a>
237 <h4>WebBrowserPage.__loadProgressSlot</h4>
238 <b>__loadProgressSlot</b>(<i>progress</i>)
239 <p>
240 Private slot to implement a workaround for the loadFinished signal
241 not working properly in Qt 5.10.0.
242 </p><dl>
243 <dt><i>progress</i> (int)</dt>
244 <dd>
245 load progress in percent
246 </dd> 232 </dd>
247 </dl><a NAME="WebBrowserPage.__setupChannelTimeout" ID="WebBrowserPage.__setupChannelTimeout"></a> 233 </dl><a NAME="WebBrowserPage.__setupChannelTimeout" ID="WebBrowserPage.__setupChannelTimeout"></a>
248 <h4>WebBrowserPage.__setupChannelTimeout</h4> 234 <h4>WebBrowserPage.__setupChannelTimeout</h4>
249 <b>__setupChannelTimeout</b>(<i></i>) 235 <b>__setupChannelTimeout</b>(<i></i>)
250 <p> 236 <p>

eric ide

mercurial