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