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 |
9 |
10 from __future__ import unicode_literals |
|
11 |
10 |
12 from PyQt5.QtWidgets import QDialog, QListWidgetItem, QAbstractItemView |
11 from PyQt5.QtWidgets import QDialog, QListWidgetItem, QAbstractItemView |
13 |
12 |
14 from .Ui_DotDesktopListSelectionDialog import Ui_DotDesktopListSelectionDialog |
13 from .Ui_DotDesktopListSelectionDialog import Ui_DotDesktopListSelectionDialog |
15 |
14 |