Network/IRC/IrcNetworkEditDialog.ui

changeset 2236
e30d5f978919
parent 2233
26b34180a943
child 2238
9977d3081ab6
--- a/Network/IRC/IrcNetworkEditDialog.ui	Wed Nov 28 20:11:46 2012 +0100
+++ b/Network/IRC/IrcNetworkEditDialog.ui	Thu Nov 29 20:02:43 2012 +0100
@@ -62,13 +62,6 @@
      </property>
     </widget>
    </item>
-   <item row="2" column="1">
-    <widget class="QComboBox" name="serverCombo">
-     <property name="toolTip">
-      <string>Select the server to be used for the IRC network</string>
-     </property>
-    </widget>
-   </item>
    <item row="2" column="2">
     <widget class="QToolButton" name="editServersButton">
      <property name="toolTip">
@@ -172,13 +165,23 @@
      </property>
     </widget>
    </item>
+   <item row="2" column="1">
+    <widget class="QLineEdit" name="serverEdit">
+     <property name="toolTip">
+      <string>Shows the name of the server</string>
+     </property>
+     <property name="readOnly">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
   </layout>
  </widget>
  <tabstops>
   <tabstop>networkEdit</tabstop>
   <tabstop>identityCombo</tabstop>
   <tabstop>editIdentitiesButton</tabstop>
-  <tabstop>serverCombo</tabstop>
+  <tabstop>serverEdit</tabstop>
   <tabstop>editServersButton</tabstop>
   <tabstop>channelList</tabstop>
   <tabstop>addChannelButton</tabstop>

eric ide

mercurial