9 |
9 |
10 from PyQt6.QtWidgets import QDialog |
10 from PyQt6.QtWidgets import QDialog |
11 |
11 |
12 from .Ui_CommandOptionsDialog import Ui_VcsCommandOptionsDialog |
12 from .Ui_CommandOptionsDialog import Ui_VcsCommandOptionsDialog |
13 |
13 |
14 import Utilities |
14 from eric7 import Utilities |
15 |
15 |
16 |
16 |
17 class VcsCommandOptionsDialog(QDialog, Ui_VcsCommandOptionsDialog): |
17 class VcsCommandOptionsDialog(QDialog, Ui_VcsCommandOptionsDialog): |
18 """ |
18 """ |
19 Class implementing the VCS command options dialog. |
19 Class implementing the VCS command options dialog. |