eric6/Debugger/StartDebugDialog.ui

branch
multi_processing
changeset 7874
8dcb77600690
parent 7411
6d8dcb3551b3
child 7901
6ff7ccf0cb50
diff -r cb2badbdf26c -r 8dcb77600690 eric6/Debugger/StartDebugDialog.ui
--- a/eric6/Debugger/StartDebugDialog.ui	Sun Dec 13 19:54:19 2020 +0100
+++ b/eric6/Debugger/StartDebugDialog.ui	Mon Dec 14 19:23:25 2020 +0100
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>550</width>
-    <height>332</height>
+    <height>276</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -296,46 +296,6 @@
     </widget>
    </item>
    <item>
-    <widget class="QGroupBox" name="groupBox">
-     <property name="title">
-      <string>Forking</string>
-     </property>
-     <layout class="QHBoxLayout" name="horizontalLayout">
-      <item>
-       <widget class="QCheckBox" name="forkModeCheckBox">
-        <property name="toolTip">
-         <string>Select to go through the fork without asking</string>
-        </property>
-        <property name="whatsThis">
-         <string>&lt;b&gt;Fork without pausing&lt;/b&gt;
-&lt;p&gt;Select to go through the fork without asking making the forking decision based on the Parent/Child selection.&lt;/p&gt;</string>
-        </property>
-        <property name="text">
-         <string>Fork without pausing</string>
-        </property>
-       </widget>
-      </item>
-      <item>
-       <widget class="QCheckBox" name="forkChildCheckBox">
-        <property name="enabled">
-         <bool>false</bool>
-        </property>
-        <property name="toolTip">
-         <string>Select to debug the child process after forking</string>
-        </property>
-        <property name="whatsThis">
-         <string>&lt;b&gt;Debug Child Process&lt;/b&gt;
-&lt;p&gt;Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.&lt;/p&gt;</string>
-        </property>
-        <property name="text">
-         <string>Follow Child Process</string>
-        </property>
-       </widget>
-      </item>
-     </layout>
-    </widget>
-   </item>
-   <item>
     <widget class="QDialogButtonBox" name="buttonBox">
      <property name="orientation">
       <enum>Qt::Horizontal</enum>
@@ -368,8 +328,6 @@
   <tabstop>autoContinueCheckBox</tabstop>
   <tabstop>multiprocessGroup</tabstop>
   <tabstop>multiprocessNoDebugCombo</tabstop>
-  <tabstop>forkModeCheckBox</tabstop>
-  <tabstop>forkChildCheckBox</tabstop>
  </tabstops>
  <resources/>
  <connections>
@@ -405,21 +363,5 @@
     </hint>
    </hints>
   </connection>
-  <connection>
-   <sender>forkModeCheckBox</sender>
-   <signal>toggled(bool)</signal>
-   <receiver>forkChildCheckBox</receiver>
-   <slot>setEnabled(bool)</slot>
-   <hints>
-    <hint type="sourcelabel">
-     <x>185</x>
-     <y>279</y>
-    </hint>
-    <hint type="destinationlabel">
-     <x>528</x>
-     <y>279</y>
-    </hint>
-   </hints>
-  </connection>
  </connections>
 </ui>

eric ide

mercurial