Documentation/Source/eric6.WebBrowser.Download.DownloadItem.html

changeset 6091
7b989321d74c
parent 6085
7e48a0d98cce
child 6153
0b18c86c03a1
--- a/Documentation/Source/eric6.WebBrowser.Download.DownloadItem.html	Thu Jan 25 16:39:06 2018 +0100
+++ b/Documentation/Source/eric6.WebBrowser.Download.DownloadItem.html	Thu Jan 25 17:21:00 2018 +0100
@@ -87,9 +87,6 @@
 <td><a href="#DownloadItem.__initialize">__initialize</a></td>
 <td>Private method to initialize the widget.</td>
 </tr><tr>
-<td><a href="#DownloadItem.__open">__open</a></td>
-<td>Private slot to open the downloaded file.</td>
-</tr><tr>
 <td><a href="#DownloadItem.__saveFileName">__saveFileName</a></td>
 <td>Private method to calculate a name for the file to download.</td>
 </tr><tr>
@@ -217,11 +214,6 @@
 <b>__initialize</b>(<i></i>)
 <p>
         Private method to initialize the widget.
-</p><a NAME="DownloadItem.__open" ID="DownloadItem.__open"></a>
-<h4>DownloadItem.__open</h4>
-<b>__open</b>(<i></i>)
-<p>
-        Private slot to open the downloaded file.
 </p><a NAME="DownloadItem.__saveFileName" ID="DownloadItem.__saveFileName"></a>
 <h4>DownloadItem.__saveFileName</h4>
 <b>__saveFileName</b>(<i>directory</i>)
@@ -365,14 +357,15 @@
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-tuple of URL, save location, flag, the
-            URL of the related web page and the date and time
-            of the download
+dictionary containing the URL, save location, done flag,
+            the URL of the related web page and the date and time of the
+            download
 </dd>
 </dl><dl>
 <dt>Return Type:</dt>
 <dd>
-tuple of (QUrl, str, bool, QUrl, QDateTime)
+dict of {"URL": QUrl, "Location": str, "Done": bool,
+            "PageURL": QUrl, "Downloaded": QDateTime}
 </dd>
 </dl><a NAME="DownloadItem.getInfoData" ID="DownloadItem.getInfoData"></a>
 <h4>DownloadItem.getInfoData</h4>
@@ -440,11 +433,12 @@
 <p>
         Public method to set the relevant download data.
 </p><dl>
-<dt><i>data</i> (QUrl, str, bool, QUrl, QDateTime)</dt>
+<dt><i>data</i> (dict of {"URL": QUrl, "Location": str, "Done": bool,)</dt>
 <dd>
-tuple of URL, save location, flag, the
-            URL of the related web page and the date and time
-            of the download
+dictionary containing the URL, save location, done flag,
+            the URL of the related web page and the date and time of the
+            download
+            "PageURL": QUrl, "Downloaded": QDateTime}
 </dd>
 </dl><a NAME="DownloadItem.setIcon" ID="DownloadItem.setIcon"></a>
 <h4>DownloadItem.setIcon</h4>

eric ide

mercurial