15 from PyQt5.QtWidgets import QDialog, QDialogButtonBox |
15 from PyQt5.QtWidgets import QDialog, QDialogButtonBox |
16 |
16 |
17 from E5Gui.E5PathPicker import E5PathPickerModes |
17 from E5Gui.E5PathPicker import E5PathPickerModes |
18 |
18 |
19 from .Ui_HgExportDialog import Ui_HgExportDialog |
19 from .Ui_HgExportDialog import Ui_HgExportDialog |
20 |
|
21 |
20 |
22 |
21 |
23 class HgExportDialog(QDialog, Ui_HgExportDialog): |
22 class HgExportDialog(QDialog, Ui_HgExportDialog): |
24 """ |
23 """ |
25 Class documentation goes here. |
24 Class documentation goes here. |