28 |
28 |
29 def __init__(self, project, parms=None, parent=None): |
29 def __init__(self, project, parms=None, parent=None): |
30 """ |
30 """ |
31 Constructor |
31 Constructor |
32 |
32 |
33 @param project reference to the project object (Project.Project) |
33 @param project reference to the project object |
|
34 @type Project |
34 @param parms parameters to set in the dialog |
35 @param parms parameters to set in the dialog |
|
36 @type dict |
35 @param parent parent widget of this dialog |
37 @param parent parent widget of this dialog |
|
38 @type QWidget |
36 """ |
39 """ |
37 super().__init__(parent) |
40 super().__init__(parent) |
38 self.setupUi(self) |
41 self.setupUi(self) |
39 |
42 |
40 self.startDirPicker.setMode(EricPathPickerModes.DIRECTORY_MODE) |
43 self.startDirPicker.setMode(EricPathPickerModes.DIRECTORY_MODE) |