Project/DebuggerPropertiesDialog.ui

changeset 6551
f4adb9431204
parent 6352
4bdc6503df81
--- a/Project/DebuggerPropertiesDialog.ui	Thu Oct 18 18:53:23 2018 +0200
+++ b/Project/DebuggerPropertiesDialog.ui	Sat Oct 20 14:46:01 2018 +0200
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>592</width>
-    <height>654</height>
+    <height>657</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -66,44 +66,6 @@
     </widget>
    </item>
    <item>
-    <widget class="QGroupBox" name="groupBox_3">
-     <property name="title">
-      <string>Environment for Debug Client</string>
-     </property>
-     <layout class="QGridLayout" name="_6">
-      <item row="0" column="0" colspan="2">
-       <widget class="QCheckBox" name="debugEnvironmentOverrideCheckBox">
-        <property name="toolTip">
-         <string>Select, if the environment of the debug client should be replaced</string>
-        </property>
-        <property name="text">
-         <string>Replace Environment</string>
-        </property>
-       </widget>
-      </item>
-      <item row="1" column="1">
-       <widget class="QLineEdit" name="debugEnvironmentEdit">
-        <property name="toolTip">
-         <string>Enter the environment variables to be set.</string>
-        </property>
-        <property name="whatsThis">
-         <string>&lt;b&gt;Environment&lt;/b&gt;
-&lt;p&gt;Enter the environment variables to be set for the debugger. The individual settings must be separate by whitespace and be given in the form 'var=value'.&lt;/p&gt;
-&lt;p&gt;Example: var1=1 var2=&quot;hello world&quot;&lt;/p&gt;</string>
-        </property>
-       </widget>
-      </item>
-      <item row="1" column="0">
-       <widget class="QLabel" name="textLabel1_16">
-        <property name="text">
-         <string>Environment:</string>
-        </property>
-       </widget>
-      </item>
-     </layout>
-    </widget>
-   </item>
-   <item>
     <widget class="QGroupBox" name="remoteDebuggerGroup">
      <property name="toolTip">
       <string>Select, if the debugger should be run remotely</string>
@@ -231,6 +193,44 @@
     </widget>
    </item>
    <item>
+    <widget class="QGroupBox" name="groupBox_3">
+     <property name="title">
+      <string>Environment Variables for Debug Client</string>
+     </property>
+     <layout class="QGridLayout" name="_6">
+      <item row="0" column="0" colspan="2">
+       <widget class="QCheckBox" name="debugEnvironmentOverrideCheckBox">
+        <property name="toolTip">
+         <string>Select, if the environment of the debug client should be replaced</string>
+        </property>
+        <property name="text">
+         <string>Replace Environment Variables</string>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="1">
+       <widget class="QLineEdit" name="debugEnvironmentEdit">
+        <property name="toolTip">
+         <string>Enter the environment variables to be set.</string>
+        </property>
+        <property name="whatsThis">
+         <string>&lt;b&gt;Environment Variables&lt;/b&gt;
+&lt;p&gt;Enter the environment variables to be set for the debugger. The individual settings must be separated by whitespace and be given in the form 'var=value'.&lt;/p&gt;
+&lt;p&gt;Example: var1=1 var2=&quot;hello world&quot;&lt;/p&gt;</string>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="0">
+       <widget class="QLabel" name="textLabel1_16">
+        <property name="text">
+         <string>Environment Variables:</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
     <widget class="QCheckBox" name="redirectCheckBox">
      <property name="toolTip">
       <string>Select to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</string>
@@ -275,8 +275,6 @@
   <tabstop>debugClientPicker</tabstop>
   <tabstop>debugClientClearHistoryButton</tabstop>
   <tabstop>venvComboBox</tabstop>
-  <tabstop>debugEnvironmentOverrideCheckBox</tabstop>
-  <tabstop>debugEnvironmentEdit</tabstop>
   <tabstop>remoteDebuggerGroup</tabstop>
   <tabstop>remoteHostEdit</tabstop>
   <tabstop>remoteCommandEdit</tabstop>
@@ -285,6 +283,8 @@
   <tabstop>translationLocalEdit</tabstop>
   <tabstop>consoleDebuggerGroup</tabstop>
   <tabstop>consoleCommandEdit</tabstop>
+  <tabstop>debugEnvironmentOverrideCheckBox</tabstop>
+  <tabstop>debugEnvironmentEdit</tabstop>
   <tabstop>redirectCheckBox</tabstop>
   <tabstop>noEncodingCheckBox</tabstop>
  </tabstops>

eric ide

mercurial