--- a/src/eric7/Documentation/Source/eric7.EricNetwork.EricNetworkProxyFactory.html Tue Dec 19 11:04:03 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.EricNetwork.EricNetworkProxyFactory.html Tue Dec 19 19:57:08 2023 +0100 @@ -115,15 +115,21 @@ </p> <dl> -<dt><i>query</i></dt> +<dt><i>query</i> (QNetworkProxyQuery)</dt> <dd> -reference to the query object (QNetworkProxyQuery) +reference to the query object </dd> </dl> <dl> <dt>Return:</dt> <dd> -list of proxies in order of preference (list of QNetworkProxy) +list of proxies in order of preference +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +list of QNetworkProxy </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -242,7 +248,7 @@ </p> <dl> -<dt><i>pattern</i></dt> +<dt><i>pattern</i> (str)</dt> <dd> pattern to be matched against </dd> @@ -259,13 +265,13 @@ </p> <dl> -<dt><i>proxy</i></dt> +<dt><i>proxy</i> (QNetworkProxy)</dt> <dd> -reference to the proxy object (QNetworkProxy) +reference to the proxy object </dd> -<dt><i>auth</i></dt> +<dt><i>auth</i> (QAuthenticator)</dt> <dd> -reference to the authenticator object (QAuthenticator) +reference to the authenticator object </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -280,15 +286,21 @@ </p> <dl> -<dt><i>proxyType</i></dt> +<dt><i>proxyType</i> (QNetworkProxy.ProxyType)</dt> <dd> -type of the proxy (QNetworkProxy.ProxyType) +type of the proxy </dd> </dl> <dl> <dt>Return:</dt> <dd> -scheme (string, one of Http, Https, Ftp) +schemeone of Http, Https, Ftp) +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <div align="right"><a href="#top">Up</a></div>