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. |
__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_extraSearchPathButton_clicked | Private slot to select the extra search path via a directory selection dialog. |
on_pythonExecButton_clicked | Private slot to select a Python interpreter via a file selection dialog. |
on_pythonExecEdit_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_targetDirectoryButton_clicked | Private slot to select the target directory via a directory selection dialog. |
on_targetDirectoryEdit_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 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 select the extra search path via a directory selection dialog.
Private slot to select a Python interpreter via a file selection dialog.
Private slot to react to a change of the Python executable.
Private slot to react to the selection of 'pyvenv'.
Private slot to select the target directory via a directory selection dialog.
Private slot handling a change of the target directory.
Private slot to react to the selection of 'virtualenv'.