Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py

changeset 1131
7781e396c903
parent 945
8cd4d08fa9f6
child 2342
2a56a27a4021
equal deleted inserted replaced
1130:3e9f0330f833 1131:7781e396c903
25 """ 25 """
26 Constructor 26 Constructor
27 27
28 @param parent reference to the parent widget (QWidget) 28 @param parent reference to the parent widget (QWidget)
29 """ 29 """
30 QDialog.__init__(self, parent) 30 super().__init__(parent)
31 self.setupUi(self) 31 self.setupUi(self)
32 32
33 # keep the following three lists in sync 33 # keep the following three lists in sync
34 self.buttonsList = [ 34 self.buttonsList = [
35 self.trUtf8("No button"), 35 self.trUtf8("No button"),

eric ide

mercurial