src/eric7/Preferences/ConfigurationPages/DebuggerGeneralPage.ui

branch
eric7
changeset 10311
0a141f9ae677
parent 9521
a663a8be64da
child 10935
680150fd2b8c
--- a/src/eric7/Preferences/ConfigurationPages/DebuggerGeneralPage.ui	Tue Nov 14 16:10:46 2023 +0100
+++ b/src/eric7/Preferences/ConfigurationPages/DebuggerGeneralPage.ui	Tue Nov 14 17:25:35 2023 +0100
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>550</width>
-    <height>1804</height>
+    <height>1900</height>
    </rect>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout_9">
@@ -341,8 +341,29 @@
         <property name="checked">
          <bool>false</bool>
         </property>
-        <layout class="QGridLayout">
-         <item row="1" column="0">
+        <layout class="QGridLayout" name="gridLayout_2">
+         <item row="0" column="0">
+          <widget class="QLabel" name="hostLabel">
+           <property name="text">
+            <string>Remote Host:</string>
+           </property>
+           <property name="buddy">
+            <cstring>hostLineEdit</cstring>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="1" rowspan="2">
+          <widget class="QLineEdit" name="hostLineEdit">
+           <property name="toolTip">
+            <string>Enter the hostname of the remote machine.</string>
+           </property>
+           <property name="whatsThis">
+            <string>&lt;b&gt;Remote Host&lt;/b&gt;
+&lt;p&gt;Enter the hostname of the remote machine.&lt;/p&gt;</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="0" rowspan="2">
           <widget class="QLabel" name="execLabel">
            <property name="text">
             <string>Remote Execution:</string>
@@ -352,7 +373,7 @@
            </property>
           </widget>
          </item>
-         <item row="1" column="1">
+         <item row="2" column="1">
           <widget class="QLineEdit" name="execLineEdit">
            <property name="toolTip">
             <string>Enter the remote execution command.</string>
@@ -363,24 +384,20 @@
            </property>
           </widget>
          </item>
-         <item row="0" column="1">
-          <widget class="QLineEdit" name="hostLineEdit">
-           <property name="toolTip">
-            <string>Enter the hostname of the remote machine.</string>
-           </property>
-           <property name="whatsThis">
-            <string>&lt;b&gt;Remote Host&lt;/b&gt;
-&lt;p&gt;Enter the hostname of the remote machine.&lt;/p&gt;</string>
+         <item row="3" column="0">
+          <widget class="QLabel" name="label_6">
+           <property name="text">
+            <string>Remote Debug Client:</string>
            </property>
           </widget>
          </item>
-         <item row="0" column="0">
-          <widget class="QLabel" name="hostLabel">
-           <property name="text">
-            <string>Remote Host:</string>
+         <item row="3" 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="buddy">
-            <cstring>hostLineEdit</cstring>
+           <property name="clearButtonEnabled">
+            <bool>true</bool>
            </property>
           </widget>
          </item>
@@ -883,6 +900,7 @@
   <tabstop>remoteDebuggerGroup</tabstop>
   <tabstop>hostLineEdit</tabstop>
   <tabstop>execLineEdit</tabstop>
+  <tabstop>remoteDebugClientEdit</tabstop>
   <tabstop>dbgPathTranslationGroup</tabstop>
   <tabstop>dbgTranslationRemoteEdit</tabstop>
   <tabstop>dbgTranslationLocalEdit</tabstop>

eric ide

mercurial