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