10 from PyQt6.QtCore import pyqtSlot, Qt, QCoreApplication |
10 from PyQt6.QtCore import pyqtSlot, Qt, QCoreApplication |
11 from PyQt6.QtWidgets import ( |
11 from PyQt6.QtWidgets import ( |
12 QDialog, QDialogButtonBox, QAbstractButton, QListWidgetItem |
12 QDialog, QDialogButtonBox, QAbstractButton, QListWidgetItem |
13 ) |
13 ) |
14 |
14 |
15 from E5Gui import EricMessageBox |
15 from EricWidgets import EricMessageBox |
16 |
16 |
17 from .Ui_HgQueuesDefineGuardsDialog import Ui_HgQueuesDefineGuardsDialog |
17 from .Ui_HgQueuesDefineGuardsDialog import Ui_HgQueuesDefineGuardsDialog |
18 |
18 |
19 import UI.PixmapCache |
19 import UI.PixmapCache |
20 |
20 |