src/eric7/VirtualEnv/VirtualenvAddEditDialog.ui

branch
eric7
changeset 11286
f0a76bd2a9d3
parent 11230
8a15b05eeee3
diff -r ef8675deb106 -r f0a76bd2a9d3 src/eric7/VirtualEnv/VirtualenvAddEditDialog.ui
--- 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>&lt;b&gt;Global Environment&lt;/b&gt;
+       <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>&lt;b&gt;Global Environment&lt;/b&gt;
 &lt;p&gt;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.&lt;/p&gt;</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>

eric ide

mercurial