--- a/src/eric7/Preferences/ConfigurationPages/DebuggerGeneralPage.ui Tue Oct 15 16:29:36 2024 +0200 +++ b/src/eric7/Preferences/ConfigurationPages/DebuggerGeneralPage.ui Wed Oct 16 11:26:07 2024 +0200 @@ -217,49 +217,36 @@ <property name="checkable"> <bool>true</bool> </property> - <property name="checked"> - <bool>false</bool> - </property> <layout class="QGridLayout" name="gridLayout"> - <item row="0" column="0" colspan="4"> - <widget class="QLabel" name="TextLabel1_2_2"> + <item row="2" column="0"> + <widget class="QLabel" name="label"> <property name="text"> - <string><font color="#FF0000"><b>Note:</b> These settings are activated at the next startup of the application.</font></string> - </property> - <property name="wordWrap"> - <bool>true</bool> + <string>Debugger Type:</string> </property> </widget> </item> - <item row="1" column="0" colspan="4"> - <widget class="QCheckBox" name="passiveDbgCheckBox"> - <property name="toolTip"> - <string>Enables the passive debug mode</string> + <item row="1" column="2" colspan="2"> + <spacer name="horizontalSpacer_2"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> </property> - <property name="whatsThis"> - <string><b>Passive Debugger Enabled</b> -<p>This enables the passive debugging mode. In this mode the debug client (the script) connects to the debug server (the IDE). The script is started outside the IDE. This way mod_python or Zope scripts can be debugged.</p></string> + <property name="sizeHint" stdset="0"> + <size> + <width>91</width> + <height>20</height> + </size> </property> - <property name="text"> - <string>Passive Debugger Enabled</string> + </spacer> + </item> + <item row="2" column="1" colspan="2"> + <widget class="QComboBox" name="passiveDbgBackendCombo"> + <property name="toolTip"> + <string>Select the debugger type of the backend</string> </property> </widget> </item> - <item row="2" column="0"> - <widget class="QLabel" name="passiveDbgPortLabel"> - <property name="enabled"> - <bool>false</bool> - </property> - <property name="text"> - <string>Debug Server Port:</string> - </property> - </widget> - </item> - <item row="2" column="1"> + <item row="1" column="1"> <widget class="QSpinBox" name="passiveDbgPortSpinBox"> - <property name="enabled"> - <bool>false</bool> - </property> <property name="toolTip"> <string>Enter the port the debugger should listen on</string> </property> @@ -278,8 +265,18 @@ </property> </widget> </item> - <item row="2" column="2" colspan="2"> - <spacer name="horizontalSpacer_2"> + <item row="0" column="0" colspan="4"> + <widget class="QLabel" name="TextLabel1_2_2"> + <property name="text"> + <string><font color="#FF0000"><b>Note:</b> These settings are activated at the next startup of the application.</font></string> + </property> + <property name="wordWrap"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="2" column="3"> + <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> @@ -291,39 +288,13 @@ </property> </spacer> </item> - <item row="3" column="0"> - <widget class="QLabel" name="label"> - <property name="enabled"> - <bool>false</bool> - </property> + <item row="1" column="0"> + <widget class="QLabel" name="passiveDbgPortLabel"> <property name="text"> - <string>Debugger Type:</string> + <string>Debug Server Port:</string> </property> </widget> </item> - <item row="3" column="1" colspan="2"> - <widget class="QComboBox" name="passiveDbgBackendCombo"> - <property name="enabled"> - <bool>false</bool> - </property> - <property name="toolTip"> - <string>Select the debugger type of the backend</string> - </property> - </widget> - </item> - <item row="3" column="3"> - <spacer name="horizontalSpacer"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>91</width> - <height>20</height> - </size> - </property> - </spacer> - </item> </layout> </widget> </item> @@ -338,9 +309,6 @@ <property name="checkable"> <bool>true</bool> </property> - <property name="checked"> - <bool>false</bool> - </property> <layout class="QGridLayout" name="gridLayout_2"> <item row="0" column="0"> <widget class="QLabel" name="hostLabel"> @@ -415,9 +383,6 @@ <property name="checkable"> <bool>true</bool> </property> - <property name="checked"> - <bool>false</bool> - </property> <layout class="QGridLayout" name="_2"> <item row="1" column="0"> <widget class="QLabel" name="textLabel2_9"> @@ -904,7 +869,6 @@ <tabstop>editAllowedHostButton</tabstop> <tabstop>deleteAllowedHostButton</tabstop> <tabstop>passiveDbgGroup</tabstop> - <tabstop>passiveDbgCheckBox</tabstop> <tabstop>passiveDbgPortSpinBox</tabstop> <tabstop>passiveDbgBackendCombo</tabstop> <tabstop>remoteDebuggerGroup</tabstop> @@ -933,70 +897,5 @@ <tabstop>autoViewSourcecodeCheckBox</tabstop> </tabstops> <resources/> - <connections> - <connection> - <sender>passiveDbgCheckBox</sender> - <signal>toggled(bool)</signal> - <receiver>passiveDbgPortLabel</receiver> - <slot>setEnabled(bool)</slot> - <hints> - <hint type="sourcelabel"> - <x>154</x> - <y>730</y> - </hint> - <hint type="destinationlabel"> - <x>140</x> - <y>763</y> - </hint> - </hints> - </connection> - <connection> - <sender>passiveDbgCheckBox</sender> - <signal>toggled(bool)</signal> - <receiver>passiveDbgPortSpinBox</receiver> - <slot>setEnabled(bool)</slot> - <hints> - <hint type="sourcelabel"> - <x>252</x> - <y>730</y> - </hint> - <hint type="destinationlabel"> - <x>218</x> - <y>763</y> - </hint> - </hints> - </connection> - <connection> - <sender>passiveDbgCheckBox</sender> - <signal>toggled(bool)</signal> - <receiver>label</receiver> - <slot>setEnabled(bool)</slot> - <hints> - <hint type="sourcelabel"> - <x>111</x> - <y>730</y> - </hint> - <hint type="destinationlabel"> - <x>148</x> - <y>795</y> - </hint> - </hints> - </connection> - <connection> - <sender>passiveDbgCheckBox</sender> - <signal>toggled(bool)</signal> - <receiver>passiveDbgBackendCombo</receiver> - <slot>setEnabled(bool)</slot> - <hints> - <hint type="sourcelabel"> - <x>290</x> - <y>730</y> - </hint> - <hint type="destinationlabel"> - <x>233</x> - <y>795</y> - </hint> - </hints> - </connection> - </connections> + <connections/> </ui>