27 @param new flag indicating the generation of a new project |
27 @param new flag indicating the generation of a new project |
28 @type bool |
28 @type bool |
29 @param parent reference to the parent widget of this dialog |
29 @param parent reference to the parent widget of this dialog |
30 @type QWidget |
30 @type QWidget |
31 """ |
31 """ |
32 super(MakePropertiesDialog, self).__init__(parent) |
32 super().__init__(parent) |
33 self.setupUi(self) |
33 self.setupUi(self) |
34 |
34 |
35 self.__project = project |
35 self.__project = project |
36 |
36 |
37 self.makePicker.setMode(E5PathPickerModes.OpenFileMode) |
37 self.makePicker.setMode(E5PathPickerModes.OpenFileMode) |