Ok this is the major rework of quassel we've all been waiting for. For the actual...
[quassel.git] / src / qtgui / ui / topicwidget.ui
diff --git a/src/qtgui/ui/topicwidget.ui b/src/qtgui/ui/topicwidget.ui
new file mode 100644 (file)
index 0000000..9d3edb1
--- /dev/null
@@ -0,0 +1,60 @@
+<ui version="4.0" >
+ <class>TopicWidget</class>
+ <widget class="QWidget" name="TopicWidget" >
+  <property name="geometry" >
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>568</width>
+    <height>25</height>
+   </rect>
+  </property>
+  <property name="sizePolicy" >
+   <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
+    <horstretch>0</horstretch>
+    <verstretch>0</verstretch>
+   </sizepolicy>
+  </property>
+  <property name="minimumSize" >
+   <size>
+    <width>0</width>
+    <height>0</height>
+   </size>
+  </property>
+  <property name="baseSize" >
+   <size>
+    <width>0</width>
+    <height>0</height>
+   </size>
+  </property>
+  <property name="windowTitle" >
+   <string>Form</string>
+  </property>
+  <layout class="QHBoxLayout" >
+   <property name="leftMargin" >
+    <number>0</number>
+   </property>
+   <property name="topMargin" >
+    <number>0</number>
+   </property>
+   <property name="rightMargin" >
+    <number>0</number>
+   </property>
+   <property name="bottomMargin" >
+    <number>0</number>
+   </property>
+   <item>
+    <widget class="QLineEdit" name="topicLineEdit" />
+   </item>
+   <item>
+    <widget class="QToolButton" name="topicEditButton" >
+     <property name="text" >
+      <string>...</string>
+     </property>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>