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