9472:5798ee4a8807 | 9473:3f23dbf37dbe |
---|---|
5 | 5 |
6 """ | 6 """ |
7 Module implementing the download model. | 7 Module implementing the download model. |
8 """ | 8 """ |
9 | 9 |
10 from PyQt6.QtCore import Qt, QAbstractListModel, QModelIndex, QMimeData, QUrl | 10 from PyQt6.QtCore import QAbstractListModel, QMimeData, QModelIndex, Qt, 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. |