6148:6c7af1e85e49 | 6149:e611e45a17d6 |
---|---|
28 | 28 |
29 | 29 |
30 class DownloadManager(QDialog, Ui_DownloadManager): | 30 class DownloadManager(QDialog, Ui_DownloadManager): |
31 """ | 31 """ |
32 Class implementing the download manager. | 32 Class implementing the download manager. |
33 | |
34 @signal downloadsCountChanged() emitted to indicate a change of the | |
35 count of download items | |
33 """ | 36 """ |
34 RemoveNever = 0 | 37 RemoveNever = 0 |
35 RemoveExit = 1 | 38 RemoveExit = 1 |
36 RemoveSuccessFullDownload = 2 | 39 RemoveSuccessFullDownload = 2 |
37 | 40 |