5 <property name="geometry"> |
5 <property name="geometry"> |
6 <rect> |
6 <rect> |
7 <x>0</x> |
7 <x>0</x> |
8 <y>0</y> |
8 <y>0</y> |
9 <width>700</width> |
9 <width>700</width> |
10 <height>220</height> |
10 <height>188</height> |
11 </rect> |
11 </rect> |
12 </property> |
12 </property> |
13 <property name="sizeGripEnabled"> |
13 <property name="sizeGripEnabled"> |
14 <bool>true</bool> |
14 <bool>true</bool> |
15 </property> |
15 </property> |
16 <layout class="QGridLayout" name="gridLayout"> |
16 <layout class="QGridLayout" name="gridLayout"> |
17 <item row="0" column="0"> |
17 <item row="4" column="0"> |
18 <widget class="QLabel" name="label"> |
18 <widget class="QLabel" name="label_5"> |
19 <property name="text"> |
19 <property name="text"> |
20 <string>Logical Name:</string> |
20 <string>PATH Prefix:</string> |
21 </property> |
21 </property> |
22 </widget> |
22 </widget> |
23 </item> |
23 </item> |
24 <item row="0" column="1"> |
24 <item row="4" column="1"> |
25 <widget class="E5ClearableLineEdit" name="nameEdit"> |
25 <widget class="E5ClearableLineEdit" name="execPathEdit"/> |
|
26 </item> |
|
27 <item row="3" column="0" colspan="2"> |
|
28 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
29 <item> |
|
30 <widget class="QCheckBox" name="globalCheckBox"> |
|
31 <property name="toolTip"> |
|
32 <string>Select,if this is a global environment (i.e. no virtual environment directory to be given)</string> |
|
33 </property> |
|
34 <property name="whatsThis"> |
|
35 <string><b>Global Environment</b> |
|
36 <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></string> |
|
37 </property> |
|
38 <property name="text"> |
|
39 <string>Global Environment</string> |
|
40 </property> |
|
41 </widget> |
|
42 </item> |
|
43 <item> |
|
44 <widget class="QCheckBox" name="anacondaCheckBox"> |
|
45 <property name="toolTip"> |
|
46 <string>Select, if this is a Conda environment</string> |
|
47 </property> |
|
48 <property name="text"> |
|
49 <string>Conda Environment</string> |
|
50 </property> |
|
51 </widget> |
|
52 </item> |
|
53 <item> |
|
54 <widget class="QCheckBox" name="remoteCheckBox"> |
|
55 <property name="toolTip"> |
|
56 <string>Select, if this is a remotely accessed environment</string> |
|
57 </property> |
|
58 <property name="text"> |
|
59 <string>Remote Environment</string> |
|
60 </property> |
|
61 </widget> |
|
62 </item> |
|
63 <item> |
|
64 <spacer name="horizontalSpacer"> |
|
65 <property name="orientation"> |
|
66 <enum>Qt::Horizontal</enum> |
|
67 </property> |
|
68 <property name="sizeHint" stdset="0"> |
|
69 <size> |
|
70 <width>40</width> |
|
71 <height>20</height> |
|
72 </size> |
|
73 </property> |
|
74 </spacer> |
|
75 </item> |
|
76 </layout> |
|
77 </item> |
|
78 <item row="5" column="0" colspan="2"> |
|
79 <widget class="QDialogButtonBox" name="buttonBox"> |
|
80 <property name="orientation"> |
|
81 <enum>Qt::Horizontal</enum> |
|
82 </property> |
|
83 <property name="standardButtons"> |
|
84 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
85 </property> |
|
86 </widget> |
|
87 </item> |
|
88 <item row="2" column="1"> |
|
89 <widget class="E5PathPicker" name="pythonExecPicker" native="true"> |
|
90 <property name="sizePolicy"> |
|
91 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
92 <horstretch>0</horstretch> |
|
93 <verstretch>0</verstretch> |
|
94 </sizepolicy> |
|
95 </property> |
|
96 <property name="focusPolicy"> |
|
97 <enum>Qt::WheelFocus</enum> |
|
98 </property> |
26 <property name="toolTip"> |
99 <property name="toolTip"> |
27 <string>Enter a unique name for the virtual environment</string> |
100 <string>Enter the Python interpreter of the virtual environment</string> |
28 </property> |
|
29 </widget> |
|
30 </item> |
|
31 <item row="1" column="0"> |
|
32 <widget class="QLabel" name="label_2"> |
|
33 <property name="text"> |
|
34 <string>Directory:</string> |
|
35 </property> |
101 </property> |
36 </widget> |
102 </widget> |
37 </item> |
103 </item> |
38 <item row="1" column="1"> |
104 <item row="1" column="1"> |
39 <widget class="E5PathPicker" name="targetDirectoryPicker" native="true"> |
105 <widget class="E5PathPicker" name="targetDirectoryPicker" native="true"> |
49 <property name="toolTip"> |
115 <property name="toolTip"> |
50 <string>Enter the directory of the virtual environment</string> |
116 <string>Enter the directory of the virtual environment</string> |
51 </property> |
117 </property> |
52 </widget> |
118 </widget> |
53 </item> |
119 </item> |
|
120 <item row="0" column="1"> |
|
121 <widget class="E5ClearableLineEdit" name="nameEdit"> |
|
122 <property name="toolTip"> |
|
123 <string>Enter a unique name for the virtual environment</string> |
|
124 </property> |
|
125 </widget> |
|
126 </item> |
54 <item row="2" column="0"> |
127 <item row="2" column="0"> |
55 <widget class="QLabel" name="label_3"> |
128 <widget class="QLabel" name="label_3"> |
56 <property name="text"> |
129 <property name="text"> |
57 <string>Python Interpreter:</string> |
130 <string>Python Interpreter:</string> |
58 </property> |
131 </property> |
59 </widget> |
132 </widget> |
60 </item> |
133 </item> |
61 <item row="2" column="1"> |
134 <item row="0" column="0"> |
62 <widget class="E5PathPicker" name="pythonExecPicker" native="true"> |
135 <widget class="QLabel" name="label"> |
63 <property name="sizePolicy"> |
136 <property name="text"> |
64 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
137 <string>Logical Name:</string> |
65 <horstretch>0</horstretch> |
138 </property> |
66 <verstretch>0</verstretch> |
139 </widget> |
67 </sizepolicy> |
140 </item> |
68 </property> |
141 <item row="1" column="0"> |
69 <property name="focusPolicy"> |
142 <widget class="QLabel" name="label_2"> |
70 <enum>Qt::WheelFocus</enum> |
143 <property name="text"> |
71 </property> |
144 <string>Directory:</string> |
72 <property name="toolTip"> |
|
73 <string>Enter the Python interpreter of the virtual environment</string> |
|
74 </property> |
|
75 </widget> |
|
76 </item> |
|
77 <item row="3" column="0"> |
|
78 <widget class="QLabel" name="label_4"> |
|
79 <property name="text"> |
|
80 <string>Python Variant:</string> |
|
81 </property> |
|
82 </widget> |
|
83 </item> |
|
84 <item row="3" column="1"> |
|
85 <widget class="QComboBox" name="variantComboBox"> |
|
86 <property name="toolTip"> |
|
87 <string>Select the Python variant</string> |
|
88 </property> |
|
89 <item> |
|
90 <property name="text"> |
|
91 <string notr="true">Python 3</string> |
|
92 </property> |
|
93 </item> |
|
94 <item> |
|
95 <property name="text"> |
|
96 <string notr="true">Python 2</string> |
|
97 </property> |
|
98 </item> |
|
99 </widget> |
|
100 </item> |
|
101 <item row="4" column="0" colspan="2"> |
|
102 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
103 <item> |
|
104 <widget class="QCheckBox" name="globalCheckBox"> |
|
105 <property name="toolTip"> |
|
106 <string>Select,if this is a global environment (i.e. no virtual environment directory to be given)</string> |
|
107 </property> |
|
108 <property name="whatsThis"> |
|
109 <string><b>Global Environment</b> |
|
110 <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></string> |
|
111 </property> |
|
112 <property name="text"> |
|
113 <string>Global Environment</string> |
|
114 </property> |
|
115 </widget> |
|
116 </item> |
|
117 <item> |
|
118 <widget class="QCheckBox" name="anacondaCheckBox"> |
|
119 <property name="toolTip"> |
|
120 <string>Select, if this is a Conda environment</string> |
|
121 </property> |
|
122 <property name="text"> |
|
123 <string>Conda Environment</string> |
|
124 </property> |
|
125 </widget> |
|
126 </item> |
|
127 <item> |
|
128 <widget class="QCheckBox" name="remoteCheckBox"> |
|
129 <property name="toolTip"> |
|
130 <string>Select, if this is a remotely accessed environment</string> |
|
131 </property> |
|
132 <property name="text"> |
|
133 <string>Remote Environment</string> |
|
134 </property> |
|
135 </widget> |
|
136 </item> |
|
137 <item> |
|
138 <spacer name="horizontalSpacer"> |
|
139 <property name="orientation"> |
|
140 <enum>Qt::Horizontal</enum> |
|
141 </property> |
|
142 <property name="sizeHint" stdset="0"> |
|
143 <size> |
|
144 <width>40</width> |
|
145 <height>20</height> |
|
146 </size> |
|
147 </property> |
|
148 </spacer> |
|
149 </item> |
|
150 </layout> |
|
151 </item> |
|
152 <item row="5" column="0"> |
|
153 <widget class="QLabel" name="label_5"> |
|
154 <property name="text"> |
|
155 <string>PATH Prefix:</string> |
|
156 </property> |
|
157 </widget> |
|
158 </item> |
|
159 <item row="5" column="1"> |
|
160 <widget class="E5ClearableLineEdit" name="execPathEdit"/> |
|
161 </item> |
|
162 <item row="6" column="0" colspan="2"> |
|
163 <widget class="QDialogButtonBox" name="buttonBox"> |
|
164 <property name="orientation"> |
|
165 <enum>Qt::Horizontal</enum> |
|
166 </property> |
|
167 <property name="standardButtons"> |
|
168 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
169 </property> |
145 </property> |
170 </widget> |
146 </widget> |
171 </item> |
147 </item> |
172 </layout> |
148 </layout> |
173 </widget> |
149 </widget> |