Committing my current state just in case. Mostly work on qtopia, nothing special
[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>291</width>
9     <height>358</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Form</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <property name="margin" >
17     <number>0</number>
18    </property>
19    <property name="spacing" >
20     <number>0</number>
21    </property>
22    <item>
23     <widget class="TopicBar" name="topicBar" >
24      <property name="sizePolicy" >
25       <sizepolicy>
26        <hsizetype>3</hsizetype>
27        <vsizetype>5</vsizetype>
28        <horstretch>0</horstretch>
29        <verstretch>0</verstretch>
30       </sizepolicy>
31      </property>
32      <property name="font" >
33       <font>
34        <pointsize>15</pointsize>
35       </font>
36      </property>
37      <property name="text" >
38       <string/>
39      </property>
40     </widget>
41    </item>
42    <item>
43     <widget class="QTextEdit" name="chatWidget" >
44      <property name="readOnly" >
45       <bool>true</bool>
46      </property>
47      <property name="html" >
48       <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
49 p, li { white-space: pre-wrap; }
50 &lt;/style>&lt;/head>&lt;body style=" font-family:'Trebuchet MS'; font-size:14pt; font-weight:400; font-style:normal; text-decoration:none;">
51 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:10pt;">&lt;span style=" font-size:6pt;">&amp;lt;Sput&amp;gt; So soll das hier dann mal ungefähr aussehen...&lt;/span>&lt;/p>
52 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:6pt;">&amp;lt;Foo&amp;gt; aha, na allzuviel Text bekommt man da wahrscheinlich nicht unter.&lt;/p>
53 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:6pt;">&amp;lt;Sput&amp;gt; Man wird sehen müssen...&lt;/p>
54 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:6pt;">&amp;lt;Foo&amp;gt; Das ist wohl wahr...&lt;/p>&lt;/body>&lt;/html></string>
55      </property>
56      <property name="textInteractionFlags" >
57       <enum>Qt::NoTextInteraction</enum>
58      </property>
59     </widget>
60    </item>
61    <item>
62     <widget class="QLineEdit" name="inputLine" />
63    </item>
64   </layout>
65  </widget>
66  <customwidgets>
67   <customwidget>
68    <class>TopicBar</class>
69    <extends>QPushButton</extends>
70    <header>topicbar.h</header>
71   </customwidget>
72  </customwidgets>
73  <resources/>
74  <connections/>
75 </ui>