src/eric7/VirtualEnv/Ui_VirtualenvAddEditDialog.py

Mon, 10 Jun 2024 11:41:34 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 10 Jun 2024 11:41:34 +0200
branch
server
changeset 10766
d35d6f96c24b
parent 10748
d14a35b8dc2c
child 11230
8a15b05eeee3
permissions
-rw-r--r--

Extended the use of eric-ide server environments.

10745
2921faddeaec Regenerated the Ui_*.py files with project relative paths.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10743
diff changeset
1 # Form implementation generated from reading ui file 'src/eric7/VirtualEnv/VirtualenvAddEditDialog.ui'
10743
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
2 #
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3 # Created by: PyQt6 UI code generator 6.7.0
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
4 #
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
5 # WARNING: Any manual changes made to this file will be lost when pyuic6 is
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
6 # run again. Do not edit this file unless you know what you are doing.
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
7
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
8
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
9 from PyQt6 import QtCore, QtGui, QtWidgets
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
10
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
11
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
12 class Ui_VirtualenvAddEditDialog(object):
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
13 def setupUi(self, VirtualenvAddEditDialog):
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
14 VirtualenvAddEditDialog.setObjectName("VirtualenvAddEditDialog")
10748
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
15 VirtualenvAddEditDialog.resize(700, 400)
10743
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
16 VirtualenvAddEditDialog.setSizeGripEnabled(True)
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
17 self.gridLayout = QtWidgets.QGridLayout(VirtualenvAddEditDialog)
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
18 self.gridLayout.setObjectName("gridLayout")
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
19 self.label = QtWidgets.QLabel(parent=VirtualenvAddEditDialog)
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
20 self.label.setObjectName("label")
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
21 self.gridLayout.addWidget(self.label, 0, 0, 1, 1)
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
22 self.nameEdit = QtWidgets.QLineEdit(parent=VirtualenvAddEditDialog)
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
23 self.nameEdit.setClearButtonEnabled(True)
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
24 self.nameEdit.setObjectName("nameEdit")
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
25 self.gridLayout.addWidget(self.nameEdit, 0, 1, 1, 1)
10748
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
26 self.groupBox = QtWidgets.QGroupBox(parent=VirtualenvAddEditDialog)
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
27 self.groupBox.setObjectName("groupBox")
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
28 self.verticalLayout = QtWidgets.QVBoxLayout(self.groupBox)
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
29 self.verticalLayout.setObjectName("verticalLayout")
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
30 self.horizontalLayout_2 = QtWidgets.QHBoxLayout()
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
31 self.horizontalLayout_2.setObjectName("horizontalLayout_2")
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
32 self.standardRadioButton = QtWidgets.QRadioButton(parent=self.groupBox)
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
33 self.standardRadioButton.setChecked(True)
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
34 self.standardRadioButton.setObjectName("standardRadioButton")
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
35 self.horizontalLayout_2.addWidget(self.standardRadioButton)
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
36 self.anacondaRadioButton = QtWidgets.QRadioButton(parent=self.groupBox)
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
37 self.anacondaRadioButton.setObjectName("anacondaRadioButton")
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
38 self.horizontalLayout_2.addWidget(self.anacondaRadioButton)
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
39 self.remoteRadioButton = QtWidgets.QRadioButton(parent=self.groupBox)
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
40 self.remoteRadioButton.setObjectName("remoteRadioButton")
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
41 self.horizontalLayout_2.addWidget(self.remoteRadioButton)
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
42 self.serverRadioButton = QtWidgets.QRadioButton(parent=self.groupBox)
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
43 self.serverRadioButton.setObjectName("serverRadioButton")
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
44 self.horizontalLayout_2.addWidget(self.serverRadioButton)
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
45 self.verticalLayout.addLayout(self.horizontalLayout_2)
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
46 self.globalCheckBox = QtWidgets.QCheckBox(parent=self.groupBox)
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
47 self.globalCheckBox.setObjectName("globalCheckBox")
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
48 self.verticalLayout.addWidget(self.globalCheckBox)
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
49 self.gridLayout.addWidget(self.groupBox, 1, 0, 1, 2)
10743
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
50 self.label_2 = QtWidgets.QLabel(parent=VirtualenvAddEditDialog)
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
51 self.label_2.setObjectName("label_2")
10748
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
52 self.gridLayout.addWidget(self.label_2, 2, 0, 1, 1)
10743
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
53 self.targetDirectoryPicker = EricPathPicker(parent=VirtualenvAddEditDialog)
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
54 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred)
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
55 sizePolicy.setHorizontalStretch(0)
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
56 sizePolicy.setVerticalStretch(0)
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
57 sizePolicy.setHeightForWidth(self.targetDirectoryPicker.sizePolicy().hasHeightForWidth())
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
58 self.targetDirectoryPicker.setSizePolicy(sizePolicy)
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
59 self.targetDirectoryPicker.setFocusPolicy(QtCore.Qt.FocusPolicy.WheelFocus)
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
60 self.targetDirectoryPicker.setObjectName("targetDirectoryPicker")
10748
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
61 self.gridLayout.addWidget(self.targetDirectoryPicker, 2, 1, 1, 1)
10743
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
62 self.label_3 = QtWidgets.QLabel(parent=VirtualenvAddEditDialog)
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
63 self.label_3.setObjectName("label_3")
10748
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
64 self.gridLayout.addWidget(self.label_3, 3, 0, 1, 1)
10743
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
65 self.pythonExecPicker = EricPathPicker(parent=VirtualenvAddEditDialog)
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
66 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred)
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
67 sizePolicy.setHorizontalStretch(0)
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
68 sizePolicy.setVerticalStretch(0)
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
69 sizePolicy.setHeightForWidth(self.pythonExecPicker.sizePolicy().hasHeightForWidth())
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
70 self.pythonExecPicker.setSizePolicy(sizePolicy)
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
71 self.pythonExecPicker.setFocusPolicy(QtCore.Qt.FocusPolicy.WheelFocus)
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
72 self.pythonExecPicker.setObjectName("pythonExecPicker")
10748
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
73 self.gridLayout.addWidget(self.pythonExecPicker, 3, 1, 1, 1)
10743
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
74 self.label_5 = QtWidgets.QLabel(parent=VirtualenvAddEditDialog)
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
75 self.label_5.setObjectName("label_5")
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
76 self.gridLayout.addWidget(self.label_5, 4, 0, 1, 1)
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
77 self.execPathEdit = QtWidgets.QLineEdit(parent=VirtualenvAddEditDialog)
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
78 self.execPathEdit.setClearButtonEnabled(True)
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
79 self.execPathEdit.setObjectName("execPathEdit")
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
80 self.gridLayout.addWidget(self.execPathEdit, 4, 1, 1, 1)
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
81 self.label_4 = QtWidgets.QLabel(parent=VirtualenvAddEditDialog)
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
82 self.label_4.setAlignment(QtCore.Qt.AlignmentFlag.AlignLeading|QtCore.Qt.AlignmentFlag.AlignLeft|QtCore.Qt.AlignmentFlag.AlignTop)
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
83 self.label_4.setObjectName("label_4")
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
84 self.gridLayout.addWidget(self.label_4, 5, 0, 1, 1)
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
85 self.descriptionEdit = QtWidgets.QPlainTextEdit(parent=VirtualenvAddEditDialog)
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
86 self.descriptionEdit.setObjectName("descriptionEdit")
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
87 self.gridLayout.addWidget(self.descriptionEdit, 5, 1, 1, 1)
10748
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
88 self.label_6 = QtWidgets.QLabel(parent=VirtualenvAddEditDialog)
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
89 self.label_6.setObjectName("label_6")
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
90 self.gridLayout.addWidget(self.label_6, 6, 0, 1, 1)
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
91 self.serverLineEdit = QtWidgets.QLineEdit(parent=VirtualenvAddEditDialog)
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
92 self.serverLineEdit.setReadOnly(True)
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
93 self.serverLineEdit.setObjectName("serverLineEdit")
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
94 self.gridLayout.addWidget(self.serverLineEdit, 6, 1, 1, 1)
10743
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
95 self.buttonBox = QtWidgets.QDialogButtonBox(parent=VirtualenvAddEditDialog)
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
96 self.buttonBox.setOrientation(QtCore.Qt.Orientation.Horizontal)
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
97 self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.StandardButton.Cancel|QtWidgets.QDialogButtonBox.StandardButton.Ok)
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
98 self.buttonBox.setObjectName("buttonBox")
10748
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
99 self.gridLayout.addWidget(self.buttonBox, 7, 0, 1, 2)
10743
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
100
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
101 self.retranslateUi(VirtualenvAddEditDialog)
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
102 self.buttonBox.accepted.connect(VirtualenvAddEditDialog.accept) # type: ignore
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
103 self.buttonBox.rejected.connect(VirtualenvAddEditDialog.reject) # type: ignore
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
104 QtCore.QMetaObject.connectSlotsByName(VirtualenvAddEditDialog)
10748
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
105 VirtualenvAddEditDialog.setTabOrder(self.nameEdit, self.standardRadioButton)
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
106 VirtualenvAddEditDialog.setTabOrder(self.standardRadioButton, self.anacondaRadioButton)
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
107 VirtualenvAddEditDialog.setTabOrder(self.anacondaRadioButton, self.remoteRadioButton)
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
108 VirtualenvAddEditDialog.setTabOrder(self.remoteRadioButton, self.serverRadioButton)
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
109 VirtualenvAddEditDialog.setTabOrder(self.serverRadioButton, self.globalCheckBox)
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
110 VirtualenvAddEditDialog.setTabOrder(self.globalCheckBox, self.targetDirectoryPicker)
10743
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
111 VirtualenvAddEditDialog.setTabOrder(self.targetDirectoryPicker, self.pythonExecPicker)
10748
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
112 VirtualenvAddEditDialog.setTabOrder(self.pythonExecPicker, self.execPathEdit)
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
113 VirtualenvAddEditDialog.setTabOrder(self.execPathEdit, self.descriptionEdit)
10743
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
114
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
115 def retranslateUi(self, VirtualenvAddEditDialog):
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
116 _translate = QtCore.QCoreApplication.translate
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
117 self.label.setText(_translate("VirtualenvAddEditDialog", "Logical Name:"))
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
118 self.nameEdit.setToolTip(_translate("VirtualenvAddEditDialog", "Enter a unique name for the virtual environment"))
10748
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
119 self.groupBox.setTitle(_translate("VirtualenvAddEditDialog", "Environment Type"))
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
120 self.standardRadioButton.setToolTip(_translate("VirtualenvAddEditDialog", "Select to indicate a standard environment"))
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
121 self.standardRadioButton.setText(_translate("VirtualenvAddEditDialog", "Standard"))
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
122 self.anacondaRadioButton.setToolTip(_translate("VirtualenvAddEditDialog", "Select to indicate an Anaconda environment"))
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
123 self.anacondaRadioButton.setText(_translate("VirtualenvAddEditDialog", "Anaconda"))
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
124 self.remoteRadioButton.setToolTip(_translate("VirtualenvAddEditDialog", "Select to indicate a remotely (ssh) accessed environment"))
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
125 self.remoteRadioButton.setText(_translate("VirtualenvAddEditDialog", "Remote"))
10766
d35d6f96c24b Extended the use of eric-ide server environments.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10748
diff changeset
126 self.serverRadioButton.setToolTip(_translate("VirtualenvAddEditDialog", "Select to indicate an eric-ide server environment."))
d35d6f96c24b Extended the use of eric-ide server environments.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10748
diff changeset
127 self.serverRadioButton.setText(_translate("VirtualenvAddEditDialog", "eric-ide server"))
10743
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
128 self.globalCheckBox.setToolTip(_translate("VirtualenvAddEditDialog", "Select,if this is a global environment (i.e. no virtual environment directory to be given)"))
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
129 self.globalCheckBox.setWhatsThis(_translate("VirtualenvAddEditDialog", "<b>Global Environment</b>\n"
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
130 "<p>Setting this indicates, that the environment is defined globally, i.e. not user specific. Usually such environments cannot be deleted by a standard user. The respective button of the Virtual Environment Manager dialog will be disabled for these entries.</p>"))
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
131 self.globalCheckBox.setText(_translate("VirtualenvAddEditDialog", "Global Environment"))
10748
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
132 self.label_2.setText(_translate("VirtualenvAddEditDialog", "Directory:"))
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
133 self.targetDirectoryPicker.setToolTip(_translate("VirtualenvAddEditDialog", "Enter the directory of the virtual environment"))
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
134 self.label_3.setText(_translate("VirtualenvAddEditDialog", "Python Interpreter:"))
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
135 self.pythonExecPicker.setToolTip(_translate("VirtualenvAddEditDialog", "Enter the Python interpreter of the virtual environment"))
10743
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
136 self.label_5.setText(_translate("VirtualenvAddEditDialog", "PATH Prefix:"))
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
137 self.label_4.setText(_translate("VirtualenvAddEditDialog", "Description:"))
10748
d14a35b8dc2c Added missing Ui_*.py files and modified ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10745
diff changeset
138 self.label_6.setText(_translate("VirtualenvAddEditDialog", "Server:"))
10766
d35d6f96c24b Extended the use of eric-ide server environments.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 10748
diff changeset
139 self.serverLineEdit.setToolTip(_translate("VirtualenvAddEditDialog", "Shows the host name of the server this entry belongs to (eric-ide server environment only)"))
10743
5d3a5a05114e Changed code structure and install script to include the Ui_*.py files in the code repository and do not compile *.ui files at installation time anymore. This is to cope with a backward incompatible change of Qt 6.7.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
140 from eric7.EricWidgets.EricPathPicker import EricPathPicker

eric ide

mercurial