8316:0c7a44af84bc | 8318:962bce857696 |
---|---|
5 | 5 |
6 """ | 6 """ |
7 Module implementing the download model. | 7 Module implementing the download model. |
8 """ | 8 """ |
9 | 9 |
10 from PyQt5.QtCore import Qt, QAbstractListModel, QModelIndex, QMimeData, QUrl | 10 from PyQt6.QtCore import Qt, QAbstractListModel, QModelIndex, QMimeData, QUrl |
11 | 11 |
12 | 12 |
13 class DownloadModel(QAbstractListModel): | 13 class DownloadModel(QAbstractListModel): |
14 """ | 14 """ |
15 Class implementing the download model. | 15 Class implementing the download model. |