Module implementing a dialog to enter the parameters for the virtual environment.
None |
VirtualenvConfigurationDialog | Class implementing a dialog to enter the parameters for the virtual environment. |
None |
Class implementing a dialog to enter the parameters for the virtual environment.
None |
None |
VirtualenvConfigurationDialog | Constructor |
__generateArguments | Private method to generate the process arguments. |
__generateTargetDir | Private method to generate a valid target directory path. |
__setCondaVersion | Private method to determine the conda version and set the respective label. |
__setPyvenvVersion | Private method to determine the pyvenv version and set the respective label. |
__setVirtualenvVersion | Private method to determine the virtualenv version and set the respective label. |
__updateOK | Private method to update the enabled status of the OK button. |
__updateUi | Private method to update the UI depending on the selected virtual environment creator (virtualenv or pyvenv). |
getData | Public method to retrieve the dialog data. |
on_condaButton_toggled | Private slot to react to the selection of 'conda'. |
on_condaCloneButton_clicked | Private slot handling the selection of the clone button. |
on_condaCloneDirectoryPicker_textChanged | Private slot handling a change of the cloned from directory. |
on_condaCloneNameEdit_textChanged | Private slot handling a change of the conda source environment name. |
on_condaNameEdit_textChanged | Private slot handling a change of the conda environment name. |
on_condaRequirementsButton_clicked | Private slot handling the selection of the requirements button. |
on_condaRequirementsFilePicker_textChanged | Private slot handling a change of the requirements file entry. |
on_condaSpecialsGroup_clicked | Private slot handling the selection of the specials group. |
on_condaTargetDirectoryPicker_textChanged | Private slot handling a change of the conda target directory. |
on_pythonExecPicker_textChanged | Private slot to react to a change of the Python executable. |
on_pyvenvButton_toggled | Private slot to react to the selection of 'pyvenv'. |
on_targetDirectoryPicker_textChanged | Private slot handling a change of the target directory. |
on_virtualenvButton_toggled | Private slot to react to the selection of 'virtualenv'. |
None |
Constructor
Private method to generate the process arguments.
Private method to generate a valid target directory path.
Private method to determine the conda version and set the respective label.
Private method to determine the pyvenv version and set the respective label.
Private method to determine the virtualenv version and set the respective label.
Private method to update the enabled status of the OK button.
Private method to update the UI depending on the selected virtual environment creator (virtualenv or pyvenv).
Public method to retrieve the dialog data.
Private slot to react to the selection of 'conda'.
Private slot handling the selection of the clone button.
Private slot handling a change of the cloned from directory.
Private slot handling a change of the conda source environment name.
Private slot handling a change of the conda environment name.
Private slot handling the selection of the requirements button.
Private slot handling a change of the requirements file entry.
Private slot handling the selection of the specials group.
Private slot handling a change of the conda target directory.
Private slot to react to a change of the Python executable.
Private slot to react to the selection of 'pyvenv'.
Private slot handling a change of the target directory.
Private slot to react to the selection of 'virtualenv'.