first version of richtext support for input widget - needs a lot of refactoring
[quassel.git] / src / qtui / ui / inputwidget.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>InputWidget</class>
4  <widget class="QWidget" name="InputWidget">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>585</width>
10     <height>192</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="minimumSize">
20    <size>
21     <width>192</width>
22     <height>0</height>
23    </size>
24   </property>
25   <property name="windowTitle">
26    <string>Form</string>
27   </property>
28   <layout class="QHBoxLayout" name="horizontalLayout">
29    <property name="margin">
30     <number>0</number>
31    </property>
32    <item>
33     <widget class="QComboBox" name="ownNick">
34      <property name="frame">
35       <bool>true</bool>
36      </property>
37     </widget>
38    </item>
39    <item>
40     <widget class="QToolButton" name="showStyleButton">
41      <property name="sizePolicy">
42       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
43        <horstretch>0</horstretch>
44        <verstretch>0</verstretch>
45       </sizepolicy>
46      </property>
47      <property name="text">
48       <string/>
49      </property>
50      <property name="checkable">
51       <bool>true</bool>
52      </property>
53      <property name="arrowType">
54       <enum>Qt::RightArrow</enum>
55      </property>
56     </widget>
57    </item>
58    <item>
59     <widget class="QFrame" name="styleFrame">
60      <property name="sizePolicy">
61       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
62        <horstretch>0</horstretch>
63        <verstretch>0</verstretch>
64       </sizepolicy>
65      </property>
66      <property name="minimumSize">
67       <size>
68        <width>161</width>
69        <height>24</height>
70       </size>
71      </property>
72      <property name="lineWidth">
73       <number>0</number>
74      </property>
75      <widget class="QToolButton" name="textcolorButton">
76       <property name="geometry">
77        <rect>
78         <x>81</x>
79         <y>0</y>
80         <width>40</width>
81         <height>24</height>
82        </rect>
83       </property>
84       <property name="sizePolicy">
85        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
86         <horstretch>0</horstretch>
87         <verstretch>0</verstretch>
88        </sizepolicy>
89       </property>
90       <property name="text">
91        <string/>
92       </property>
93       <property name="popupMode">
94        <enum>QToolButton::MenuButtonPopup</enum>
95       </property>
96       <property name="arrowType">
97        <enum>Qt::NoArrow</enum>
98       </property>
99      </widget>
100      <widget class="QToolButton" name="boldButton">
101       <property name="enabled">
102        <bool>true</bool>
103       </property>
104       <property name="geometry">
105        <rect>
106         <x>0</x>
107         <y>0</y>
108         <width>27</width>
109         <height>24</height>
110        </rect>
111       </property>
112       <property name="sizePolicy">
113        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
114         <horstretch>0</horstretch>
115         <verstretch>0</verstretch>
116        </sizepolicy>
117       </property>
118       <property name="text">
119        <string/>
120       </property>
121       <property name="iconSize">
122        <size>
123         <width>16</width>
124         <height>16</height>
125        </size>
126       </property>
127       <property name="checkable">
128        <bool>true</bool>
129       </property>
130       <property name="checked">
131        <bool>false</bool>
132       </property>
133      </widget>
134      <widget class="QToolButton" name="underlineButton">
135       <property name="enabled">
136        <bool>true</bool>
137       </property>
138       <property name="geometry">
139        <rect>
140         <x>54</x>
141         <y>0</y>
142         <width>27</width>
143         <height>24</height>
144        </rect>
145       </property>
146       <property name="sizePolicy">
147        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
148         <horstretch>0</horstretch>
149         <verstretch>0</verstretch>
150        </sizepolicy>
151       </property>
152       <property name="text">
153        <string/>
154       </property>
155       <property name="iconSize">
156        <size>
157         <width>16</width>
158         <height>16</height>
159        </size>
160       </property>
161       <property name="checkable">
162        <bool>true</bool>
163       </property>
164       <property name="checked">
165        <bool>false</bool>
166       </property>
167      </widget>
168      <widget class="QToolButton" name="highlightcolorButton">
169       <property name="geometry">
170        <rect>
171         <x>121</x>
172         <y>0</y>
173         <width>40</width>
174         <height>24</height>
175        </rect>
176       </property>
177       <property name="sizePolicy">
178        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
179         <horstretch>0</horstretch>
180         <verstretch>0</verstretch>
181        </sizepolicy>
182       </property>
183       <property name="text">
184        <string/>
185       </property>
186       <property name="popupMode">
187        <enum>QToolButton::MenuButtonPopup</enum>
188       </property>
189      </widget>
190      <widget class="QToolButton" name="italicButton">
191       <property name="enabled">
192        <bool>true</bool>
193       </property>
194       <property name="geometry">
195        <rect>
196         <x>27</x>
197         <y>0</y>
198         <width>27</width>
199         <height>24</height>
200        </rect>
201       </property>
202       <property name="sizePolicy">
203        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
204         <horstretch>0</horstretch>
205         <verstretch>0</verstretch>
206        </sizepolicy>
207       </property>
208       <property name="text">
209        <string/>
210       </property>
211       <property name="iconSize">
212        <size>
213         <width>16</width>
214         <height>16</height>
215        </size>
216       </property>
217       <property name="checkable">
218        <bool>true</bool>
219       </property>
220       <property name="checked">
221        <bool>false</bool>
222       </property>
223      </widget>
224     </widget>
225    </item>
226    <item>
227     <widget class="MultiLineEdit" name="inputEdit">
228      <property name="sizePolicy">
229       <sizepolicy hsizetype="Expanding" vsizetype="Maximum">
230        <horstretch>0</horstretch>
231        <verstretch>0</verstretch>
232       </sizepolicy>
233      </property>
234      <property name="verticalScrollBarPolicy">
235       <enum>Qt::ScrollBarAsNeeded</enum>
236      </property>
237      <property name="horizontalScrollBarPolicy">
238       <enum>Qt::ScrollBarAsNeeded</enum>
239      </property>
240      <property name="lineWrapMode">
241       <enum>QTextEdit::NoWrap</enum>
242      </property>
243     </widget>
244    </item>
245   </layout>
246  </widget>
247  <customwidgets>
248   <customwidget>
249    <class>MultiLineEdit</class>
250    <extends>QTextEdit</extends>
251    <header>multilineedit.h</header>
252   </customwidget>
253  </customwidgets>
254  <resources/>
255  <connections/>
256 </ui>