Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py

changeset 3670
f0cb7579c0b4
parent 3656
441956d8fce5
child 4512
23e8b848efb0
equal deleted inserted replaced
3669:ac84ac3c0f05 3670:f0cb7579c0b4
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 """ 3 """
4 Module implementing the eric5 message box wizard dialog. 4 Module implementing the eric6 message box wizard dialog.
5 """ 5 """
6 6
7 from __future__ import unicode_literals 7 from __future__ import unicode_literals
8 8
9 import os 9 import os
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):

eric ide

mercurial