a4c192a7f560b812d176a95f737e43461636cd26
[quassel.git] / src / qtopia / ui / mainwidget.ui
1 <ui version="4.0" >
2  <class>MainWidget</class>
3  <widget class="QWidget" name="MainWidget" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>240</width>
9     <height>320</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Form</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <property name="spacing" >
17     <number>0</number>
18    </property>
19    <property name="leftMargin" >
20     <number>0</number>
21    </property>
22    <property name="topMargin" >
23     <number>0</number>
24    </property>
25    <property name="rightMargin" >
26     <number>0</number>
27    </property>
28    <property name="bottomMargin" >
29     <number>0</number>
30    </property>
31    <item>
32     <widget class="TopicBar" name="topicBar" >
33      <property name="sizePolicy" >
34       <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
35        <horstretch>0</horstretch>
36        <verstretch>0</verstretch>
37       </sizepolicy>
38      </property>
39      <property name="font" >
40       <font>
41        <pointsize>15</pointsize>
42       </font>
43      </property>
44      <property name="text" >
45       <string/>
46      </property>
47     </widget>
48    </item>
49    <item>
50     <widget class="QStackedWidget" name="stack" >
51      <property name="currentIndex" >
52       <number>0</number>
53      </property>
54      <widget class="QWidget" name="page" >
55       <property name="styleSheet" >
56        <string>background-color: rgba(220, 220, 255, 40%)</string>
57       </property>
58       <layout class="QVBoxLayout" >
59        <item>
60         <widget class="QLabel" name="label" >
61          <property name="text" >
62           <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
63 p, li { white-space: pre-wrap; }
64 &lt;/style>&lt;/head>&lt;body style=" font-family:'Trebuchet MS'; font-size:10pt; font-weight:400; font-style:normal;">
65 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-size:29pt; color:#00008b;">Quassel IRC&lt;/span>&lt;/p>
66 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:29pt; color:#7fff00;">&lt;span style=" font-size:10pt; color:#00008b;">mobile edition&lt;/span>&lt;/p>
67 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:29pt; color:#483d8b;">&lt;span style=" font-size:6pt; color:#000000;">Chat comfortably. Anywhere.&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
68          </property>
69          <property name="scaledContents" >
70           <bool>true</bool>
71          </property>
72          <property name="alignment" >
73           <set>Qt::AlignCenter</set>
74          </property>
75         </widget>
76        </item>
77       </layout>
78      </widget>
79     </widget>
80    </item>
81    <item>
82     <widget class="InputLine" name="inputLine" />
83    </item>
84   </layout>
85  </widget>
86  <customwidgets>
87   <customwidget>
88    <class>TopicBar</class>
89    <extends>QPushButton</extends>
90    <header>topicbar.h</header>
91   </customwidget>
92   <customwidget>
93    <class>InputLine</class>
94    <extends>QLineEdit</extends>
95    <header>inputline.h</header>
96   </customwidget>
97  </customwidgets>
98  <tabstops>
99   <tabstop>inputLine</tabstop>
100   <tabstop>topicBar</tabstop>
101  </tabstops>
102  <resources/>
103  <connections/>
104 </ui>