29 @param configuration current pybabel configuration |
29 @param configuration current pybabel configuration |
30 @type dict |
30 @type dict |
31 @param parent reference to the parent widget |
31 @param parent reference to the parent widget |
32 @type QWidget |
32 @type QWidget |
33 """ |
33 """ |
34 super(PyBabelConfigDialog, self).__init__(parent) |
34 super().__init__(parent) |
35 self.setupUi(self) |
35 self.setupUi(self) |
36 |
36 |
37 self.__e5project = e5App().getObject("Project") |
37 self.__e5project = e5App().getObject("Project") |
38 |
38 |
39 self.configFilePicker.setMode( |
39 self.configFilePicker.setMode( |