diff -r 40a11619ee77 -r ea60ea85067a VirtualEnv/VirtualenvAddEditDialog.ui --- a/VirtualEnv/VirtualenvAddEditDialog.ui Sat Nov 03 14:16:43 2018 +0100 +++ b/VirtualEnv/VirtualenvAddEditDialog.ui Sat Nov 03 14:19:21 2018 +0100 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>700</width> - <height>186</height> + <height>220</height> </rect> </property> <property name="sizeGripEnabled"> @@ -22,7 +22,7 @@ </widget> </item> <item row="0" column="1"> - <widget class="QLineEdit" name="nameEdit"> + <widget class="E5ClearableLineEdit" name="nameEdit"> <property name="toolTip"> <string>Enter a unique name for the virtual environment</string> </property> @@ -74,7 +74,14 @@ </property> </widget> </item> - <item row="3" column="0" colspan="2"> + <item row="3" column="0"> + <widget class="QLabel" name="label_4"> + <property name="text"> + <string>Python Variant:</string> + </property> + </widget> + </item> + <item row="3" column="1"> <widget class="QComboBox" name="variantComboBox"> <property name="toolTip"> <string>Select the Python variant</string> @@ -92,16 +99,53 @@ </widget> </item> <item row="4" column="0" colspan="2"> - <widget class="QCheckBox" name="globalCheckBox"> - <property name="toolTip"> - <string>Select to denote a global environment (i.e. no virtual environment directory to be given)</string> - </property> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QCheckBox" name="globalCheckBox"> + <property name="toolTip"> + <string>Select to denote a global environment (i.e. no virtual environment directory to be given)</string> + </property> + <property name="text"> + <string>Global Environment</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="anacondaCheckBox"> + <property name="toolTip"> + <string>Select, if this is an Anaconda environment</string> + </property> + <property name="text"> + <string>Anaconda Environment</string> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + </layout> + </item> + <item row="5" column="0"> + <widget class="QLabel" name="label_5"> <property name="text"> - <string>Global Environment</string> + <string>PATH Prefix:</string> </property> </widget> </item> - <item row="5" column="0" colspan="2"> + <item row="5" column="1"> + <widget class="E5ClearableLineEdit" name="execPathEdit"/> + </item> + <item row="6" column="0" colspan="2"> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> @@ -120,6 +164,11 @@ <header>E5Gui/E5PathPicker.h</header> <container>1</container> </customwidget> + <customwidget> + <class>E5ClearableLineEdit</class> + <extends>QLineEdit</extends> + <header>E5Gui/E5LineEdit.h</header> + </customwidget> </customwidgets> <tabstops> <tabstop>nameEdit</tabstop>