PipxInterface/Documentation/Source/Plugin_Pipx_Interface.PipxInterface.PipxWidget.html

changeset 49
ec976c5b88ae
parent 43
2ef4c1f1adea
child 59
a5e7feb2310c
--- a/PipxInterface/Documentation/Source/Plugin_Pipx_Interface.PipxInterface.PipxWidget.html	Mon Jul 29 11:58:31 2024 +0200
+++ b/PipxInterface/Documentation/Source/Plugin_Pipx_Interface.PipxInterface.PipxWidget.html	Tue Jul 30 17:45:46 2024 +0200
@@ -142,14 +142,26 @@
 <td>Private method to determine the list of selected packages.</td>
 </tr>
 <tr>
+<td><a href="#PipxWidget.__showDependencies">__showDependencies</a></td>
+<td>Private slot to show a dialog with the dependencies of the selected package.</td>
+</tr>
+<tr>
 <td><a href="#PipxWidget.__showInterpreters">__showInterpreters</a></td>
 <td>Private slot to show a list of standalone Python interpreters.</td>
 </tr>
 <tr>
+<td><a href="#PipxWidget.__showOutdatedDependencies">__showOutdatedDependencies</a></td>
+<td>Private slot to show a dialog with the outdated dependencies of the selected package.</td>
+</tr>
+<tr>
 <td><a href="#PipxWidget.__showPipxVersion">__showPipxVersion</a></td>
 <td>Private method to show the pipx version in the widget header.</td>
 </tr>
 <tr>
+<td><a href="#PipxWidget.__showUptodateDependencies">__showUptodateDependencies</a></td>
+<td>Private slot to show a dialog with the up-to-date dependencies of the selected package.</td>
+</tr>
+<tr>
 <td><a href="#PipxWidget.__uninstallAllPackages">__uninstallAllPackages</a></td>
 <td>Private slot to uninstall all packages.</td>
 </tr>
@@ -162,6 +174,10 @@
 <td>Private slot to upgrade all packages.</td>
 </tr>
 <tr>
+<td><a href="#PipxWidget.__upgradeDependencies">__upgradeDependencies</a></td>
+<td>Private slot to upgrade the outdated dependencies of the selected package.</td>
+</tr>
+<tr>
 <td><a href="#PipxWidget.__upgradePackage">__upgradePackage</a></td>
 <td>Private slot to upgrade the selected package.</td>
 </tr>
@@ -459,6 +475,13 @@
 list of str
 </dd>
 </dl>
+<a NAME="PipxWidget.__showDependencies" ID="PipxWidget.__showDependencies"></a>
+<h4>PipxWidget.__showDependencies</h4>
+<b>__showDependencies</b>(<i></i>)
+<p>
+        Private slot to show a dialog with the dependencies of the selected package.
+</p>
+
 <a NAME="PipxWidget.__showInterpreters" ID="PipxWidget.__showInterpreters"></a>
 <h4>PipxWidget.__showInterpreters</h4>
 <b>__showInterpreters</b>(<i></i>)
@@ -466,6 +489,14 @@
         Private slot to show a list of standalone Python interpreters.
 </p>
 
+<a NAME="PipxWidget.__showOutdatedDependencies" ID="PipxWidget.__showOutdatedDependencies"></a>
+<h4>PipxWidget.__showOutdatedDependencies</h4>
+<b>__showOutdatedDependencies</b>(<i></i>)
+<p>
+        Private slot to show a dialog with the outdated dependencies of the selected
+        package.
+</p>
+
 <a NAME="PipxWidget.__showPipxVersion" ID="PipxWidget.__showPipxVersion"></a>
 <h4>PipxWidget.__showPipxVersion</h4>
 <b>__showPipxVersion</b>(<i></i>)
@@ -473,6 +504,14 @@
         Private method to show the pipx version in the widget header.
 </p>
 
+<a NAME="PipxWidget.__showUptodateDependencies" ID="PipxWidget.__showUptodateDependencies"></a>
+<h4>PipxWidget.__showUptodateDependencies</h4>
+<b>__showUptodateDependencies</b>(<i></i>)
+<p>
+        Private slot to show a dialog with the up-to-date dependencies of the selected
+        package.
+</p>
+
 <a NAME="PipxWidget.__uninstallAllPackages" ID="PipxWidget.__uninstallAllPackages"></a>
 <h4>PipxWidget.__uninstallAllPackages</h4>
 <b>__uninstallAllPackages</b>(<i></i>)
@@ -494,6 +533,13 @@
         Private slot to upgrade all packages.
 </p>
 
+<a NAME="PipxWidget.__upgradeDependencies" ID="PipxWidget.__upgradeDependencies"></a>
+<h4>PipxWidget.__upgradeDependencies</h4>
+<b>__upgradeDependencies</b>(<i></i>)
+<p>
+        Private slot to upgrade the outdated dependencies of the selected package.
+</p>
+
 <a NAME="PipxWidget.__upgradePackage" ID="PipxWidget.__upgradePackage"></a>
 <h4>PipxWidget.__upgradePackage</h4>
 <b>__upgradePackage</b>(<i></i>)

eric ide

mercurial