eric6/Debugger/StartProfileDialog.ui

changeset 8162
8358c3c95841
parent 8078
d0e6c9ef0f15
child 8238
849d7434c2e1
diff -r 3591a85e4da7 -r 8358c3c95841 eric6/Debugger/StartProfileDialog.ui
--- a/eric6/Debugger/StartProfileDialog.ui	Sun Mar 14 13:49:55 2021 +0100
+++ b/eric6/Debugger/StartProfileDialog.ui	Sun Mar 14 19:59:27 2021 +0100
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>550</width>
-    <height>228</height>
+    <height>303</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -16,7 +16,7 @@
   <property name="sizeGripEnabled">
    <bool>true</bool>
   </property>
-  <layout class="QVBoxLayout" name="verticalLayout">
+  <layout class="QVBoxLayout" name="verticalLayout_2">
    <item>
     <layout class="QGridLayout" name="gridLayout_3">
      <item row="0" column="0">
@@ -158,6 +158,31 @@
     </layout>
    </item>
    <item>
+    <widget class="QGroupBox" name="globalOverrideGroup">
+     <property name="title">
+      <string>Override Global Configuration</string>
+     </property>
+     <property name="checkable">
+      <bool>true</bool>
+     </property>
+     <property name="checked">
+      <bool>false</bool>
+     </property>
+     <layout class="QVBoxLayout" name="verticalLayout">
+      <item>
+       <widget class="QCheckBox" name="redirectCheckBox">
+        <property name="toolTip">
+         <string>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric IDE</string>
+        </property>
+        <property name="text">
+         <string>Redirect stdin/stdout/stderr</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
     <layout class="QGridLayout" name="gridLayout_2">
      <item row="0" column="0">
       <widget class="QCheckBox" name="exceptionCheckBox">
@@ -254,6 +279,8 @@
   <tabstop>cmdlineCombo</tabstop>
   <tabstop>workdirPicker</tabstop>
   <tabstop>environmentCombo</tabstop>
+  <tabstop>globalOverrideGroup</tabstop>
+  <tabstop>redirectCheckBox</tabstop>
   <tabstop>exceptionCheckBox</tabstop>
   <tabstop>clearShellCheckBox</tabstop>
   <tabstop>consoleCheckBox</tabstop>

eric ide

mercurial