I konw... stupid me... moved it to the wrong directory... -.-
authorMarcus Eggenberger <egs@quassel-irc.org>
Mon, 18 Jun 2007 15:01:38 +0000 (15:01 +0000)
committerMarcus Eggenberger <egs@quassel-irc.org>
Mon, 18 Jun 2007 15:01:38 +0000 (15:01 +0000)
gui/ui/bufferviewwidget.ui [new file with mode: 0644]

diff --git a/gui/ui/bufferviewwidget.ui b/gui/ui/bufferviewwidget.ui
new file mode 100644 (file)
index 0000000..1eaebe3
--- /dev/null
@@ -0,0 +1,61 @@
+<ui version="4.0" >
+ <class>BufferViewWidget</class>
+ <widget class="QWidget" name="BufferViewWidget" >
+  <property name="geometry" >
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>116</width>
+    <height>183</height>
+   </rect>
+  </property>
+  <property name="sizePolicy" >
+   <sizepolicy>
+    <hsizetype>5</hsizetype>
+    <vsizetype>5</vsizetype>
+    <horstretch>0</horstretch>
+    <verstretch>0</verstretch>
+   </sizepolicy>
+  </property>
+  <property name="minimumSize" >
+   <size>
+    <width>100</width>
+    <height>100</height>
+   </size>
+  </property>
+  <property name="windowTitle" >
+   <string>BufferView</string>
+  </property>
+  <layout class="QVBoxLayout" >
+   <property name="margin" >
+    <number>4</number>
+   </property>
+   <property name="spacing" >
+    <number>0</number>
+   </property>
+   <item>
+    <widget class="QTreeWidget" name="tree" >
+     <property name="sizePolicy" >
+      <sizepolicy>
+       <hsizetype>5</hsizetype>
+       <vsizetype>5</vsizetype>
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+     <property name="maximumSize" >
+      <size>
+       <width>16777215</width>
+       <height>16777215</height>
+      </size>
+     </property>
+     <property name="rootIsDecorated" >
+      <bool>false</bool>
+     </property>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>