231 <td>Private slot to search for an image URL.</td> |
231 <td>Private slot to search for an image URL.</td> |
232 </tr><tr> |
232 </tr><tr> |
233 <td><a href="#WebBrowserView.__searchRequested">__searchRequested</a></td> |
233 <td><a href="#WebBrowserView.__searchRequested">__searchRequested</a></td> |
234 <td>Private slot to search for some text with a selected search engine.</td> |
234 <td>Private slot to search for some text with a selected search engine.</td> |
235 </tr><tr> |
235 </tr><tr> |
|
236 <td><a href="#WebBrowserView.__selectClientCertificate">__selectClientCertificate</a></td> |
|
237 <td>Private slot to handle the client certificate selection request.</td> |
|
238 </tr><tr> |
236 <td><a href="#WebBrowserView.__sendLink">__sendLink</a></td> |
239 <td><a href="#WebBrowserView.__sendLink">__sendLink</a></td> |
237 <td>Private slot to send a link via email.</td> |
240 <td>Private slot to send a link via email.</td> |
238 </tr><tr> |
241 </tr><tr> |
239 <td><a href="#WebBrowserView.__setRwhvqt">__setRwhvqt</a></td> |
242 <td><a href="#WebBrowserView.__setRwhvqt">__setRwhvqt</a></td> |
240 <td>Private slot to set widget that receives input events.</td> |
243 <td>Private slot to set widget that receives input events.</td> |
901 </p><dl> |
904 </p><dl> |
902 <dt><i>act</i></dt> |
905 <dt><i>act</i></dt> |
903 <dd> |
906 <dd> |
904 reference to the action that triggered this slot (QAction) |
907 reference to the action that triggered this slot (QAction) |
905 </dd> |
908 </dd> |
|
909 </dl><a NAME="WebBrowserView.__selectClientCertificate" ID="WebBrowserView.__selectClientCertificate"></a> |
|
910 <h4>WebBrowserView.__selectClientCertificate</h4> |
|
911 <b>__selectClientCertificate</b>(<i>clientCertificateSelection</i>) |
|
912 <p> |
|
913 Private slot to handle the client certificate selection request. |
|
914 </p><dl> |
|
915 <dt><i>clientCertificateSelection</i> (QWebEngineClientCertificateSelection)</dt> |
|
916 <dd> |
|
917 list of client SSL certificates |
|
918 found in system's client certificate store |
|
919 </dd> |
906 </dl><a NAME="WebBrowserView.__sendLink" ID="WebBrowserView.__sendLink"></a> |
920 </dl><a NAME="WebBrowserView.__sendLink" ID="WebBrowserView.__sendLink"></a> |
907 <h4>WebBrowserView.__sendLink</h4> |
921 <h4>WebBrowserView.__sendLink</h4> |
908 <b>__sendLink</b>(<i>act</i>) |
922 <b>__sendLink</b>(<i>act</i>) |
909 <p> |
923 <p> |
910 Private slot to send a link via email. |
924 Private slot to send a link via email. |