5 |
5 |
6 """ |
6 """ |
7 Module implementing a dialog to select a list of guards. |
7 Module implementing a dialog to select a list of guards. |
8 """ |
8 """ |
9 |
9 |
10 from PyQt5.QtWidgets import ( |
10 from PyQt6.QtWidgets import ( |
11 QDialog, QDialogButtonBox, QListWidgetItem, QAbstractItemView |
11 QDialog, QDialogButtonBox, QListWidgetItem, QAbstractItemView |
12 ) |
12 ) |
13 |
13 |
14 from .Ui_HgQueuesGuardsSelectionDialog import Ui_HgQueuesGuardsSelectionDialog |
14 from .Ui_HgQueuesGuardsSelectionDialog import Ui_HgQueuesGuardsSelectionDialog |
15 |
15 |