VirtualEnv/VirtualenvAddEditDialog.ui

changeset 6341
a00e63f6d766
parent 6338
104ee21d765d
child 6349
17b3c75913de
equal deleted inserted replaced
6340:0eb6c62ceb8e 6341:a00e63f6d766
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>700</width> 9 <width>700</width>
10 <height>124</height> 10 <height>154</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="sizeGripEnabled"> 13 <property name="sizeGripEnabled">
14 <bool>true</bool> 14 <bool>true</bool>
15 </property> 15 </property>
73 <string>Enter the Python interpreter of the virtual environment</string> 73 <string>Enter the Python interpreter of the virtual environment</string>
74 </property> 74 </property>
75 </widget> 75 </widget>
76 </item> 76 </item>
77 <item row="3" column="0" colspan="2"> 77 <item row="3" column="0" colspan="2">
78 <widget class="QCheckBox" name="globalCheckBox">
79 <property name="toolTip">
80 <string>Select to denote a global environment (i.e. no virtual environment directory to be given)</string>
81 </property>
82 <property name="text">
83 <string>Global Environment</string>
84 </property>
85 </widget>
86 </item>
87 <item row="4" column="0" colspan="2">
78 <widget class="QDialogButtonBox" name="buttonBox"> 88 <widget class="QDialogButtonBox" name="buttonBox">
79 <property name="orientation"> 89 <property name="orientation">
80 <enum>Qt::Horizontal</enum> 90 <enum>Qt::Horizontal</enum>
81 </property> 91 </property>
82 <property name="standardButtons"> 92 <property name="standardButtons">

eric ide

mercurial