PipxInterface/Ui_PipxWidget.py

changeset 106
dcc8d6b448fa
parent 101
50e5cb76c5c5
child 111
8ace016a3eee
--- a/PipxInterface/Ui_PipxWidget.py	Tue Dec 10 17:43:42 2024 +0100
+++ b/PipxInterface/Ui_PipxWidget.py	Tue Dec 10 17:50:48 2024 +0100
@@ -1,6 +1,6 @@
 # Form implementation generated from reading ui file 'PipxInterface/PipxWidget.ui'
 #
-# Created by: PyQt6 UI code generator 6.8.0.dev2411221125
+# Created by: PyQt6 UI code generator 6.8.0
 #
 # WARNING: Any manual changes made to this file will be lost when pyuic6 is
 # run again.  Do not edit this file unless you know what you are doing.
@@ -82,6 +82,14 @@
         self.uninstallButton = QtWidgets.QToolButton(parent=PipxWidget)
         self.uninstallButton.setObjectName("uninstallButton")
         self.horizontalLayout_2.addWidget(self.uninstallButton)
+        self.line = QtWidgets.QFrame(parent=PipxWidget)
+        self.line.setFrameShape(QtWidgets.QFrame.Shape.VLine)
+        self.line.setFrameShadow(QtWidgets.QFrame.Shadow.Sunken)
+        self.line.setObjectName("line")
+        self.horizontalLayout_2.addWidget(self.line)
+        self.showOutdatedDependenciesButton = QtWidgets.QToolButton(parent=PipxWidget)
+        self.showOutdatedDependenciesButton.setObjectName("showOutdatedDependenciesButton")
+        self.horizontalLayout_2.addWidget(self.showOutdatedDependenciesButton)
         spacerItem3 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum)
         self.horizontalLayout_2.addItem(spacerItem3)
         self.verticalLayout.addLayout(self.horizontalLayout_2)
@@ -98,7 +106,8 @@
         PipxWidget.setTabOrder(self.installButton, self.outdatedButton)
         PipxWidget.setTabOrder(self.outdatedButton, self.upgradeButton)
         PipxWidget.setTabOrder(self.upgradeButton, self.uninstallButton)
-        PipxWidget.setTabOrder(self.uninstallButton, self.pipxMenuButton)
+        PipxWidget.setTabOrder(self.uninstallButton, self.showOutdatedDependenciesButton)
+        PipxWidget.setTabOrder(self.showOutdatedDependenciesButton, self.pipxMenuButton)
         PipxWidget.setTabOrder(self.pipxMenuButton, self.venvsPathEdit)
         PipxWidget.setTabOrder(self.venvsPathEdit, self.applicationsPathEdit)
         PipxWidget.setTabOrder(self.applicationsPathEdit, self.manPagesPathEdit)
@@ -116,6 +125,7 @@
         self.outdatedButton.setToolTip(_translate("PipxWidget", "Press to check for outdated packages."))
         self.upgradeButton.setToolTip(_translate("PipxWidget", "Press to upgrade the selected package."))
         self.uninstallButton.setToolTip(_translate("PipxWidget", "Press to uninstall the selected package."))
+        self.showOutdatedDependenciesButton.setToolTip(_translate("PipxWidget", "Press to show a dialog with the outdated dependencies."))
         self.packagesList.setSortingEnabled(True)
         self.packagesList.headerItem().setText(0, _translate("PipxWidget", "Package/Application"))
         self.packagesList.headerItem().setText(1, _translate("PipxWidget", "Version"))

eric ide

mercurial