34 @param parent parent widget of this dialog (QWidget) |
34 @param parent parent widget of this dialog (QWidget) |
35 """ |
35 """ |
36 QDialog.__init__(self, parent) |
36 QDialog.__init__(self, parent) |
37 self.setupUi(self) |
37 self.setupUi(self) |
38 |
38 |
39 self.workdirCompleter = E4DirCompleter(self.workdirCombo) |
39 self.workdirCompleter = E5DirCompleter(self.workdirCombo) |
40 |
40 |
41 self.okButton = self.buttonBox.button(QDialogButtonBox.Ok) |
41 self.okButton = self.buttonBox.button(QDialogButtonBox.Ok) |
42 self.okButton.setEnabled(False) |
42 self.okButton.setEnabled(False) |
43 |
43 |
44 self.commandCombo.clear() |
44 self.commandCombo.clear() |