eric6/Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py

changeset 7960
e8fc383322f7
parent 7923
91e843545d9a
child 8043
0acf98cd089a
child 8143
2c730d5fd177
equal deleted inserted replaced
7959:44e15eda6506 7960:e8fc383322f7
2 2
3 # Copyright (c) 2010 - 2021 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2010 - 2021 Detlev Offenbach <detlev@die-offenbachs.de>
4 # 4 #
5 5
6 """ 6 """
7 Module implementing the eric6 message box wizard dialog. 7 Module implementing the eric message box wizard dialog.
8 """ 8 """
9 9
10 import os 10 import os
11 11
12 from PyQt5.QtCore import pyqtSlot 12 from PyQt5.QtCore import pyqtSlot
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):

eric ide

mercurial