Add new logo for the main page
[quassel.git] / src / qtui / ui / 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>613</width>
10     <height>434</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="QHBoxLayout" name="horizontalLayout">
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       <layout class="QVBoxLayout" name="verticalLayout"/>
45      </widget>
46     </widget>
47    </item>
48    <item>
49     <widget class="ChatViewSearchBar" name="searchBar" native="true"/>
50    </item>
51   </layout>
52  </widget>
53  <customwidgets>
54   <customwidget>
55    <class>ChatViewSearchBar</class>
56    <extends>QWidget</extends>
57    <header location="global">chatviewsearchbar.h</header>
58    <container>1</container>
59   </customwidget>
60   <customwidget>
61    <class>MainPage</class>
62    <extends>QWidget</extends>
63    <header>mainpage.h</header>
64    <container>1</container>
65   </customwidget>
66  </customwidgets>
67  <resources>
68   <include location="../../../pics/pics.qrc"/>
69  </resources>
70  <connections/>
71 </ui>