Added the compiled form files to the repository.

Tue, 25 Jun 2024 17:57:35 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 25 Jun 2024 17:57:35 +0200
changeset 5
e7c41d19f66f
parent 4
097a06104774
child 6
e6c86dad1317

Added the compiled form files to the repository.

PipxInterface/Ui_PipxDialog.py file | annotate | diff | comparison | revisions
PipxInterface/Ui_PipxWidget.py file | annotate | diff | comparison | revisions
diff -r 097a06104774 -r e7c41d19f66f PipxInterface/Ui_PipxDialog.py
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PipxInterface/Ui_PipxDialog.py	Tue Jun 25 17:57:35 2024 +0200
@@ -0,0 +1,70 @@
+# Form implementation generated from reading ui file 'PipxInterface/PipxDialog.ui'
+#
+# Created by: PyQt6 UI code generator 6.7.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.
+
+
+from PyQt6 import QtCore, QtGui, QtWidgets
+
+
+class Ui_PipxDialog(object):
+    def setupUi(self, PipxDialog):
+        PipxDialog.setObjectName("PipxDialog")
+        PipxDialog.resize(600, 500)
+        PipxDialog.setWindowTitle("pipx")
+        PipxDialog.setSizeGripEnabled(True)
+        self.vboxlayout = QtWidgets.QVBoxLayout(PipxDialog)
+        self.vboxlayout.setContentsMargins(11, 11, 11, 11)
+        self.vboxlayout.setSpacing(6)
+        self.vboxlayout.setObjectName("vboxlayout")
+        self.outputGroup = QtWidgets.QGroupBox(parent=PipxDialog)
+        sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Preferred, QtWidgets.QSizePolicy.Policy.Expanding)
+        sizePolicy.setHorizontalStretch(0)
+        sizePolicy.setVerticalStretch(2)
+        sizePolicy.setHeightForWidth(self.outputGroup.sizePolicy().hasHeightForWidth())
+        self.outputGroup.setSizePolicy(sizePolicy)
+        self.outputGroup.setObjectName("outputGroup")
+        self.vboxlayout1 = QtWidgets.QVBoxLayout(self.outputGroup)
+        self.vboxlayout1.setContentsMargins(11, 11, 11, 11)
+        self.vboxlayout1.setSpacing(6)
+        self.vboxlayout1.setObjectName("vboxlayout1")
+        self.resultbox = QtWidgets.QTextEdit(parent=self.outputGroup)
+        self.resultbox.setReadOnly(True)
+        self.resultbox.setAcceptRichText(False)
+        self.resultbox.setObjectName("resultbox")
+        self.vboxlayout1.addWidget(self.resultbox)
+        self.vboxlayout.addWidget(self.outputGroup)
+        self.errorGroup = QtWidgets.QGroupBox(parent=PipxDialog)
+        sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Preferred, QtWidgets.QSizePolicy.Policy.Expanding)
+        sizePolicy.setHorizontalStretch(0)
+        sizePolicy.setVerticalStretch(1)
+        sizePolicy.setHeightForWidth(self.errorGroup.sizePolicy().hasHeightForWidth())
+        self.errorGroup.setSizePolicy(sizePolicy)
+        self.errorGroup.setObjectName("errorGroup")
+        self.vboxlayout2 = QtWidgets.QVBoxLayout(self.errorGroup)
+        self.vboxlayout2.setContentsMargins(11, 11, 11, 11)
+        self.vboxlayout2.setSpacing(6)
+        self.vboxlayout2.setObjectName("vboxlayout2")
+        self.errors = QtWidgets.QTextEdit(parent=self.errorGroup)
+        self.errors.setReadOnly(True)
+        self.errors.setAcceptRichText(False)
+        self.errors.setObjectName("errors")
+        self.vboxlayout2.addWidget(self.errors)
+        self.vboxlayout.addWidget(self.errorGroup)
+        self.buttonBox = QtWidgets.QDialogButtonBox(parent=PipxDialog)
+        self.buttonBox.setOrientation(QtCore.Qt.Orientation.Horizontal)
+        self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.StandardButton.Cancel|QtWidgets.QDialogButtonBox.StandardButton.Close)
+        self.buttonBox.setObjectName("buttonBox")
+        self.vboxlayout.addWidget(self.buttonBox)
+
+        self.retranslateUi(PipxDialog)
+        QtCore.QMetaObject.connectSlotsByName(PipxDialog)
+        PipxDialog.setTabOrder(self.resultbox, self.errors)
+        PipxDialog.setTabOrder(self.errors, self.buttonBox)
+
+    def retranslateUi(self, PipxDialog):
+        _translate = QtCore.QCoreApplication.translate
+        self.outputGroup.setTitle(_translate("PipxDialog", "Output"))
+        self.errorGroup.setTitle(_translate("PipxDialog", "Errors"))
diff -r 097a06104774 -r e7c41d19f66f PipxInterface/Ui_PipxWidget.py
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PipxInterface/Ui_PipxWidget.py	Tue Jun 25 17:57:35 2024 +0200
@@ -0,0 +1,87 @@
+# Form implementation generated from reading ui file 'PipxInterface/PipxWidget.ui'
+#
+# Created by: PyQt6 UI code generator 6.7.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.
+
+
+from PyQt6 import QtCore, QtGui, QtWidgets
+
+
+class Ui_PipxWidget(object):
+    def setupUi(self, PipxWidget):
+        PipxWidget.setObjectName("PipxWidget")
+        PipxWidget.resize(629, 722)
+        self.verticalLayout = QtWidgets.QVBoxLayout(PipxWidget)
+        self.verticalLayout.setObjectName("verticalLayout")
+        self.horizontalLayout = QtWidgets.QHBoxLayout()
+        self.horizontalLayout.setObjectName("horizontalLayout")
+        spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum)
+        self.horizontalLayout.addItem(spacerItem)
+        self.pipxVersionLabel = QtWidgets.QLabel(parent=PipxWidget)
+        self.pipxVersionLabel.setText("")
+        self.pipxVersionLabel.setObjectName("pipxVersionLabel")
+        self.horizontalLayout.addWidget(self.pipxVersionLabel)
+        spacerItem1 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum)
+        self.horizontalLayout.addItem(spacerItem1)
+        self.pipxMenuButton = QtWidgets.QToolButton(parent=PipxWidget)
+        self.pipxMenuButton.setObjectName("pipxMenuButton")
+        self.horizontalLayout.addWidget(self.pipxMenuButton)
+        self.verticalLayout.addLayout(self.horizontalLayout)
+        self.groupBox = QtWidgets.QGroupBox(parent=PipxWidget)
+        self.groupBox.setObjectName("groupBox")
+        self.gridLayout = QtWidgets.QGridLayout(self.groupBox)
+        self.gridLayout.setObjectName("gridLayout")
+        self.label_2 = QtWidgets.QLabel(parent=self.groupBox)
+        self.label_2.setObjectName("label_2")
+        self.gridLayout.addWidget(self.label_2, 0, 0, 1, 1)
+        self.venvsPathEdit = QtWidgets.QLineEdit(parent=self.groupBox)
+        self.venvsPathEdit.setReadOnly(True)
+        self.venvsPathEdit.setObjectName("venvsPathEdit")
+        self.gridLayout.addWidget(self.venvsPathEdit, 0, 1, 1, 1)
+        self.label_3 = QtWidgets.QLabel(parent=self.groupBox)
+        self.label_3.setObjectName("label_3")
+        self.gridLayout.addWidget(self.label_3, 1, 0, 1, 1)
+        self.applicationsPathEdit = QtWidgets.QLineEdit(parent=self.groupBox)
+        self.applicationsPathEdit.setReadOnly(True)
+        self.applicationsPathEdit.setObjectName("applicationsPathEdit")
+        self.gridLayout.addWidget(self.applicationsPathEdit, 1, 1, 1, 1)
+        self.label_4 = QtWidgets.QLabel(parent=self.groupBox)
+        self.label_4.setObjectName("label_4")
+        self.gridLayout.addWidget(self.label_4, 2, 0, 1, 1)
+        self.manPagesPathEdit = QtWidgets.QLineEdit(parent=self.groupBox)
+        self.manPagesPathEdit.setReadOnly(True)
+        self.manPagesPathEdit.setObjectName("manPagesPathEdit")
+        self.gridLayout.addWidget(self.manPagesPathEdit, 2, 1, 1, 1)
+        self.verticalLayout.addWidget(self.groupBox)
+        self.horizontalLayout_2 = QtWidgets.QHBoxLayout()
+        self.horizontalLayout_2.setObjectName("horizontalLayout_2")
+        spacerItem2 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum)
+        self.horizontalLayout_2.addItem(spacerItem2)
+        self.refreshButton = QtWidgets.QToolButton(parent=PipxWidget)
+        self.refreshButton.setObjectName("refreshButton")
+        self.horizontalLayout_2.addWidget(self.refreshButton)
+        spacerItem3 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum)
+        self.horizontalLayout_2.addItem(spacerItem3)
+        self.verticalLayout.addLayout(self.horizontalLayout_2)
+        self.packagesList = QtWidgets.QTreeWidget(parent=PipxWidget)
+        self.packagesList.setAlternatingRowColors(True)
+        self.packagesList.setSelectionMode(QtWidgets.QAbstractItemView.SelectionMode.ExtendedSelection)
+        self.packagesList.setObjectName("packagesList")
+        self.verticalLayout.addWidget(self.packagesList)
+
+        self.retranslateUi(PipxWidget)
+        QtCore.QMetaObject.connectSlotsByName(PipxWidget)
+
+    def retranslateUi(self, PipxWidget):
+        _translate = QtCore.QCoreApplication.translate
+        self.groupBox.setTitle(_translate("PipxWidget", "Paths Information"))
+        self.label_2.setText(_translate("PipxWidget", "Virtual Environments:"))
+        self.label_3.setText(_translate("PipxWidget", "Applications:"))
+        self.label_4.setText(_translate("PipxWidget", "Manual Pages:"))
+        self.refreshButton.setToolTip(_translate("PipxWidget", "Press to refresh the packages list."))
+        self.packagesList.setSortingEnabled(True)
+        self.packagesList.headerItem().setText(0, _translate("PipxWidget", "Package/Application"))
+        self.packagesList.headerItem().setText(1, _translate("PipxWidget", "Version"))
+        self.packagesList.headerItem().setText(2, _translate("PipxWidget", "Python Version"))

eric ide

mercurial