25 """ |
25 """ |
26 super().__init__() |
26 super().__init__() |
27 self.setupUi(self) |
27 self.setupUi(self) |
28 self.setObjectName("CondaPage") |
28 self.setObjectName("CondaPage") |
29 |
29 |
30 self.condaExePicker.setMode(E5PathPickerModes.OpenFileMode) |
30 self.condaExePicker.setMode(E5PathPickerModes.OPEN_FILE_MODE) |
31 self.condaExePicker.setToolTip(self.tr( |
31 self.condaExePicker.setToolTip(self.tr( |
32 "Press to select the conda executable via a file selection" |
32 "Press to select the conda executable via a file selection" |
33 " dialog.")) |
33 " dialog.")) |
34 |
34 |
35 # set initial values |
35 # set initial values |