cmake: avoid de-duplication of user's CXXFLAGS
[quassel.git] / src / qtui / 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>384</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="spacing">
30     <number>6</number>
31    </property>
32    <property name="leftMargin">
33     <number>0</number>
34    </property>
35    <property name="topMargin">
36     <number>0</number>
37    </property>
38    <property name="rightMargin">
39     <number>0</number>
40    </property>
41    <property name="bottomMargin">
42     <number>0</number>
43    </property>
44    <item>
45     <widget class="QFrame" name="controlsFrame">
46      <property name="sizePolicy">
47       <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
48        <horstretch>0</horstretch>
49        <verstretch>0</verstretch>
50       </sizepolicy>
51      </property>
52      <property name="frameShape">
53       <enum>QFrame::NoFrame</enum>
54      </property>
55      <property name="frameShadow">
56       <enum>QFrame::Raised</enum>
57      </property>
58      <layout class="QHBoxLayout" name="controlsFrameLayout">
59       <property name="spacing">
60        <number>0</number>
61       </property>
62       <property name="leftMargin">
63        <number>0</number>
64       </property>
65       <property name="topMargin">
66        <number>0</number>
67       </property>
68       <property name="rightMargin">
69        <number>0</number>
70       </property>
71       <property name="bottomMargin">
72        <number>0</number>
73       </property>
74       <item>
75        <widget class="QComboBox" name="ownNick">
76         <property name="sizePolicy">
77          <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
78           <horstretch>0</horstretch>
79           <verstretch>0</verstretch>
80          </sizepolicy>
81         </property>
82         <property name="minimumSize">
83          <size>
84           <width>0</width>
85           <height>24</height>
86          </size>
87         </property>
88         <property name="toolTip">
89          <string>View and change nick</string>
90         </property>
91         <property name="frame">
92          <bool>true</bool>
93         </property>
94        </widget>
95       </item>
96       <item>
97        <widget class="QToolButton" name="showStyleButton">
98         <property name="sizePolicy">
99          <sizepolicy hsizetype="Fixed" vsizetype="Maximum">
100           <horstretch>0</horstretch>
101           <verstretch>0</verstretch>
102          </sizepolicy>
103         </property>
104         <property name="minimumSize">
105          <size>
106           <width>16</width>
107           <height>24</height>
108          </size>
109         </property>
110         <property name="maximumSize">
111          <size>
112           <width>16</width>
113           <height>16777215</height>
114          </size>
115         </property>
116         <property name="text">
117          <string/>
118         </property>
119         <property name="checkable">
120          <bool>true</bool>
121         </property>
122         <property name="arrowType">
123          <enum>Qt::RightArrow</enum>
124         </property>
125        </widget>
126       </item>
127       <item>
128        <widget class="QFrame" name="styleFrame">
129         <property name="sizePolicy">
130          <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
131           <horstretch>0</horstretch>
132           <verstretch>0</verstretch>
133          </sizepolicy>
134         </property>
135         <layout class="QHBoxLayout" name="styleHorizontalLayout">
136          <property name="spacing">
137           <number>1</number>
138          </property>
139          <property name="leftMargin">
140           <number>0</number>
141          </property>
142          <property name="topMargin">
143           <number>0</number>
144          </property>
145          <property name="rightMargin">
146           <number>0</number>
147          </property>
148          <property name="bottomMargin">
149           <number>0</number>
150          </property>
151          <item>
152           <widget class="QToolButton" name="boldButton">
153            <property name="enabled">
154             <bool>true</bool>
155            </property>
156            <property name="sizePolicy">
157             <sizepolicy hsizetype="Fixed" vsizetype="Maximum">
158              <horstretch>0</horstretch>
159              <verstretch>0</verstretch>
160             </sizepolicy>
161            </property>
162            <property name="minimumSize">
163             <size>
164              <width>26</width>
165              <height>24</height>
166             </size>
167            </property>
168            <property name="maximumSize">
169             <size>
170              <width>16777215</width>
171              <height>16777215</height>
172             </size>
173            </property>
174            <property name="toolTip">
175             <string>Bold</string>
176            </property>
177            <property name="text">
178             <string/>
179            </property>
180            <property name="iconSize">
181             <size>
182              <width>16</width>
183              <height>16</height>
184             </size>
185            </property>
186            <property name="checkable">
187             <bool>true</bool>
188            </property>
189           </widget>
190          </item>
191          <item>
192           <widget class="QToolButton" name="italicButton">
193            <property name="enabled">
194             <bool>true</bool>
195            </property>
196            <property name="sizePolicy">
197             <sizepolicy hsizetype="Fixed" vsizetype="Maximum">
198              <horstretch>0</horstretch>
199              <verstretch>0</verstretch>
200             </sizepolicy>
201            </property>
202            <property name="minimumSize">
203             <size>
204              <width>26</width>
205              <height>24</height>
206             </size>
207            </property>
208            <property name="maximumSize">
209             <size>
210              <width>16777215</width>
211              <height>16777215</height>
212             </size>
213            </property>
214            <property name="toolTip">
215             <string>Italic</string>
216            </property>
217            <property name="text">
218             <string/>
219            </property>
220            <property name="iconSize">
221             <size>
222              <width>16</width>
223              <height>16</height>
224             </size>
225            </property>
226            <property name="checkable">
227             <bool>true</bool>
228            </property>
229            <property name="checked">
230             <bool>false</bool>
231            </property>
232           </widget>
233          </item>
234          <item>
235           <widget class="QToolButton" name="underlineButton">
236            <property name="enabled">
237             <bool>true</bool>
238            </property>
239            <property name="sizePolicy">
240             <sizepolicy hsizetype="Fixed" vsizetype="Maximum">
241              <horstretch>0</horstretch>
242              <verstretch>0</verstretch>
243             </sizepolicy>
244            </property>
245            <property name="minimumSize">
246             <size>
247              <width>26</width>
248              <height>24</height>
249             </size>
250            </property>
251            <property name="maximumSize">
252             <size>
253              <width>16777215</width>
254              <height>16777215</height>
255             </size>
256            </property>
257            <property name="toolTip">
258             <string>Underline</string>
259            </property>
260            <property name="text">
261             <string/>
262            </property>
263            <property name="iconSize">
264             <size>
265              <width>16</width>
266              <height>16</height>
267             </size>
268            </property>
269            <property name="checkable">
270             <bool>true</bool>
271            </property>
272            <property name="checked">
273             <bool>false</bool>
274            </property>
275           </widget>
276          </item>
277          <item>
278           <widget class="QToolButton" name="textcolorButton">
279            <property name="sizePolicy">
280             <sizepolicy hsizetype="Fixed" vsizetype="Maximum">
281              <horstretch>0</horstretch>
282              <verstretch>0</verstretch>
283             </sizepolicy>
284            </property>
285            <property name="minimumSize">
286             <size>
287              <width>0</width>
288              <height>24</height>
289             </size>
290            </property>
291            <property name="maximumSize">
292             <size>
293              <width>16777215</width>
294              <height>16777215</height>
295             </size>
296            </property>
297            <property name="toolTip">
298             <string>Set foreground color</string>
299            </property>
300            <property name="text">
301             <string/>
302            </property>
303            <property name="popupMode">
304             <enum>QToolButton::MenuButtonPopup</enum>
305            </property>
306           </widget>
307          </item>
308          <item>
309           <widget class="QToolButton" name="highlightcolorButton">
310            <property name="sizePolicy">
311             <sizepolicy hsizetype="Fixed" vsizetype="Maximum">
312              <horstretch>0</horstretch>
313              <verstretch>0</verstretch>
314             </sizepolicy>
315            </property>
316            <property name="minimumSize">
317             <size>
318              <width>0</width>
319              <height>24</height>
320             </size>
321            </property>
322            <property name="maximumSize">
323             <size>
324              <width>16777215</width>
325              <height>16777215</height>
326             </size>
327            </property>
328            <property name="toolTip">
329             <string>Set background color</string>
330            </property>
331            <property name="text">
332             <string/>
333            </property>
334            <property name="popupMode">
335             <enum>QToolButton::MenuButtonPopup</enum>
336            </property>
337           </widget>
338          </item>
339          <item>
340           <widget class="QToolButton" name="clearButton">
341            <property name="enabled">
342             <bool>true</bool>
343            </property>
344            <property name="sizePolicy">
345             <sizepolicy hsizetype="Fixed" vsizetype="Maximum">
346              <horstretch>0</horstretch>
347              <verstretch>0</verstretch>
348             </sizepolicy>
349            </property>
350            <property name="minimumSize">
351             <size>
352              <width>26</width>
353              <height>24</height>
354             </size>
355            </property>
356            <property name="maximumSize">
357             <size>
358              <width>16777215</width>
359              <height>16777215</height>
360             </size>
361            </property>
362            <property name="toolTip">
363             <string>Clear formatting</string>
364            </property>
365            <property name="text">
366             <string/>
367            </property>
368            <property name="iconSize">
369             <size>
370              <width>16</width>
371              <height>16</height>
372             </size>
373            </property>
374           </widget>
375          </item>
376         </layout>
377        </widget>
378       </item>
379      </layout>
380     </widget>
381    </item>
382    <item>
383     <widget class="QFrame" name="inputFrame">
384      <property name="sizePolicy">
385       <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
386        <horstretch>0</horstretch>
387        <verstretch>0</verstretch>
388       </sizepolicy>
389      </property>
390      <property name="frameShape">
391       <enum>QFrame::NoFrame</enum>
392      </property>
393      <property name="frameShadow">
394       <enum>QFrame::Raised</enum>
395      </property>
396      <layout class="QVBoxLayout" name="inputFrameLayout">
397       <property name="spacing">
398        <number>0</number>
399       </property>
400       <property name="leftMargin">
401        <number>0</number>
402       </property>
403       <property name="topMargin">
404        <number>0</number>
405       </property>
406       <property name="rightMargin">
407        <number>0</number>
408       </property>
409       <property name="bottomMargin">
410        <number>0</number>
411       </property>
412       <item>
413        <widget class="MultiLineEdit" name="inputEdit">
414         <property name="enabled">
415          <bool>true</bool>
416         </property>
417         <property name="sizePolicy">
418          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Maximum">
419           <horstretch>0</horstretch>
420           <verstretch>24</verstretch>
421          </sizepolicy>
422         </property>
423         <property name="minimumSize">
424          <size>
425           <width>24</width>
426           <height>0</height>
427          </size>
428         </property>
429         <property name="maximumSize">
430          <size>
431           <width>16777215</width>
432           <height>16777215</height>
433          </size>
434         </property>
435         <property name="verticalScrollBarPolicy">
436          <enum>Qt::ScrollBarAsNeeded</enum>
437         </property>
438         <property name="horizontalScrollBarPolicy">
439          <enum>Qt::ScrollBarAsNeeded</enum>
440         </property>
441         <property name="lineWrapMode">
442          <enum>QTextEdit::NoWrap</enum>
443         </property>
444        </widget>
445       </item>
446      </layout>
447     </widget>
448    </item>
449    <item>
450     <widget class="QLabel" name="encryptionIconLabel">
451      <property name="sizePolicy">
452       <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
453        <horstretch>0</horstretch>
454        <verstretch>0</verstretch>
455       </sizepolicy>
456      </property>
457      <property name="text">
458       <string notr="true">&lt;img src=&quot;:/icons/oxygen/16x16/actions/document-encrypt.png&quot;&gt;</string>
459      </property>
460     </widget>
461    </item>
462   </layout>
463  </widget>
464  <customwidgets>
465   <customwidget>
466    <class>MultiLineEdit</class>
467    <extends>QTextEdit</extends>
468    <header>multilineedit.h</header>
469   </customwidget>
470  </customwidgets>
471  <resources/>
472  <connections/>
473 </ui>