src/eric7/VirtualEnv/VirtualenvUpgradeConfigurationDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 9144
135240382a3e
child 9413
80c06d472826
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>VirtualenvUpgradeConfigurationDialog</class>
4 <widget class="QDialog" name="VirtualenvUpgradeConfigurationDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>700</width>
10 <height>311</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Virtual Environment Upgrade Configuration</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QGroupBox" name="groupBox_3">
22 <property name="title">
23 <string>Environment</string>
24 </property>
25 <layout class="QGridLayout" name="gridLayout">
26 <item row="0" column="0">
27 <widget class="QLabel" name="label_2">
28 <property name="text">
29 <string>Name:</string>
30 </property>
31 </widget>
32 </item>
33 <item row="0" column="1">
34 <widget class="QLabel" name="envNameLabel">
35 <property name="sizePolicy">
36 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
37 <horstretch>0</horstretch>
38 <verstretch>0</verstretch>
39 </sizepolicy>
40 </property>
41 </widget>
42 </item>
43 <item row="1" column="0">
44 <widget class="QLabel" name="label">
45 <property name="text">
46 <string>Directory:</string>
47 </property>
48 </widget>
49 </item>
50 <item row="1" column="1">
51 <widget class="QLabel" name="envDirectoryLabel">
52 <property name="sizePolicy">
53 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
54 <horstretch>0</horstretch>
55 <verstretch>0</verstretch>
56 </sizepolicy>
57 </property>
58 </widget>
59 </item>
60 </layout>
61 </widget>
62 </item>
63 <item>
64 <widget class="QGroupBox" name="groupBox">
65 <property name="title">
66 <string>Paths</string>
67 </property>
68 <layout class="QHBoxLayout" name="horizontalLayout_2">
69 <item>
70 <widget class="QLabel" name="label_5">
71 <property name="text">
72 <string>Python Executable:</string>
73 </property>
74 </widget>
75 </item>
76 <item>
77 <widget class="EricPathPicker" name="pythonExecPicker" native="true">
78 <property name="sizePolicy">
79 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
80 <horstretch>0</horstretch>
81 <verstretch>0</verstretch>
82 </sizepolicy>
83 </property>
84 <property name="focusPolicy">
85 <enum>Qt::WheelFocus</enum>
86 </property>
87 <property name="toolTip">
88 <string>Enter the Python interpreter for the virtual environment upgrade</string>
89 </property>
90 </widget>
91 </item>
92 </layout>
93 </widget>
94 </item>
95 <item>
96 <widget class="QGroupBox" name="groupBox_2">
97 <property name="title">
98 <string>Options</string>
99 </property>
100 <layout class="QGridLayout" name="gridLayout_2">
101 <item row="1" column="0" colspan="2">
102 <widget class="QCheckBox" name="logCheckBox">
103 <property name="toolTip">
104 <string>Select to generate a log file in the environment directory</string>
105 </property>
106 <property name="text">
107 <string>Save a log file in the environment directory after upgrade</string>
108 </property>
109 <property name="checked">
110 <bool>true</bool>
111 </property>
112 </widget>
113 </item>
114 <item row="0" column="0">
115 <widget class="QCheckBox" name="upgradePythonCheckBox">
116 <property name="toolTip">
117 <string>Select to upgrade the environment directory to use this version of Python.</string>
118 </property>
119 <property name="text">
120 <string>Upgrade Python</string>
121 </property>
122 <property name="checked">
123 <bool>true</bool>
124 </property>
125 </widget>
126 </item>
127 <item row="0" column="1">
128 <widget class="QCheckBox" name="upgradeDepsCheckBox">
129 <property name="toolTip">
130 <string>Select to upgrade the core dependencies</string>
131 </property>
132 <property name="text">
133 <string>Upgrade Dependencies</string>
134 </property>
135 </widget>
136 </item>
137 </layout>
138 </widget>
139 </item>
140 <item>
141 <widget class="QDialogButtonBox" name="buttonBox">
142 <property name="orientation">
143 <enum>Qt::Horizontal</enum>
144 </property>
145 <property name="standardButtons">
146 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
147 </property>
148 </widget>
149 </item>
150 </layout>
151 </widget>
152 <customwidgets>
153 <customwidget>
154 <class>EricPathPicker</class>
155 <extends>QWidget</extends>
156 <header>EricWidgets/EricPathPicker.h</header>
157 <container>1</container>
158 </customwidget>
159 </customwidgets>
160 <resources/>
161 <connections>
162 <connection>
163 <sender>buttonBox</sender>
164 <signal>accepted()</signal>
165 <receiver>VirtualenvUpgradeConfigurationDialog</receiver>
166 <slot>accept()</slot>
167 <hints>
168 <hint type="sourcelabel">
169 <x>248</x>
170 <y>254</y>
171 </hint>
172 <hint type="destinationlabel">
173 <x>157</x>
174 <y>274</y>
175 </hint>
176 </hints>
177 </connection>
178 <connection>
179 <sender>buttonBox</sender>
180 <signal>rejected()</signal>
181 <receiver>VirtualenvUpgradeConfigurationDialog</receiver>
182 <slot>reject()</slot>
183 <hints>
184 <hint type="sourcelabel">
185 <x>316</x>
186 <y>260</y>
187 </hint>
188 <hint type="destinationlabel">
189 <x>286</x>
190 <y>274</y>
191 </hint>
192 </hints>
193 </connection>
194 </connections>
195 </ui>

eric ide

mercurial