VirtualEnv/VirtualenvAddEditDialog.ui

changeset 6349
17b3c75913de
parent 6341
a00e63f6d766
child 6576
ea60ea85067a
--- a/VirtualEnv/VirtualenvAddEditDialog.ui	Fri Jun 15 18:49:48 2018 +0200
+++ b/VirtualEnv/VirtualenvAddEditDialog.ui	Sat Jun 16 13:34:22 2018 +0200
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>700</width>
-    <height>154</height>
+    <height>186</height>
    </rect>
   </property>
   <property name="sizeGripEnabled">
@@ -75,6 +75,23 @@
     </widget>
    </item>
    <item row="3" column="0" colspan="2">
+    <widget class="QComboBox" name="variantComboBox">
+     <property name="toolTip">
+      <string>Select the Python variant</string>
+     </property>
+     <item>
+      <property name="text">
+       <string notr="true">Python 3</string>
+      </property>
+     </item>
+     <item>
+      <property name="text">
+       <string notr="true">Python 2</string>
+      </property>
+     </item>
+    </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>
@@ -84,7 +101,7 @@
      </property>
     </widget>
    </item>
-   <item row="4" column="0" colspan="2">
+   <item row="5" column="0" colspan="2">
     <widget class="QDialogButtonBox" name="buttonBox">
      <property name="orientation">
       <enum>Qt::Horizontal</enum>
@@ -108,6 +125,8 @@
   <tabstop>nameEdit</tabstop>
   <tabstop>targetDirectoryPicker</tabstop>
   <tabstop>pythonExecPicker</tabstop>
+  <tabstop>variantComboBox</tabstop>
+  <tabstop>globalCheckBox</tabstop>
  </tabstops>
  <resources/>
  <connections>

eric ide

mercurial