29 @param project dictionary containing project data |
29 @param project dictionary containing project data |
30 """ |
30 """ |
31 QDialog.__init__(self, parent) |
31 QDialog.__init__(self, parent) |
32 self.setupUi(self) |
32 self.setupUi(self) |
33 |
33 |
34 self.fileCompleter = E4FileCompleter(self.filenameEdit) |
34 self.fileCompleter = E5FileCompleter(self.filenameEdit) |
35 |
35 |
36 self.startdir = startdir |
36 self.startdir = startdir |
37 |
37 |
38 self.__okButton = self.buttonBox.button(QDialogButtonBox.Ok) |
38 self.__okButton = self.buttonBox.button(QDialogButtonBox.Ok) |
39 self.__okButton.setEnabled(False) |
39 self.__okButton.setEnabled(False) |