eric6/Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
child 8259
2bbec88047dd
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
28 """ 28 """
29 Constructor 29 Constructor
30 30
31 @param parent reference to the parent widget (QWidget) 31 @param parent reference to the parent widget (QWidget)
32 """ 32 """
33 super(E5MessageBoxWizardDialog, self).__init__(parent) 33 super().__init__(parent)
34 self.setupUi(self) 34 self.setupUi(self)
35 35
36 # keep the following three lists in sync 36 # keep the following three lists in sync
37 self.buttonsList = [ 37 self.buttonsList = [
38 self.tr("No button"), 38 self.tr("No button"),

eric ide

mercurial