VirtualEnv/VirtualenvInterpreterSelectionDialog.ui

changeset 6349
17b3c75913de
parent 6338
104ee21d765d
equal deleted inserted replaced
6348:d6c0b8ab1fc6 6349:17b3c75913de
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>550</width> 9 <width>550</width>
10 <height>118</height> 10 <height>150</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Add Virtual Environment</string> 14 <string>Add Virtual Environment</string>
15 </property> 15 </property>
57 <string>Enter the Python interpreter of the virtual environment</string> 57 <string>Enter the Python interpreter of the virtual environment</string>
58 </property> 58 </property>
59 </widget> 59 </widget>
60 </item> 60 </item>
61 <item> 61 <item>
62 <widget class="QComboBox" name="variantComboBox">
63 <property name="toolTip">
64 <string>Select the Python variant</string>
65 </property>
66 <item>
67 <property name="text">
68 <string notr="true">Python 3</string>
69 </property>
70 </item>
71 <item>
72 <property name="text">
73 <string notr="true">Python 2</string>
74 </property>
75 </item>
76 </widget>
77 </item>
78 <item>
62 <widget class="QDialogButtonBox" name="buttonBox"> 79 <widget class="QDialogButtonBox" name="buttonBox">
63 <property name="orientation"> 80 <property name="orientation">
64 <enum>Qt::Horizontal</enum> 81 <enum>Qt::Horizontal</enum>
65 </property> 82 </property>
66 <property name="standardButtons"> 83 <property name="standardButtons">
76 <extends>QWidget</extends> 93 <extends>QWidget</extends>
77 <header>E5Gui/E5PathPicker.h</header> 94 <header>E5Gui/E5PathPicker.h</header>
78 <container>1</container> 95 <container>1</container>
79 </customwidget> 96 </customwidget>
80 </customwidgets> 97 </customwidgets>
98 <tabstops>
99 <tabstop>pythonExecPicker</tabstop>
100 <tabstop>variantComboBox</tabstop>
101 <tabstop>nameEdit</tabstop>
102 </tabstops>
81 <resources/> 103 <resources/>
82 <connections> 104 <connections>
83 <connection> 105 <connection>
84 <sender>buttonBox</sender> 106 <sender>buttonBox</sender>
85 <signal>accepted()</signal> 107 <signal>accepted()</signal>

eric ide

mercurial