src/eric7/Documentation/Source/eric7.WebBrowser.Download.DownloadItem.html

branch
eric7
changeset 10436
f6881d10e995
parent 9566
d4986df5d2e4
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Download.DownloadItem.html	Fri Dec 22 13:57:47 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Download.DownloadItem.html	Fri Dec 22 17:24:07 2023 +0100
@@ -288,15 +288,21 @@
 </p>
 <dl>
 
-<dt><i>directory</i></dt>
+<dt><i>directory</i> (str)</dt>
 <dd>
-name of the directory to store the file into (string)
+name of the directory to store the file into
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-proposed filename and original filename (string, string)
+proposed filename and original filename
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (str, str)
 </dd>
 </dl>
 <a NAME="DownloadItem.__setDateTime" ID="DownloadItem.__setDateTime"></a>
@@ -351,7 +357,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-absolute path of the output file (string)
+absolute path of the output file
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="DownloadItem.bytesReceived" ID="DownloadItem.bytesReceived"></a>
@@ -364,7 +376,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-number of bytes received (integer)
+number of bytes received
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="DownloadItem.bytesTotal" ID="DownloadItem.bytesTotal"></a>
@@ -377,7 +395,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-total number of bytes (integer)
+total number of bytes
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="DownloadItem.cancelDownload" ID="DownloadItem.cancelDownload"></a>
@@ -397,7 +421,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating cancellation (boolean)
+flag indicating cancellation
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="DownloadItem.currentSpeed" ID="DownloadItem.currentSpeed"></a>
@@ -410,7 +440,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-estimation for the download speed (float)
+estimation for the download speed
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+float
 </dd>
 </dl>
 <a NAME="DownloadItem.downloadCanceled" ID="DownloadItem.downloadCanceled"></a>
@@ -423,7 +459,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating a canceled download (boolean)
+flag indicating a canceled download
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="DownloadItem.downloadProgress" ID="DownloadItem.downloadProgress"></a>
@@ -455,7 +497,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating a successful download (boolean)
+flag indicating a successful download
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="DownloadItem.downloading" ID="DownloadItem.downloading"></a>
@@ -468,7 +516,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating a download is in progress (boolean)
+flag indicating a download is in progress
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="DownloadItem.exists" ID="DownloadItem.exists"></a>
@@ -500,7 +554,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-name of the output file (string)
+name of the output file
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="DownloadItem.getData" ID="DownloadItem.getData"></a>
@@ -535,7 +595,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-text of the info label (string)
+text of the info label
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="DownloadItem.getPageUrl" ID="DownloadItem.getPageUrl"></a>
@@ -548,7 +614,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-URL of the download page (QUrl)
+URL of the download page
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QUrl
 </dd>
 </dl>
 <a NAME="DownloadItem.on_openButton_clicked" ID="DownloadItem.on_openButton_clicked"></a>
@@ -603,7 +675,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-estimation for the remaining time (float)
+estimation for the remaining time
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+float
 </dd>
 </dl>
 <a NAME="DownloadItem.setData" ID="DownloadItem.setData"></a>
@@ -632,9 +710,9 @@
 </p>
 <dl>
 
-<dt><i>icon</i></dt>
+<dt><i>icon</i> (QIcon)</dt>
 <dd>
-reference to the icon to be set (QIcon)
+reference to the icon to be set
 </dd>
 </dl>
 <a NAME="DownloadItem.updateButtonsAndLabels" ID="DownloadItem.updateButtonsAndLabels"></a>

eric ide

mercurial