PipxInterface/Ui_PipxAppStartDialog.py

Sun, 29 Dec 2024 14:56:04 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 29 Dec 2024 14:56:04 +0100
changeset 121
8deb7d8d9b86
parent 106
dcc8d6b448fa
permissions
-rw-r--r--

Prepared a new release.

7
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
1 # Form implementation generated from reading ui file 'PipxInterface/PipxAppStartDialog.ui'
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
2 #
106
dcc8d6b448fa - Added a shortcut button to show the outdated dependencies of the selected package.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 105
diff changeset
3 # Created by: PyQt6 UI code generator 6.8.0
7
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
4 #
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
5 # WARNING: Any manual changes made to this file will be lost when pyuic6 is
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
6 # run again. Do not edit this file unless you know what you are doing.
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
7
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
8
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
9 from PyQt6 import QtCore, QtGui, QtWidgets
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
10
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
11
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
12 class Ui_PipxAppStartDialog(object):
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
13 def setupUi(self, PipxAppStartDialog):
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
14 PipxAppStartDialog.setObjectName("PipxAppStartDialog")
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
15 PipxAppStartDialog.resize(600, 800)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
16 PipxAppStartDialog.setWindowTitle("Start Application")
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
17 PipxAppStartDialog.setSizeGripEnabled(True)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
18 self.verticalLayout_3 = QtWidgets.QVBoxLayout(PipxAppStartDialog)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
19 self.verticalLayout_3.setContentsMargins(11, 11, 11, 11)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
20 self.verticalLayout_3.setSpacing(6)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
21 self.verticalLayout_3.setObjectName("verticalLayout_3")
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
22 self.appLabel = QtWidgets.QLabel(parent=PipxAppStartDialog)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
23 self.appLabel.setObjectName("appLabel")
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
24 self.verticalLayout_3.addWidget(self.appLabel)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
25 self.groupBox = QtWidgets.QGroupBox(parent=PipxAppStartDialog)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
26 self.groupBox.setObjectName("groupBox")
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
27 self.horizontalLayout = QtWidgets.QHBoxLayout(self.groupBox)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
28 self.horizontalLayout.setContentsMargins(11, 11, 11, 11)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
29 self.horizontalLayout.setSpacing(6)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
30 self.horizontalLayout.setObjectName("horizontalLayout")
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
31 self.verticalLayout = QtWidgets.QVBoxLayout()
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
32 self.verticalLayout.setSpacing(6)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
33 self.verticalLayout.setObjectName("verticalLayout")
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
34 self.label = QtWidgets.QLabel(parent=self.groupBox)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
35 self.label.setObjectName("label")
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
36 self.verticalLayout.addWidget(self.label)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
37 self.parametersEdit = QtWidgets.QLineEdit(parent=self.groupBox)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
38 self.parametersEdit.setClearButtonEnabled(True)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
39 self.parametersEdit.setObjectName("parametersEdit")
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
40 self.verticalLayout.addWidget(self.parametersEdit)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
41 self.label_2 = QtWidgets.QLabel(parent=self.groupBox)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
42 self.label_2.setObjectName("label_2")
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
43 self.verticalLayout.addWidget(self.label_2)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
44 self.workdirPicker = EricComboPathPicker(parent=self.groupBox)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
45 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
46 sizePolicy.setHorizontalStretch(0)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
47 sizePolicy.setVerticalStretch(0)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
48 sizePolicy.setHeightForWidth(self.workdirPicker.sizePolicy().hasHeightForWidth())
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
49 self.workdirPicker.setSizePolicy(sizePolicy)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
50 self.workdirPicker.setFocusPolicy(QtCore.Qt.FocusPolicy.WheelFocus)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
51 self.workdirPicker.setWhatsThis("")
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
52 self.workdirPicker.setObjectName("workdirPicker")
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
53 self.verticalLayout.addWidget(self.workdirPicker)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
54 self.horizontalLayout.addLayout(self.verticalLayout)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
55 self.line = QtWidgets.QFrame(parent=self.groupBox)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
56 self.line.setFrameShape(QtWidgets.QFrame.Shape.VLine)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
57 self.line.setFrameShadow(QtWidgets.QFrame.Shadow.Sunken)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
58 self.line.setObjectName("line")
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
59 self.horizontalLayout.addWidget(self.line)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
60 self.verticalLayout_2 = QtWidgets.QVBoxLayout()
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
61 self.verticalLayout_2.setSpacing(6)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
62 self.verticalLayout_2.setObjectName("verticalLayout_2")
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
63 spacerItem = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Policy.Minimum, QtWidgets.QSizePolicy.Policy.Expanding)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
64 self.verticalLayout_2.addItem(spacerItem)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
65 self.executeButton = QtWidgets.QToolButton(parent=self.groupBox)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
66 self.executeButton.setObjectName("executeButton")
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
67 self.verticalLayout_2.addWidget(self.executeButton)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
68 spacerItem1 = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Policy.Minimum, QtWidgets.QSizePolicy.Policy.Expanding)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
69 self.verticalLayout_2.addItem(spacerItem1)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
70 self.horizontalLayout.addLayout(self.verticalLayout_2)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
71 self.verticalLayout_3.addWidget(self.groupBox)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
72 self.outputGroup = QtWidgets.QGroupBox(parent=PipxAppStartDialog)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
73 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Preferred, QtWidgets.QSizePolicy.Policy.Expanding)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
74 sizePolicy.setHorizontalStretch(0)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
75 sizePolicy.setVerticalStretch(3)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
76 sizePolicy.setHeightForWidth(self.outputGroup.sizePolicy().hasHeightForWidth())
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
77 self.outputGroup.setSizePolicy(sizePolicy)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
78 self.outputGroup.setObjectName("outputGroup")
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
79 self.vboxlayout = QtWidgets.QVBoxLayout(self.outputGroup)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
80 self.vboxlayout.setContentsMargins(11, 11, 11, 11)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
81 self.vboxlayout.setSpacing(6)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
82 self.vboxlayout.setObjectName("vboxlayout")
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
83 self.resultbox = QtWidgets.QTextEdit(parent=self.outputGroup)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
84 self.resultbox.setReadOnly(True)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
85 self.resultbox.setAcceptRichText(False)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
86 self.resultbox.setObjectName("resultbox")
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
87 self.vboxlayout.addWidget(self.resultbox)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
88 self.verticalLayout_3.addWidget(self.outputGroup)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
89 self.errorGroup = QtWidgets.QGroupBox(parent=PipxAppStartDialog)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
90 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Preferred, QtWidgets.QSizePolicy.Policy.Expanding)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
91 sizePolicy.setHorizontalStretch(0)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
92 sizePolicy.setVerticalStretch(1)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
93 sizePolicy.setHeightForWidth(self.errorGroup.sizePolicy().hasHeightForWidth())
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
94 self.errorGroup.setSizePolicy(sizePolicy)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
95 self.errorGroup.setObjectName("errorGroup")
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
96 self.vboxlayout1 = QtWidgets.QVBoxLayout(self.errorGroup)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
97 self.vboxlayout1.setContentsMargins(11, 11, 11, 11)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
98 self.vboxlayout1.setSpacing(6)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
99 self.vboxlayout1.setObjectName("vboxlayout1")
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
100 self.errors = QtWidgets.QTextEdit(parent=self.errorGroup)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
101 self.errors.setReadOnly(True)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
102 self.errors.setAcceptRichText(False)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
103 self.errors.setObjectName("errors")
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
104 self.vboxlayout1.addWidget(self.errors)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
105 self.verticalLayout_3.addWidget(self.errorGroup)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
106 self.buttonBox = QtWidgets.QDialogButtonBox(parent=PipxAppStartDialog)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
107 self.buttonBox.setOrientation(QtCore.Qt.Orientation.Horizontal)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
108 self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.StandardButton.Cancel|QtWidgets.QDialogButtonBox.StandardButton.Close)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
109 self.buttonBox.setObjectName("buttonBox")
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
110 self.verticalLayout_3.addWidget(self.buttonBox)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
111
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
112 self.retranslateUi(PipxAppStartDialog)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
113 QtCore.QMetaObject.connectSlotsByName(PipxAppStartDialog)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
114 PipxAppStartDialog.setTabOrder(self.parametersEdit, self.workdirPicker)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
115 PipxAppStartDialog.setTabOrder(self.workdirPicker, self.executeButton)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
116 PipxAppStartDialog.setTabOrder(self.executeButton, self.resultbox)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
117 PipxAppStartDialog.setTabOrder(self.resultbox, self.errors)
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
118
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
119 def retranslateUi(self, PipxAppStartDialog):
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
120 _translate = QtCore.QCoreApplication.translate
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
121 self.groupBox.setTitle(_translate("PipxAppStartDialog", "Execution Parameters"))
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
122 self.label.setText(_translate("PipxAppStartDialog", "Command Line Parameters:"))
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
123 self.parametersEdit.setToolTip(_translate("PipxAppStartDialog", "Enter the command line parameters for the application."))
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
124 self.label_2.setText(_translate("PipxAppStartDialog", "Working Directory:"))
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
125 self.workdirPicker.setToolTip(_translate("PipxAppStartDialog", "Enter the working directory for the application run."))
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
126 self.executeButton.setToolTip(_translate("PipxAppStartDialog", "Press to execute the application with the entered parameters."))
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
127 self.outputGroup.setTitle(_translate("PipxAppStartDialog", "Output"))
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
128 self.errorGroup.setTitle(_translate("PipxAppStartDialog", "Errors"))
9a98f7260372 Modified the application execution dialog to allow the selection of a working directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
129 from eric7.EricWidgets.EricPathPicker import EricComboPathPicker

eric ide

mercurial