modernize: Reformat ALL the source... again!
[quassel.git] / src / qtui / bufferwidget.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>BufferWidget</class>
4  <widget class="QWidget" name="BufferWidget">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>599</width>
10     <height>478</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
15     <horstretch>5</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="minimumSize">
20    <size>
21     <width>200</width>
22     <height>100</height>
23    </size>
24   </property>
25   <property name="contextMenuPolicy">
26    <enum>Qt::DefaultContextMenu</enum>
27   </property>
28   <property name="windowTitle">
29    <string/>
30   </property>
31   <layout class="QVBoxLayout" name="verticalLayout">
32    <item>
33     <widget class="QStackedWidget" name="stackedWidget">
34      <property name="sizePolicy">
35       <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
36        <horstretch>0</horstretch>
37        <verstretch>0</verstretch>
38       </sizepolicy>
39      </property>
40      <property name="currentIndex">
41       <number>0</number>
42      </property>
43      <widget class="MainPage" name="page"/>
44     </widget>
45    </item>
46    <item>
47     <widget class="ChatViewSearchBar" name="searchBar" native="true">
48      <property name="sizePolicy">
49       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
50        <horstretch>0</horstretch>
51        <verstretch>0</verstretch>
52       </sizepolicy>
53      </property>
54     </widget>
55    </item>
56   </layout>
57  </widget>
58  <customwidgets>
59   <customwidget>
60    <class>ChatViewSearchBar</class>
61    <extends>QWidget</extends>
62    <header location="global">chatviewsearchbar.h</header>
63    <container>1</container>
64   </customwidget>
65   <customwidget>
66    <class>MainPage</class>
67    <extends>QWidget</extends>
68    <header>mainpage.h</header>
69    <container>1</container>
70   </customwidget>
71  </customwidgets>
72  <resources>
73   <include location="../../../pics/pics.qrc"/>
74  </resources>
75  <connections/>
76 </ui>