24 def __init__(self, project, new, parent): |
24 def __init__(self, project, new, parent): |
25 """ |
25 """ |
26 Constructor |
26 Constructor |
27 |
27 |
28 @param project reference to the project object |
28 @param project reference to the project object |
|
29 @type Project |
29 @param new flag indicating the generation of a new project |
30 @param new flag indicating the generation of a new project |
30 @param parent parent widget of this dialog (QWidget) |
31 @type str |
|
32 @param parent parent widget of this dialog |
|
33 @type QWidget |
31 """ |
34 """ |
32 super().__init__(parent) |
35 super().__init__(parent) |
33 self.setupUi(self) |
36 self.setupUi(self) |
34 |
37 |
35 self.pwlPicker.setMode(EricPathPickerModes.SAVE_FILE_MODE) |
38 self.pwlPicker.setMode(EricPathPickerModes.SAVE_FILE_MODE) |