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