Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py

changeset 1131
7781e396c903
parent 1112
8a7d1b9d18db
child 1509
c0b5e693b0eb
equal deleted inserted replaced
1130:3e9f0330f833 1131:7781e396c903
26 """ 26 """
27 Constructor 27 Constructor
28 28
29 @param parent parent widget (QWidget) 29 @param parent parent widget (QWidget)
30 """ 30 """
31 QDialog.__init__(self, 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.trUtf8("No button"), 36 self.trUtf8("No button"),

eric ide

mercurial