88 <td>Private slot to open the downloaded file.</td> |
88 <td>Private slot to open the downloaded file.</td> |
89 </tr><tr> |
89 </tr><tr> |
90 <td><a href="#DownloadItem.__saveFileName">__saveFileName</a></td> |
90 <td><a href="#DownloadItem.__saveFileName">__saveFileName</a></td> |
91 <td>Private method to calculate a name for the file to download.</td> |
91 <td>Private method to calculate a name for the file to download.</td> |
92 </tr><tr> |
92 </tr><tr> |
|
93 <td><a href="#DownloadItem.__setFileName">__setFileName</a></td> |
|
94 <td>Private method to set the file name to save the download into.</td> |
|
95 </tr><tr> |
93 <td><a href="#DownloadItem.__updateInfoLabel">__updateInfoLabel</a></td> |
96 <td><a href="#DownloadItem.__updateInfoLabel">__updateInfoLabel</a></td> |
94 <td>Private method to update the info label.</td> |
97 <td>Private method to update the info label.</td> |
95 </tr><tr> |
98 </tr><tr> |
96 <td><a href="#DownloadItem.absoluteFilePath">absoluteFilePath</a></td> |
99 <td><a href="#DownloadItem.absoluteFilePath">absoluteFilePath</a></td> |
97 <td>Public method to get the absolute path of the output file.</td> |
100 <td>Public method to get the absolute path of the output file.</td> |
218 </dl><dl> |
221 </dl><dl> |
219 <dt>Returns:</dt> |
222 <dt>Returns:</dt> |
220 <dd> |
223 <dd> |
221 proposed filename and original filename (string, string) |
224 proposed filename and original filename (string, string) |
222 </dd> |
225 </dd> |
|
226 </dl><a NAME="DownloadItem.__setFileName" ID="DownloadItem.__setFileName"></a> |
|
227 <h4>DownloadItem.__setFileName</h4> |
|
228 <b>__setFileName</b>(<i>fileName</i>) |
|
229 <p> |
|
230 Private method to set the file name to save the download into. |
|
231 </p><dl> |
|
232 <dt><i>fileName</i> (str)</dt> |
|
233 <dd> |
|
234 name of the file to save into |
|
235 </dd> |
223 </dl><a NAME="DownloadItem.__updateInfoLabel" ID="DownloadItem.__updateInfoLabel"></a> |
236 </dl><a NAME="DownloadItem.__updateInfoLabel" ID="DownloadItem.__updateInfoLabel"></a> |
224 <h4>DownloadItem.__updateInfoLabel</h4> |
237 <h4>DownloadItem.__updateInfoLabel</h4> |
225 <b>__updateInfoLabel</b>(<i></i>) |
238 <b>__updateInfoLabel</b>(<i></i>) |
226 <p> |
239 <p> |
227 Private method to update the info label. |
240 Private method to update the info label. |