Commit some preliminary work on the settingspage stuff.
[quassel.git] / src / qtui / ui / bufferviewwidget.ui
1 <ui version="4.0" >
2  <class>BufferViewWidget</class>
3  <widget class="QWidget" name="BufferViewWidget" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>116</width>
9     <height>183</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy>
14     <hsizetype>5</hsizetype>
15     <vsizetype>5</vsizetype>
16     <horstretch>0</horstretch>
17     <verstretch>0</verstretch>
18    </sizepolicy>
19   </property>
20   <property name="minimumSize" >
21    <size>
22     <width>100</width>
23     <height>100</height>
24    </size>
25   </property>
26   <property name="windowTitle" >
27    <string>BufferView</string>
28   </property>
29   <layout class="QVBoxLayout" >
30    <property name="margin" >
31     <number>4</number>
32    </property>
33    <property name="spacing" >
34     <number>0</number>
35    </property>
36    <item>
37     <widget class="BufferView" name="treeView" >
38      <property name="rootIsDecorated" >
39       <bool>true</bool>
40      </property>
41     </widget>
42    </item>
43   </layout>
44  </widget>
45  <customwidgets>
46   <customwidget>
47    <class>BufferView</class>
48    <extends>QTreeView</extends>
49    <header>bufferview.h</header>
50   </customwidget>
51  </customwidgets>
52  <resources/>
53  <connections/>
54 </ui>