--- a/eric6/Debugger/StartRunDialog.ui Sun Dec 13 19:54:19 2020 +0100 +++ b/eric6/Debugger/StartRunDialog.ui Mon Dec 14 19:23:25 2020 +0100 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>550</width> - <height>303</height> + <height>192</height> </rect> </property> <property name="windowTitle"> @@ -211,46 +211,6 @@ </layout> </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><b>Fork without pausing</b> -<p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></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><b>Debug Child Process</b> -<p>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.</p></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> @@ -279,8 +239,6 @@ <tabstop>exceptionCheckBox</tabstop> <tabstop>clearShellCheckBox</tabstop> <tabstop>consoleCheckBox</tabstop> - <tabstop>forkModeCheckBox</tabstop> - <tabstop>forkChildCheckBox</tabstop> </tabstops> <resources/> <connections> @@ -316,21 +274,5 @@ </hint> </hints> </connection> - <connection> - <sender>forkModeCheckBox</sender> - <signal>toggled(bool)</signal> - <receiver>forkChildCheckBox</receiver> - <slot>setEnabled(bool)</slot> - <hints> - <hint type="sourcelabel"> - <x>142</x> - <y>249</y> - </hint> - <hint type="destinationlabel"> - <x>528</x> - <y>249</y> - </hint> - </hints> - </connection> </connections> </ui>