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