Now QuasselTopia can actually send text, not only receive!
[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       <layout class="QVBoxLayout" >
56        <item>
57         <widget class="QLabel" name="label" >
58          <property name="text" >
59           <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
60 p, li { white-space: pre-wrap; }
61 &lt;/style>&lt;/head>&lt;body style=" font-family:'Trebuchet MS'; font-size:10pt; font-weight:400; font-style:normal;">
62 &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:#7fff00;">Quassel IRC&lt;/span>&lt;/p>
63 &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;">mobile edition&lt;/span>&lt;/p>
64 &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:#fff8dc;">Chat anywhere. Comfortably.&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
65          </property>
66          <property name="scaledContents" >
67           <bool>true</bool>
68          </property>
69          <property name="alignment" >
70           <set>Qt::AlignCenter</set>
71          </property>
72         </widget>
73        </item>
74       </layout>
75      </widget>
76     </widget>
77    </item>
78    <item>
79     <widget class="InputLine" name="inputLine" />
80    </item>
81   </layout>
82  </widget>
83  <customwidgets>
84   <customwidget>
85    <class>TopicBar</class>
86    <extends>QPushButton</extends>
87    <header>topicbar.h</header>
88   </customwidget>
89   <customwidget>
90    <class>InputLine</class>
91    <extends>QLineEdit</extends>
92    <header>inputline.h</header>
93   </customwidget>
94  </customwidgets>
95  <tabstops>
96   <tabstop>inputLine</tabstop>
97   <tabstop>topicBar</tabstop>
98  </tabstops>
99  <resources/>
100  <connections/>
101 </ui>