eric6/Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py

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

eric ide

mercurial