src/eric7/Documentation/Source/eric7.VirtualEnv.VirtualenvConfigurationDialog.html

branch
eric7
changeset 10692
9becf9ca115c
parent 10479
856476537696
child 11231
c7240fb719c7
--- a/src/eric7/Documentation/Source/eric7.VirtualEnv.VirtualenvConfigurationDialog.html	Tue Apr 23 09:29:13 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.VirtualEnv.VirtualenvConfigurationDialog.html	Tue Apr 23 11:26:04 2024 +0200
@@ -280,16 +280,16 @@
 </dl>
 <a NAME="VirtualenvConfigurationDialog.on_condaButton_toggled" ID="VirtualenvConfigurationDialog.on_condaButton_toggled"></a>
 <h4>VirtualenvConfigurationDialog.on_condaButton_toggled</h4>
-<b>on_condaButton_toggled</b>(<i>checked</i>)
+<b>on_condaButton_toggled</b>(<i>_checked</i>)
 <p>
         Private slot to react to the selection of 'conda'.
 </p>
 
 <dl>
 
-<dt><i>checked</i> (bool)</dt>
+<dt><i>_checked</i> (bool)</dt>
 <dd>
-state of the checkbox
+state of the checkbox (unused)
 </dd>
 </dl>
 <a NAME="VirtualenvConfigurationDialog.on_condaCloneButton_clicked" ID="VirtualenvConfigurationDialog.on_condaCloneButton_clicked"></a>
@@ -301,44 +301,44 @@
 
 <a NAME="VirtualenvConfigurationDialog.on_condaCloneDirectoryPicker_textChanged" ID="VirtualenvConfigurationDialog.on_condaCloneDirectoryPicker_textChanged"></a>
 <h4>VirtualenvConfigurationDialog.on_condaCloneDirectoryPicker_textChanged</h4>
-<b>on_condaCloneDirectoryPicker_textChanged</b>(<i>txt</i>)
+<b>on_condaCloneDirectoryPicker_textChanged</b>(<i>_txt</i>)
 <p>
         Private slot handling a change of the cloned from directory.
 </p>
 
 <dl>
 
-<dt><i>txt</i> (str)</dt>
+<dt><i>_txt</i> (str)</dt>
 <dd>
-target directory
+target directory (unused)
 </dd>
 </dl>
 <a NAME="VirtualenvConfigurationDialog.on_condaCloneNameEdit_textChanged" ID="VirtualenvConfigurationDialog.on_condaCloneNameEdit_textChanged"></a>
 <h4>VirtualenvConfigurationDialog.on_condaCloneNameEdit_textChanged</h4>
-<b>on_condaCloneNameEdit_textChanged</b>(<i>txt</i>)
+<b>on_condaCloneNameEdit_textChanged</b>(<i>_txt</i>)
 <p>
         Private slot handling a change of the conda source environment name.
 </p>
 
 <dl>
 
-<dt><i>txt</i> (str)</dt>
+<dt><i>_txt</i> (str)</dt>
 <dd>
-name of the environment to be cloned
+name of the environment to be cloned (unused)
 </dd>
 </dl>
 <a NAME="VirtualenvConfigurationDialog.on_condaNameEdit_textChanged" ID="VirtualenvConfigurationDialog.on_condaNameEdit_textChanged"></a>
 <h4>VirtualenvConfigurationDialog.on_condaNameEdit_textChanged</h4>
-<b>on_condaNameEdit_textChanged</b>(<i>txt</i>)
+<b>on_condaNameEdit_textChanged</b>(<i>_txt</i>)
 <p>
         Private slot handling a change of the conda environment name.
 </p>
 
 <dl>
 
-<dt><i>txt</i> (str)</dt>
+<dt><i>_txt</i> (str)</dt>
 <dd>
-environment name
+environment name (unused)
 </dd>
 </dl>
 <a NAME="VirtualenvConfigurationDialog.on_condaRequirementsButton_clicked" ID="VirtualenvConfigurationDialog.on_condaRequirementsButton_clicked"></a>
@@ -350,16 +350,16 @@
 
 <a NAME="VirtualenvConfigurationDialog.on_condaRequirementsFilePicker_textChanged" ID="VirtualenvConfigurationDialog.on_condaRequirementsFilePicker_textChanged"></a>
 <h4>VirtualenvConfigurationDialog.on_condaRequirementsFilePicker_textChanged</h4>
-<b>on_condaRequirementsFilePicker_textChanged</b>(<i>txt</i>)
+<b>on_condaRequirementsFilePicker_textChanged</b>(<i>_txt</i>)
 <p>
         Private slot handling a change of the requirements file entry.
 </p>
 
 <dl>
 
-<dt><i>txt</i> (str)</dt>
+<dt><i>_txt</i> (str)</dt>
 <dd>
