--- a/src/eric7/VirtualEnv/VirtualenvAddEditDialog.ui Tue May 13 16:46:34 2025 +0200 +++ b/src/eric7/VirtualEnv/VirtualenvAddEditDialog.ui Wed May 14 18:18:06 2025 +0200 @@ -59,18 +59,48 @@ </layout> </item> <item> - <widget class="QCheckBox" name="globalCheckBox"> - <property name="toolTip"> - <string>Select,if this is a global environment (i.e. no virtual environment directory to be given)</string> - </property> - <property name="whatsThis"> - <string><b>Global Environment</b> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QCheckBox" name="globalCheckBox"> + <property name="toolTip"> + <string>Select,if this is a global environment (i.e. no virtual environment directory to be given)</string> + </property> + <property name="whatsThis"> + <string><b>Global Environment</b> <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> - </property> - <property name="text"> - <string>Global Environment</string> - </property> - </widget> + </property> + <property name="text"> + <string>Global Environment</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="availableCheckBox"> + <property name="toolTip"> + <string>Select to indicate the availability of the environment</string> + </property> + <property name="text"> + <string>Environment Available</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Orientation::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + </layout> </item> </layout> </widget> @@ -189,6 +219,7 @@ <tabstop>nameEdit</tabstop> <tabstop>environmentTypeComboBox</tabstop> <tabstop>globalCheckBox</tabstop> + <tabstop>availableCheckBox</tabstop> <tabstop>targetDirectoryPicker</tabstop> <tabstop>pythonExecPicker</tabstop> <tabstop>execPathEdit</tabstop>