Cooperation/ChatWidget.ui

changeset 158
6a561f87bc07
parent 149
a134031209be
child 160
32cc58d56d4d
--- a/Cooperation/ChatWidget.ui	Sun Mar 28 09:27:19 2010 +0000
+++ b/Cooperation/ChatWidget.ui	Tue Mar 30 13:49:13 2010 +0000
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>303</width>
-    <height>710</height>
+    <height>777</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -75,6 +75,102 @@
     </widget>
    </item>
    <item>
+    <widget class="QGroupBox" name="sharingGroup">
+     <property name="enabled">
+      <bool>false</bool>
+     </property>
+     <property name="title">
+      <string>Share Editor</string>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout">
+      <item>
+       <spacer name="horizontalSpacer_2">
+        <property name="orientation">
+         <enum>Qt::Horizontal</enum>
+        </property>
+        <property name="sizeHint" stdset="0">
+         <size>
+          <width>76</width>
+          <height>20</height>
+         </size>
+        </property>
+       </spacer>
+      </item>
+      <item>
+       <widget class="QToolButton" name="shareButton">
+        <property name="enabled">
+         <bool>false</bool>
+        </property>
+        <property name="toolTip">
+         <string>Press to toggle the shared status of the current editor</string>
+        </property>
+        <property name="text">
+         <string>...</string>
+        </property>
+        <property name="checkable">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QToolButton" name="startEditButton">
+        <property name="enabled">
+         <bool>false</bool>
+        </property>
+        <property name="toolTip">
+         <string>Press to start a shared edit</string>
+        </property>
+        <property name="text">
+         <string>...</string>
+        </property>
+        <property name="checkable">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QToolButton" name="sendEditButton">
+        <property name="enabled">
+         <bool>false</bool>
+        </property>
+        <property name="toolTip">
+         <string>Press to end the edit and send the changes</string>
+        </property>
+        <property name="text">
+         <string>...</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QToolButton" name="cancelEditButton">
+        <property name="enabled">
+         <bool>false</bool>
+        </property>
+        <property name="toolTip">
+         <string>Press to cancel the shared edit</string>
+        </property>
+        <property name="text">
+         <string>...</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <spacer name="horizontalSpacer">
+        <property name="orientation">
+         <enum>Qt::Horizontal</enum>
+        </property>
+        <property name="sizeHint" stdset="0">
+         <size>
+          <width>75</width>
+          <height>20</height>
+         </size>
+        </property>
+       </spacer>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
     <widget class="QGroupBox" name="connectGroup">
      <property name="title">
       <string>Connection</string>
@@ -212,6 +308,10 @@
   <tabstop>connectButton</tabstop>
   <tabstop>messageEdit</tabstop>
   <tabstop>sendButton</tabstop>
+  <tabstop>shareButton</tabstop>
+  <tabstop>startEditButton</tabstop>
+  <tabstop>sendEditButton</tabstop>
+  <tabstop>cancelEditButton</tabstop>
  </tabstops>
  <resources/>
  <connections/>

eric ide

mercurial