4 # |
4 # |
5 |
5 |
6 """ |
6 """ |
7 Module implementing a dialog to select multiple entries from a list. |
7 Module implementing a dialog to select multiple entries from a list. |
8 """ |
8 """ |
9 |
|
10 |
9 |
11 from PyQt5.QtWidgets import QDialog, QListWidgetItem, QAbstractItemView |
10 from PyQt5.QtWidgets import QDialog, QListWidgetItem, QAbstractItemView |
12 |
11 |
13 from .Ui_DotDesktopListSelectionDialog import Ui_DotDesktopListSelectionDialog |
12 from .Ui_DotDesktopListSelectionDialog import Ui_DotDesktopListSelectionDialog |
14 |
13 |