20 from .Ui_FileDialogWizardDialog import Ui_FileDialogWizardDialog |
20 from .Ui_FileDialogWizardDialog import Ui_FileDialogWizardDialog |
21 |
21 |
22 import Globals |
22 import Globals |
23 |
23 |
24 |
24 |
|
25 # TODO: adjust this to Qt5 QFileDialog and Eric E5FileDialog |
25 class FileDialogWizardDialog(QDialog, Ui_FileDialogWizardDialog): |
26 class FileDialogWizardDialog(QDialog, Ui_FileDialogWizardDialog): |
26 """ |
27 """ |
27 Class implementing the color dialog wizard dialog. |
28 Class implementing the color dialog wizard dialog. |
28 |
29 |
29 It displays a dialog for entering the parameters |
30 It displays a dialog for entering the parameters |