eric6/Project/TranslationPropertiesDialog.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
child 8259
2bbec88047dd
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
31 31
32 @param project reference to the project object 32 @param project reference to the project object
33 @param new flag indicating the generation of a new project 33 @param new flag indicating the generation of a new project
34 @param parent parent widget of this dialog (QWidget) 34 @param parent parent widget of this dialog (QWidget)
35 """ 35 """
36 super(TranslationPropertiesDialog, self).__init__(parent) 36 super().__init__(parent)
37 self.setupUi(self) 37 self.setupUi(self)
38 38
39 self.transPatternPicker.setMode(E5PathPickerModes.SaveFileMode) 39 self.transPatternPicker.setMode(E5PathPickerModes.SaveFileMode)
40 self.transPatternPicker.setDefaultDirectory(project.ppath) 40 self.transPatternPicker.setDefaultDirectory(project.ppath)
41 self.transBinPathPicker.setMode(E5PathPickerModes.DirectoryMode) 41 self.transBinPathPicker.setMode(E5PathPickerModes.DirectoryMode)

eric ide

mercurial