src/eric7/Documentation/Source/eric7.PipInterface.PipPackagesWidget.html

branch
eric7
changeset 11265
0fb6d2c26cbf
parent 11128
04a9579c9c54
diff -r 6feb46361342 -r 0fb6d2c26cbf src/eric7/Documentation/Source/eric7.PipInterface.PipPackagesWidget.html
--- a/src/eric7/Documentation/Source/eric7.PipInterface.PipPackagesWidget.html	Mon May 05 17:43:44 2025 +0200
+++ b/src/eric7/Documentation/Source/eric7.PipInterface.PipPackagesWidget.html	Mon May 05 17:45:44 2025 +0200
@@ -340,6 +340,10 @@
 <td>Private slot handling the selection of a Python environment.</td>
 </tr>
 <tr>
+<td><a href="#PipPackagesWidget.on_includeGlobalsButton_clicked">on_includeGlobalsButton_clicked</a></td>
+<td>Private slot to handle a change of the 'Include Global Environments' button</td>
+</tr>
+<tr>
 <td><a href="#PipPackagesWidget.on_installedFilesCheckBox_clicked">on_installedFilesCheckBox_clicked</a></td>
 <td>Private slot to handle a change of the installed files information checkbox.</td>
 </tr>
@@ -1124,6 +1128,20 @@
 name of the selected Python environment
 </dd>
 </dl>
+<a NAME="PipPackagesWidget.on_includeGlobalsButton_clicked" ID="PipPackagesWidget.on_includeGlobalsButton_clicked"></a>
+<h4>PipPackagesWidget.on_includeGlobalsButton_clicked</h4>
+<b>on_includeGlobalsButton_clicked</b>(<i>checked</i>)
+<p>
+        Private slot to handle a change of the 'Include Global Environments' button
+</p>
+
+<dl>
+
+<dt><i>checked</i> (bool)</dt>
+<dd>
+current check state
+</dd>
+</dl>
 <a NAME="PipPackagesWidget.on_installedFilesCheckBox_clicked" ID="PipPackagesWidget.on_installedFilesCheckBox_clicked"></a>
 <h4>PipPackagesWidget.on_installedFilesCheckBox_clicked</h4>
 <b>on_installedFilesCheckBox_clicked</b>(<i>checked</i>)

eric ide

mercurial