src/eric7/RemoteServerInterface/EricServerConnectionDialog.ui

branch
eric7
changeset 11033
6b197c3389f7
parent 10531
3308e8349e4c
--- a/src/eric7/RemoteServerInterface/EricServerConnectionDialog.ui	Sat Nov 02 19:28:14 2024 +0100
+++ b/src/eric7/RemoteServerInterface/EricServerConnectionDialog.ui	Sun Nov 03 12:34:02 2024 +0100
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>400</width>
-    <height>169</height>
+    <height>200</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -125,7 +125,24 @@
      </property>
     </widget>
    </item>
-   <item row="4" column="0" colspan="3">
+   <item row="4" column="0">
+    <widget class="QLabel" name="label_4">
+     <property name="text">
+      <string>Client ID:</string>
+     </property>
+    </widget>
+   </item>
+   <item row="4" column="1" colspan="2">
+    <widget class="QLineEdit" name="clientIdEdit">
+     <property name="toolTip">
+      <string>Enter the client ID string expected by the eric-ide server</string>
+     </property>
+     <property name="clearButtonEnabled">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="5" column="0" colspan="3">
     <widget class="QDialogButtonBox" name="buttonBox">
      <property name="orientation">
       <enum>Qt::Horizontal</enum>
@@ -142,6 +159,7 @@
   <tabstop>hostnameEdit</tabstop>
   <tabstop>portSpinBox</tabstop>
   <tabstop>timeoutSpinBox</tabstop>
+  <tabstop>clientIdEdit</tabstop>
  </tabstops>
  <resources/>
  <connections>

eric ide

mercurial