179 </spacer> |
179 </spacer> |
180 </item> |
180 </item> |
181 </layout> |
181 </layout> |
182 </item> |
182 </item> |
183 <item row="1" column="0" colspan="2"> |
183 <item row="1" column="0" colspan="2"> |
|
184 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
185 <item> |
|
186 <widget class="QLabel" name="label_2"> |
|
187 <property name="text"> |
|
188 <string>Base Directory:</string> |
|
189 </property> |
|
190 </widget> |
|
191 </item> |
|
192 <item> |
|
193 <widget class="E5PathPicker" name="envBaseDirectoryPicker" native="true"> |
|
194 <property name="sizePolicy"> |
|
195 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
196 <horstretch>0</horstretch> |
|
197 <verstretch>0</verstretch> |
|
198 </sizepolicy> |
|
199 </property> |
|
200 <property name="focusPolicy"> |
|
201 <enum>Qt::WheelFocus</enum> |
|
202 </property> |
|
203 <property name="toolTip"> |
|
204 <string>Enter the base directory of the virtual environments</string> |
|
205 </property> |
|
206 </widget> |
|
207 </item> |
|
208 </layout> |
|
209 </item> |
|
210 <item row="2" column="0" colspan="2"> |
184 <widget class="QDialogButtonBox" name="buttonBox"> |
211 <widget class="QDialogButtonBox" name="buttonBox"> |
185 <property name="orientation"> |
212 <property name="orientation"> |
186 <enum>Qt::Horizontal</enum> |
213 <enum>Qt::Horizontal</enum> |
187 </property> |
214 </property> |
188 <property name="standardButtons"> |
215 <property name="standardButtons"> |
190 </property> |
217 </property> |
191 </widget> |
218 </widget> |
192 </item> |
219 </item> |
193 </layout> |
220 </layout> |
194 </widget> |
221 </widget> |
|
222 <customwidgets> |
|
223 <customwidget> |
|
224 <class>E5PathPicker</class> |
|
225 <extends>QWidget</extends> |
|
226 <header>E5Gui/E5PathPicker.h</header> |
|
227 <container>1</container> |
|
228 </customwidget> |
|
229 </customwidgets> |
195 <tabstops> |
230 <tabstops> |
196 <tabstop>venvList</tabstop> |
231 <tabstop>venvList</tabstop> |
197 <tabstop>addButton</tabstop> |
232 <tabstop>addButton</tabstop> |
198 <tabstop>newButton</tabstop> |
233 <tabstop>newButton</tabstop> |
199 <tabstop>editButton</tabstop> |
234 <tabstop>editButton</tabstop> |