9 |
9 |
10 |
10 |
11 import os |
11 import os |
12 |
12 |
13 from PyQt5.QtCore import pyqtSlot, Qt, QProcess, QCoreApplication |
13 from PyQt5.QtCore import pyqtSlot, Qt, QProcess, QCoreApplication |
14 from PyQt5.QtWidgets import QDialog, QDialogButtonBox, QAbstractButton, \ |
14 from PyQt5.QtWidgets import ( |
15 QListWidgetItem |
15 QDialog, QDialogButtonBox, QAbstractButton, QListWidgetItem |
|
16 ) |
16 |
17 |
17 from E5Gui import E5MessageBox |
18 from E5Gui import E5MessageBox |
18 |
19 |
19 from .Ui_HgQueuesDefineGuardsDialog import Ui_HgQueuesDefineGuardsDialog |
20 from .Ui_HgQueuesDefineGuardsDialog import Ui_HgQueuesDefineGuardsDialog |
20 |
21 |