diff -r 08875555771a -r 56b6f18abc21 Documentation/Source/eric6.WebBrowser.Download.DownloadItem.html --- a/Documentation/Source/eric6.WebBrowser.Download.DownloadItem.html Sun Apr 08 17:34:59 2018 +0200 +++ b/Documentation/Source/eric6.WebBrowser.Download.DownloadItem.html Sun Apr 08 17:36:43 2018 +0200 @@ -45,7 +45,7 @@ Class implementing a widget controlling a download. </p><h3>Signals</h3> <dl> -<dt>downloadFinished()</dt> +<dt>downloadFinished(success)</dt> <dd> emitted when a download finished </dd><dt>progress(int, int)</dt> @@ -120,6 +120,9 @@ <td><a href="#DownloadItem.downloadCanceled">downloadCanceled</a></td> <td>Public method to check, if the download was cancelled.</td> </tr><tr> +<td><a href="#DownloadItem.downloadProgress">downloadProgress</a></td> +<td>Public method to get the download progress.</td> +</tr><tr> <td><a href="#DownloadItem.downloadedSuccessfully">downloadedSuccessfully</a></td> <td>Public method to check for a successful download.</td> </tr><tr> @@ -322,6 +325,21 @@ <dd> flag indicating a canceled download (boolean) </dd> +</dl><a NAME="DownloadItem.downloadProgress" ID="DownloadItem.downloadProgress"></a> +<h4>DownloadItem.downloadProgress</h4> +<b>downloadProgress</b>(<i></i>) +<p> + Public method to get the download progress. +</p><dl> +<dt>Returns:</dt> +<dd> +current download progress +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +int +</dd> </dl><a NAME="DownloadItem.downloadedSuccessfully" ID="DownloadItem.downloadedSuccessfully"></a> <h4>DownloadItem.downloadedSuccessfully</h4> <b>downloadedSuccessfully</b>(<i></i>)