31 |
33 |
32 @param project reference to the project object |
34 @param project reference to the project object |
33 @param new flag indicating the generation of a new project |
35 @param new flag indicating the generation of a new project |
34 @param parent parent widget of this dialog (QWidget) |
36 @param parent parent widget of this dialog (QWidget) |
35 """ |
37 """ |
36 super().__init__(parent) |
38 super(SpellingPropertiesDialog, self).__init__(parent) |
37 self.setupUi(self) |
39 self.setupUi(self) |
38 |
40 |
39 self.project = project |
41 self.project = project |
40 self.parent = parent |
42 self.parent = parent |
41 |
43 |