PipxInterface/Ui_PipxExecDialog.py

Fri, 29 Nov 2024 13:14:37 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 29 Nov 2024 13:14:37 +0100
changeset 101
50e5cb76c5c5
parent 9
2ab7d3ac8283
child 105
21a992bf9872
permissions
-rw-r--r--

Recompiled the forms.

9
2ab7d3ac8283 Implemented the 'pipx install' and 'pipx install-all' functions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 5
diff changeset
1 # Form implementation generated from reading ui file 'PipxInterface/PipxExecDialog.ui'
5
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
2 #
101
50e5cb76c5c5 Recompiled the forms.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 9
diff changeset
3 # Created by: PyQt6 UI code generator 6.8.0.dev2411221125
5
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
4 #
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
5 # WARNING: Any manual changes made to this file will be lost when pyuic6 is
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
6 # run again. Do not edit this file unless you know what you are doing.
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
7
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
8
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
9 from PyQt6 import QtCore, QtGui, QtWidgets
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
10
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
11
9
2ab7d3ac8283 Implemented the 'pipx install' and 'pipx install-all' functions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 5
diff changeset
12 class Ui_PipxExecDialog(object):
2ab7d3ac8283 Implemented the 'pipx install' and 'pipx install-all' functions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 5
diff changeset
13 def setupUi(self, PipxExecDialog):
2ab7d3ac8283 Implemented the 'pipx install' and 'pipx install-all' functions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 5
diff changeset
14 PipxExecDialog.setObjectName("PipxExecDialog")
2ab7d3ac8283 Implemented the 'pipx install' and 'pipx install-all' functions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 5
diff changeset
15 PipxExecDialog.resize(600, 500)
2ab7d3ac8283 Implemented the 'pipx install' and 'pipx install-all' functions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 5
diff changeset
16 PipxExecDialog.setWindowTitle("pipx")
2ab7d3ac8283 Implemented the 'pipx install' and 'pipx install-all' functions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 5
diff changeset
17 PipxExecDialog.setSizeGripEnabled(True)
2ab7d3ac8283 Implemented the 'pipx install' and 'pipx install-all' functions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 5
diff changeset
18 self.vboxlayout = QtWidgets.QVBoxLayout(PipxExecDialog)
5
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
19 self.vboxlayout.setContentsMargins(11, 11, 11, 11)
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
20 self.vboxlayout.setSpacing(6)
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
21 self.vboxlayout.setObjectName("vboxlayout")
9
2ab7d3ac8283 Implemented the 'pipx install' and 'pipx install-all' functions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 5
diff changeset
22 self.outputGroup = QtWidgets.QGroupBox(parent=PipxExecDialog)
5
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
23 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Preferred, QtWidgets.QSizePolicy.Policy.Expanding)
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
24 sizePolicy.setHorizontalStretch(0)
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
25 sizePolicy.setVerticalStretch(2)
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
26 sizePolicy.setHeightForWidth(self.outputGroup.sizePolicy().hasHeightForWidth())
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
27 self.outputGroup.setSizePolicy(sizePolicy)
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
28 self.outputGroup.setObjectName("outputGroup")
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
29 self.vboxlayout1 = QtWidgets.QVBoxLayout(self.outputGroup)
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
30 self.vboxlayout1.setContentsMargins(11, 11, 11, 11)
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
31 self.vboxlayout1.setSpacing(6)
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
32 self.vboxlayout1.setObjectName("vboxlayout1")
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
33 self.resultbox = QtWidgets.QTextEdit(parent=self.outputGroup)
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
34 self.resultbox.setReadOnly(True)
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
35 self.resultbox.setAcceptRichText(False)
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
36 self.resultbox.setObjectName("resultbox")
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
37 self.vboxlayout1.addWidget(self.resultbox)
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
38 self.vboxlayout.addWidget(self.outputGroup)
9
2ab7d3ac8283 Implemented the 'pipx install' and 'pipx install-all' functions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 5
diff changeset
39 self.errorGroup = QtWidgets.QGroupBox(parent=PipxExecDialog)
5
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
40 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Preferred, QtWidgets.QSizePolicy.Policy.Expanding)
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
41 sizePolicy.setHorizontalStretch(0)
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
42 sizePolicy.setVerticalStretch(1)
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
43 sizePolicy.setHeightForWidth(self.errorGroup.sizePolicy().hasHeightForWidth())
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
44 self.errorGroup.setSizePolicy(sizePolicy)
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
45 self.errorGroup.setObjectName("errorGroup")
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
46 self.vboxlayout2 = QtWidgets.QVBoxLayout(self.errorGroup)
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
47 self.vboxlayout2.setContentsMargins(11, 11, 11, 11)
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
48 self.vboxlayout2.setSpacing(6)
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
49 self.vboxlayout2.setObjectName("vboxlayout2")
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
50 self.errors = QtWidgets.QTextEdit(parent=self.errorGroup)
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
51 self.errors.setReadOnly(True)
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
52 self.errors.setAcceptRichText(False)
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
53 self.errors.setObjectName("errors")
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
54 self.vboxlayout2.addWidget(self.errors)
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
55 self.vboxlayout.addWidget(self.errorGroup)
9
2ab7d3ac8283 Implemented the 'pipx install' and 'pipx install-all' functions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 5
diff changeset
56 self.buttonBox = QtWidgets.QDialogButtonBox(parent=PipxExecDialog)
5
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
57 self.buttonBox.setOrientation(QtCore.Qt.Orientation.Horizontal)
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
58 self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.StandardButton.Cancel|QtWidgets.QDialogButtonBox.StandardButton.Close)
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
59 self.buttonBox.setObjectName("buttonBox")
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
60 self.vboxlayout.addWidget(self.buttonBox)
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
61
9
2ab7d3ac8283 Implemented the 'pipx install' and 'pipx install-all' functions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 5
diff changeset
62 self.retranslateUi(PipxExecDialog)
2ab7d3ac8283 Implemented the 'pipx install' and 'pipx install-all' functions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 5
diff changeset
63 QtCore.QMetaObject.connectSlotsByName(PipxExecDialog)
2ab7d3ac8283 Implemented the 'pipx install' and 'pipx install-all' functions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 5
diff changeset
64 PipxExecDialog.setTabOrder(self.resultbox, self.errors)
2ab7d3ac8283 Implemented the 'pipx install' and 'pipx install-all' functions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 5
diff changeset
65 PipxExecDialog.setTabOrder(self.errors, self.buttonBox)
5
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
66
9
2ab7d3ac8283 Implemented the 'pipx install' and 'pipx install-all' functions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 5
diff changeset
67 def retranslateUi(self, PipxExecDialog):
5
e7c41d19f66f Added the compiled form files to the repository.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
68 _translate = QtCore.QCoreApplication.translate
9
2ab7d3ac8283 Implemented the 'pipx install' and 'pipx install-all' functions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 5
diff changeset
69 self.outputGroup.setTitle(_translate("PipxExecDialog", "Output"))
2ab7d3ac8283 Implemented the 'pipx install' and 'pipx install-all' functions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 5
diff changeset
70 self.errorGroup.setTitle(_translate("PipxExecDialog", "Errors"))

eric ide

mercurial