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"), |