-current text of the requirements file entry
+current text of the requirements file entry (unused)
 </dd>
 </dl>
 <a NAME="VirtualenvConfigurationDialog.on_condaSpecialsGroup_clicked" ID="VirtualenvConfigurationDialog.on_condaSpecialsGroup_clicked"></a>
@@ -371,86 +371,86 @@
 
 <a NAME="VirtualenvConfigurationDialog.on_condaTargetDirectoryPicker_textChanged" ID="VirtualenvConfigurationDialog.on_condaTargetDirectoryPicker_textChanged"></a>
 <h4>VirtualenvConfigurationDialog.on_condaTargetDirectoryPicker_textChanged</h4>
-<b>on_condaTargetDirectoryPicker_textChanged</b>(<i>txt</i>)
+<b>on_condaTargetDirectoryPicker_textChanged</b>(<i>_txt</i>)
 <p>
         Private slot handling a change of the conda target directory.
 </p>
 
 <dl>
 
-<dt><i>txt</i> (str)</dt>
+<dt><i>_txt</i> (str)</dt>
 <dd>
-target directory
+target directory (unused)
 </dd>
 </dl>
 <a NAME="VirtualenvConfigurationDialog.on_nameEdit_textChanged" ID="VirtualenvConfigurationDialog.on_nameEdit_textChanged"></a>
 <h4>VirtualenvConfigurationDialog.on_nameEdit_textChanged</h4>
-<b>on_nameEdit_textChanged</b>(<i>txt</i>)
+<b>on_nameEdit_textChanged</b>(<i>_txt</i>)
 <p>
         Private slot handling a change of the virtual environment name.
 </p>
 
 <dl>
 
-<dt><i>txt</i> (str)</dt>
+<dt><i>_txt</i> (str)</dt>
 <dd>
-name of the virtual environment
+name of the virtual environment (unused)
 </dd>
 </dl>
 <a NAME="VirtualenvConfigurationDialog.on_pythonExecPicker_textChanged" ID="VirtualenvConfigurationDialog.on_pythonExecPicker_textChanged"></a>
 <h4>VirtualenvConfigurationDialog.on_pythonExecPicker_textChanged</h4>
-<b>on_pythonExecPicker_textChanged</b>(<i>txt</i>)
+<b>on_pythonExecPicker_textChanged</b>(<i>_txt</i>)
 <p>
         Private slot to react to a change of the Python executable.
 </p>
 
 <dl>
 
-<dt><i>txt</i> (str)</dt>
+<dt><i>_txt</i> (str)</dt>
 <dd>
-contents of the picker's line edit
+contents of the picker's line edit (unused)
 </dd>
 </dl>
 <a NAME="VirtualenvConfigurationDialog.on_pyvenvButton_toggled" ID="VirtualenvConfigurationDialog.on_pyvenvButton_toggled"></a>
 <h4>VirtualenvConfigurationDialog.on_pyvenvButton_toggled</h4>
-<b>on_pyvenvButton_toggled</b>(<i>checked</i>)
+<b>on_pyvenvButton_toggled</b>(<i>_checked</i>)
 <p>
         Private slot to react to the selection of 'pyvenv'.
 </p>
 
 <dl>
 
-<dt><i>checked</i> (bool)</dt>
+<dt><i>_checked</i> (bool)</dt>
 <dd>
-state of the checkbox
+state of the checkbox (unused)
 </dd>
 </dl>
 <a NAME="VirtualenvConfigurationDialog.on_targetDirectoryPicker_textChanged" ID="VirtualenvConfigurationDialog.on_targetDirectoryPicker_textChanged"></a>
 <h4>VirtualenvConfigurationDialog.on_targetDirectoryPicker_textChanged</h4>
-<b>on_targetDirectoryPicker_textChanged</b>(<i>txt</i>)
+<b>on_targetDirectoryPicker_textChanged</b>(<i>_txt</i>)
 <p>
         Private slot handling a change of the target directory.
 </p>
 
 <dl>
 
-<dt><i>txt</i> (str)</dt>
+<dt><i>_txt</i> (str)</dt>
 <dd>
-target directory
+target directory (unused)
 </dd>
 </dl>
 <a NAME="VirtualenvConfigurationDialog.on_virtualenvButton_toggled" ID="VirtualenvConfigurationDialog.on_virtualenvButton_toggled"></a>
 <h4>VirtualenvConfigurationDialog.on_virtualenvButton_toggled</h4>
-<b>on_virtualenvButton_toggled</b>(<i>checked</i>)
+<b>on_virtualenvButton_toggled</b>(<i>_checked</i>)
 <p>
         Private slot to react to the selection of 'virtualenv'.
 </p>
 
 <dl>
 
-<dt><i>checked</i> (bool)</dt>
+<dt><i>_checked</i> (bool)</dt>
 <dd>
-state of the checkbox
+state of the checkbox (unused)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial