8217:385f60c94548 | 8218:7c09585bd960 |
---|---|
30 """ | 30 """ |
31 Constructor | 31 Constructor |
32 | 32 |
33 @param parent reference to the parent widget (QWidget) | 33 @param parent reference to the parent widget (QWidget) |
34 """ | 34 """ |
35 super(PluginWizardDialog, self).__init__(parent) | 35 super().__init__(parent) |
36 self.setupUi(self) | 36 self.setupUi(self) |
37 | 37 |
38 self.dataTabWidget.setCurrentIndex(0) | 38 self.dataTabWidget.setCurrentIndex(0) |
39 | 39 |
40 self.__okButton = self.buttonBox.button( | 40 self.__okButton = self.buttonBox.button( |