Renamed NetworkView[Widget] to BufferView[Widget].
[quassel.git] / gui / ui / bufferview.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="QTreeWidget" name="tree" >
38      <property name="sizePolicy" >
39       <sizepolicy>
40        <hsizetype>5</hsizetype>
41        <vsizetype>5</vsizetype>
42        <horstretch>0</horstretch>
43        <verstretch>0</verstretch>
44       </sizepolicy>
45      </property>
46      <property name="maximumSize" >
47       <size>
48        <width>16777215</width>
49        <height>16777215</height>
50       </size>
51      </property>
52      <property name="rootIsDecorated" >
53       <bool>false</bool>
54      </property>
55     </widget>
56    </item>
57   </layout>
58  </widget>
59  <resources/>
60  <connections/>
61 </ui>