src/eric7/Preferences/ConfigurationPages/CondaPage.py

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9482
a2bc06a54d9d
child 9653
e67609152c5e
equal deleted inserted replaced
9575:635b6c5a36e1 9576:be9f8e7e42e0
27 self.setupUi(self) 27 self.setupUi(self)
28 self.setObjectName("CondaPage") 28 self.setObjectName("CondaPage")
29 29
30 self.condaExePicker.setMode(EricPathPickerModes.OPEN_FILE_MODE) 30 self.condaExePicker.setMode(EricPathPickerModes.OPEN_FILE_MODE)
31 self.condaExePicker.setToolTip( 31 self.condaExePicker.setToolTip(
32 self.tr( 32 self.tr("Press to select the conda executable via a file selection dialog.")
33 "Press to select the conda executable via a file selection" " dialog."
34 )
35 ) 33 )
36 34
37 # set initial values 35 # set initial values
38 self.__condaExecutable = Preferences.getConda("CondaExecutable") 36 self.__condaExecutable = Preferences.getConda("CondaExecutable")
39 self.condaExePicker.setText(self.__condaExecutable) 37 self.condaExePicker.setText(self.__condaExecutable)

eric ide

mercurial