22 |
24 |
23 @param multiProject reference to the multi project object |
25 @param multiProject reference to the multi project object |
24 @param new flag indicating the generation of a new multi project |
26 @param new flag indicating the generation of a new multi project |
25 @param parent parent widget of this dialog (QWidget) |
27 @param parent parent widget of this dialog (QWidget) |
26 """ |
28 """ |
27 super().__init__(parent) |
29 super(PropertiesDialog, self).__init__(parent) |
28 self.setupUi(self) |
30 self.setupUi(self) |
29 |
31 |
30 self.multiProject = multiProject |
32 self.multiProject = multiProject |
31 self.newMultiProject = new |
33 self.newMultiProject = new |
32 |
34 |