--- a/src/eric7/Project/DebuggerPropertiesDialog.ui Tue Nov 14 16:10:46 2023 +0100 +++ b/src/eric7/Project/DebuggerPropertiesDialog.ui Tue Nov 14 17:25:35 2023 +0100 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>592</width> - <height>657</height> + <height>671</height> </rect> </property> <property name="windowTitle"> @@ -16,7 +16,7 @@ <property name="sizeGripEnabled"> <bool>true</bool> </property> - <layout class="QVBoxLayout" name="verticalLayout_3"> + <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> @@ -76,8 +76,61 @@ <property name="checkable"> <bool>true</bool> </property> - <layout class="QGridLayout" name="_7"> - <item row="2" column="0" colspan="2"> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0"> + <widget class="QLabel" name="hostLabel"> + <property name="text"> + <string>Remote Host:</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QLineEdit" name="remoteHostEdit"> + <property name="toolTip"> + <string>Enter the hostname of the remote machine.</string> + </property> + <property name="whatsThis"> + <string><b>Remote Host</b> +<p>Enter the hostname of the remote machine.</p></string> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QLabel" name="execLabel"> + <property name="text"> + <string>Remote Execution:</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QLineEdit" name="remoteCommandEdit"> + <property name="toolTip"> + <string>Enter the remote execution command.</string> + </property> + <property name="whatsThis"> + <string><b>Remote Execution</b> +<p>Enter the remote execution command (e.g. ssh). This command is used to log into the remote host and execute the remote debugger.</p></string> + </property> + </widget> + </item> + <item row="2" column="0"> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Remote Debug Client:</string> + </property> + </widget> + </item> + <item row="2" column="1"> + <widget class="QLineEdit" name="remoteDebugClientEdit"> + <property name="toolTip"> + <string>Enter the absolute path of the debug client of the remote host.</string> + </property> + <property name="clearButtonEnabled"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="3" column="0" colspan="2"> <widget class="QGroupBox" name="pathTranslationGroup"> <property name="toolTip"> <string>Select, if path translation for remote debugging should be done</string> @@ -120,42 +173,6 @@ </layout> </widget> </item> - <item row="0" column="0"> - <widget class="QLabel" name="hostLabel"> - <property name="text"> - <string>Remote Host:</string> - </property> - </widget> - </item> - <item row="1" column="1"> - <widget class="QLineEdit" name="remoteCommandEdit"> - <property name="toolTip"> - <string>Enter the remote execution command.</string> - </property> - <property name="whatsThis"> - <string><b>Remote Execution</b> -<p>Enter the remote execution command (e.g. ssh). This command is used to log into the remote host and execute the remote debugger.</p></string> - </property> - </widget> - </item> - <item row="1" column="0"> - <widget class="QLabel" name="execLabel"> - <property name="text"> - <string>Remote Execution:</string> - </property> - </widget> - </item> - <item row="0" column="1"> - <widget class="QLineEdit" name="remoteHostEdit"> - <property name="toolTip"> - <string>Enter the hostname of the remote machine.</string> - </property> - <property name="whatsThis"> - <string><b>Remote Host</b> -<p>Enter the hostname of the remote machine.</p></string> - </property> - </widget> - </item> </layout> </widget> </item> @@ -278,6 +295,7 @@ <tabstop>remoteDebuggerGroup</tabstop> <tabstop>remoteHostEdit</tabstop> <tabstop>remoteCommandEdit</tabstop> + <tabstop>remoteDebugClientEdit</tabstop> <tabstop>pathTranslationGroup</tabstop> <tabstop>translationRemoteEdit</tabstop> <tabstop>translationLocalEdit</tabstop>