103 <item> |
103 <item> |
104 <widget class="QCheckBox" name="globalCheckBox"> |
104 <widget class="QCheckBox" name="globalCheckBox"> |
105 <property name="toolTip"> |
105 <property name="toolTip"> |
106 <string>Select to denote a global environment (i.e. no virtual environment directory to be given)</string> |
106 <string>Select to denote a global environment (i.e. no virtual environment directory to be given)</string> |
107 </property> |
107 </property> |
|
108 <property name="whatsThis"> |
|
109 <string><b>Global Environment</b> |
|
110 <p>Setting this indicates, that the environment is defined globally, i.e. not user specific. Usually such environments cannot be deleted by a standard user. The respective button of the Virtual Environment Manager dialog will be disabled for these entries.</p></string> |
|
111 </property> |
108 <property name="text"> |
112 <property name="text"> |
109 <string>Global Environment</string> |
113 <string>Global Environment</string> |
110 </property> |
114 </property> |
111 </widget> |
115 </widget> |
112 </item> |
116 </item> |
113 <item> |
117 <item> |
114 <widget class="QCheckBox" name="anacondaCheckBox"> |
118 <widget class="QCheckBox" name="anacondaCheckBox"> |
115 <property name="toolTip"> |
119 <property name="toolTip"> |
116 <string>Select, if this is an Anaconda environment</string> |
120 <string>Select, if this is an Conda environment</string> |
117 </property> |
121 </property> |
118 <property name="text"> |
122 <property name="text"> |
119 <string>Anaconda Environment</string> |
123 <string>Conda Environment</string> |
120 </property> |
124 </property> |
121 </widget> |
125 </widget> |
122 </item> |
126 </item> |
123 <item> |
127 <item> |
124 <spacer name="horizontalSpacer"> |
128 <spacer name="horizontalSpacer"> |