16 from .Ui_E5MessageBoxWizardDialog import Ui_E5MessageBoxWizardDialog |
16 from .Ui_E5MessageBoxWizardDialog import Ui_E5MessageBoxWizardDialog |
17 |
17 |
18 |
18 |
19 class E5MessageBoxWizardDialog(QDialog, Ui_E5MessageBoxWizardDialog): |
19 class E5MessageBoxWizardDialog(QDialog, Ui_E5MessageBoxWizardDialog): |
20 """ |
20 """ |
21 Class implementing the eric5 message box wizard dialog. |
21 Class implementing the eric6 message box wizard dialog. |
22 |
22 |
23 It displays a dialog for entering the parameters |
23 It displays a dialog for entering the parameters |
24 for the E5MessageBox code generator. |
24 for the E5MessageBox code generator. |
25 """ |
25 """ |
26 def __init__(self, parent=None): |
26 def __init__(self, parent=None): |