27 @param parent parent widget (QWidget) |
27 @param parent parent widget (QWidget) |
28 """ |
28 """ |
29 QDialog.__init__(self, parent) |
29 QDialog.__init__(self, parent) |
30 self.setupUi(self) |
30 self.setupUi(self) |
31 |
31 |
32 self.propFileCompleter = E4FileCompleter(self.propFileEdit) |
32 self.propFileCompleter = E5FileCompleter(self.propFileEdit) |
33 |
33 |
34 @pyqtSlot() |
34 @pyqtSlot() |
35 def on_fileButton_clicked(self): |
35 def on_fileButton_clicked(self): |
36 """ |
36 """ |
37 Private slot called by pressing the file selection button. |
37 Private slot called by pressing the file selection button. |