diff -r 19fcbb7be3da -r 0002926e71d3 Documentation/Source/eric6.WebBrowser.WebBrowserView.html --- a/Documentation/Source/eric6.WebBrowser.WebBrowserView.html Fri Jan 18 19:45:25 2019 +0100 +++ b/Documentation/Source/eric6.WebBrowser.WebBrowserView.html Sat Jan 19 14:31:48 2019 +0100 @@ -233,6 +233,9 @@ <td><a href="#WebBrowserView.__searchRequested">__searchRequested</a></td> <td>Private slot to search for some text with a selected search engine.</td> </tr><tr> +<td><a href="#WebBrowserView.__selectClientCertificate">__selectClientCertificate</a></td> +<td>Private slot to handle the client certificate selection request.</td> +</tr><tr> <td><a href="#WebBrowserView.__sendLink">__sendLink</a></td> <td>Private slot to send a link via email.</td> </tr><tr> @@ -903,6 +906,17 @@ <dd> reference to the action that triggered this slot (QAction) </dd> +</dl><a NAME="WebBrowserView.__selectClientCertificate" ID="WebBrowserView.__selectClientCertificate"></a> +<h4>WebBrowserView.__selectClientCertificate</h4> +<b>__selectClientCertificate</b>(<i>clientCertificateSelection</i>) +<p> + Private slot to handle the client certificate selection request. +</p><dl> +<dt><i>clientCertificateSelection</i> (QWebEngineClientCertificateSelection)</dt> +<dd> +list of client SSL certificates + found in system's client certificate store +</dd> </dl><a NAME="WebBrowserView.__sendLink" ID="WebBrowserView.__sendLink"></a> <h4>WebBrowserView.__sendLink</h4> <b>__sendLink</b>(<i>act</i>)