src/eric7/Project/SpellingPropertiesDialog.py

branch
eric7
changeset 10430
e440aaf179ce
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
equal deleted inserted replaced
10429:643989a1e2bd 10430:e440aaf179ce
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)

eric ide

mercurial