Make position hints configurable again
[quassel.git] / src / qtui / ui / bufferwidget.ui
1 <ui version="4.0" >
2  <class>BufferWidget</class>
3  <widget class="QWidget" name="BufferWidget" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>782</width>
9     <height>542</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
14     <horstretch>5</horstretch>
15     <verstretch>0</verstretch>
16    </sizepolicy>
17   </property>
18   <property name="minimumSize" >
19    <size>
20     <width>200</width>
21     <height>100</height>
22    </size>
23   </property>
24   <property name="contextMenuPolicy" >
25    <enum>Qt::DefaultContextMenu</enum>
26   </property>
27   <property name="windowTitle" >
28    <string/>
29   </property>
30   <layout class="QVBoxLayout" name="verticalLayout" >
31    <item>
32     <widget class="QStackedWidget" name="stackedWidget" >
33      <property name="sizePolicy" >
34       <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
35        <horstretch>0</horstretch>
36        <verstretch>0</verstretch>
37       </sizepolicy>
38      </property>
39      <property name="currentIndex" >
40       <number>0</number>
41      </property>
42      <widget class="QWidget" name="page" >
43       <layout class="QVBoxLayout" >
44        <property name="margin" >
45         <number>0</number>
46        </property>
47        <item>
48         <widget class="QFrame" name="frame" >
49          <property name="frameShape" >
50           <enum>QFrame::StyledPanel</enum>
51          </property>
52          <property name="frameShadow" >
53           <enum>QFrame::Plain</enum>
54          </property>
55          <layout class="QVBoxLayout" >
56           <item>
57            <widget class="QLabel" name="label" >
58             <property name="font" >
59              <font>
60               <family>Trebuchet MS</family>
61              </font>
62             </property>
63             <property name="text" >
64              <string>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
65 &lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
66 p, li { white-space: pre-wrap; }
67 &lt;/style>&lt;/head>&lt;body style=" font-family:'Trebuchet MS'; font-size:13pt; font-weight:400; font-style:normal;">
68 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;img src=":/pics/quassel-large.png" />&lt;span style=" font-size:89pt; color:#00008b;">uassel IRC&lt;/span>&lt;/p>
69 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:49pt;">&lt;span style=" font-size:22pt;">Chat comfortably. Anywhere.&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
70             </property>
71             <property name="scaledContents" >
72              <bool>true</bool>
73             </property>
74             <property name="alignment" >
75              <set>Qt::AlignBottom|Qt::AlignCenter|Qt::AlignHCenter|Qt::AlignTop|Qt::AlignVCenter|Qt::AlignVertical_Mask</set>
76             </property>
77            </widget>
78           </item>
79          </layout>
80         </widget>
81        </item>
82       </layout>
83      </widget>
84     </widget>
85    </item>
86    <item>
87     <widget class="ChatViewSearchBar" native="1" name="searchBar" />
88    </item>
89   </layout>
90  </widget>
91  <customwidgets>
92   <customwidget>
93    <class>ChatViewSearchBar</class>
94    <extends>QWidget</extends>
95    <header location="global" >chatviewsearchbar.h</header>
96    <container>1</container>
97   </customwidget>
98  </customwidgets>
99  <resources>
100   <include location="../../../pics/pics.qrc" />
101  </resources>
102  <connections/>
103 </ui>