Fix build without SSL
[quassel.git] / src / qtui / settingspages / inputwidgetsettingspage.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>InputWidgetSettingsPage</class>
4  <widget class="QWidget" name="InputWidgetSettingsPage">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>507</width>
10     <height>514</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_2">
17    <item>
18     <layout class="QHBoxLayout" name="horizontalLayout">
19      <item>
20       <widget class="QCheckBox" name="customFont">
21        <property name="text">
22         <string>Custom font:</string>
23        </property>
24        <property name="settingsKey" stdset="0">
25         <string notr="true">/UiStyle/Fonts/UseCustomInputWidgetFont</string>
26        </property>
27        <property name="defaultValue" stdset="0">
28         <bool>false</bool>
29        </property>
30       </widget>
31      </item>
32      <item>
33       <widget class="FontSelector" name="inputLineFont" native="true">
34        <property name="enabled">
35         <bool>false</bool>
36        </property>
37        <property name="settingsKey" stdset="0">
38         <string notr="true">/UiStyle/Fonts/InputWidget</string>
39        </property>
40        <property name="defaultValue" stdset="0">
41         <font/>
42        </property>
43       </widget>
44      </item>
45     </layout>
46    </item>
47    <item>
48     <widget class="QCheckBox" name="enableSpellCheck">
49      <property name="text">
50       <string>Enable spell check</string>
51      </property>
52      <property name="settingsKey" stdset="0">
53       <string notr="true">EnableSpellCheck</string>
54      </property>
55      <property name="defaultValue" stdset="0">
56       <bool>false</bool>
57      </property>
58     </widget>
59    </item>
60    <item>
61     <widget class="QCheckBox" name="enablePerBufferHistory">
62      <property name="text">
63       <string>Enable per chat history</string>
64      </property>
65      <property name="checked">
66       <bool>false</bool>
67      </property>
68      <property name="settingsKey" stdset="0">
69       <string notr="true">EnablePerChatHistory</string>
70      </property>
71      <property name="defaultValue" stdset="0">
72       <bool>false</bool>
73      </property>
74     </widget>
75    </item>
76    <item>
77     <widget class="QCheckBox" name="showNickSelector">
78      <property name="text">
79       <string>Show nick selector</string>
80      </property>
81      <property name="checked">
82       <bool>true</bool>
83      </property>
84      <property name="settingsKey" stdset="0">
85       <string notr="true">ShowNickSelector</string>
86      </property>
87      <property name="defaultValue" stdset="0">
88       <bool>true</bool>
89      </property>
90     </widget>
91    </item>
92    <item>
93     <widget class="QCheckBox" name="showStyleButtons">
94      <property name="text">
95       <string>Show style buttons</string>
96      </property>
97      <property name="checked">
98       <bool>true</bool>
99      </property>
100      <property name="settingsKey" stdset="0">
101       <string notr="true">ShowStyleButtons</string>
102      </property>
103      <property name="defaultValue" stdset="0">
104       <bool>true</bool>
105      </property>
106     </widget>
107    </item>
108    <item>
109     <widget class="QCheckBox" name="enableEmacsMode">
110      <property name="toolTip">
111       <string>Enables (limited) Emacs key bindings in the input field.</string>
112      </property>
113      <property name="text">
114       <string>Emacs key bindings</string>
115      </property>
116      <property name="settingsKey" stdset="0">
117       <string notr="true">EnableEmacsMode</string>
118      </property>
119      <property name="defaultValue" stdset="0">
120       <bool>false</bool>
121      </property>
122     </widget>
123    </item>
124    <item>
125     <widget class="QGroupBox" name="groupBox">
126      <property name="title">
127       <string>Multi-Line Editing</string>
128      </property>
129      <property name="checkable">
130       <bool>true</bool>
131      </property>
132      <property name="settingsKey" stdset="0">
133       <string notr="true">EnableMultiLine</string>
134      </property>
135      <property name="defaultValue" stdset="0">
136       <bool>true</bool>
137      </property>
138      <layout class="QVBoxLayout" name="verticalLayout">
139       <item>
140        <layout class="QHBoxLayout" name="horizontalLayout_2">
141         <item>
142          <widget class="QLabel" name="label">
143           <property name="text">
144            <string>Show at most</string>
145           </property>
146          </widget>
147         </item>
148         <item>
149          <widget class="QSpinBox" name="maxNumLines">
150           <property name="minimum">
151            <number>1</number>
152           </property>
153           <property name="maximum">
154            <number>19</number>
155           </property>
156           <property name="value">
157            <number>5</number>
158           </property>
159           <property name="settingsKey" stdset="0">
160            <string notr="true">MaxNumLines</string>
161           </property>
162           <property name="defaultValue" stdset="0">
163            <number>5</number>
164           </property>
165          </widget>
166         </item>
167         <item>
168          <widget class="QLabel" name="label_2">
169           <property name="text">
170            <string>lines</string>
171           </property>
172          </widget>
173         </item>
174         <item>
175          <spacer name="horizontalSpacer_2">
176           <property name="orientation">
177            <enum>Qt::Horizontal</enum>
178           </property>
179           <property name="sizeHint" stdset="0">
180            <size>
181             <width>40</width>
182             <height>20</height>
183            </size>
184           </property>
185          </spacer>
186         </item>
187        </layout>
188       </item>
189       <item>
190        <widget class="QCheckBox" name="enableScrollBars">
191         <property name="text">
192          <string>Enable scrollbars</string>
193         </property>
194         <property name="checked">
195          <bool>true</bool>
196         </property>
197         <property name="settingsKey" stdset="0">
198          <string notr="true">EnableScrollBars</string>
199         </property>
200         <property name="defaultValue" stdset="0">
201          <bool>true</bool>
202         </property>
203        </widget>
204       </item>
205      </layout>
206     </widget>
207    </item>
208    <item>
209     <widget class="QGroupBox" name="groupBox_2">
210      <property name="title">
211       <string>Tab Completion</string>
212      </property>
213      <layout class="QVBoxLayout" name="verticalLayout_3">
214       <item>
215        <layout class="QHBoxLayout" name="horizontalLayout_3">
216         <item>
217          <widget class="QLabel" name="completionSuffixDesc">
218           <property name="text">
219            <string>Completion suffix:</string>
220           </property>
221          </widget>
222         </item>
223         <item>
224          <widget class="QLineEdit" name="completionSuffix">
225           <property name="sizePolicy">
226            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
227             <horstretch>0</horstretch>
228             <verstretch>0</verstretch>
229            </sizepolicy>
230           </property>
231           <property name="settingsKey" stdset="0">
232            <string notr="true">/TabCompletion/CompletionSuffix</string>
233           </property>
234           <property name="defaultValue" stdset="0">
235            <string>: </string>
236           </property>
237          </widget>
238         </item>
239         <item>
240          <spacer name="horizontalSpacer">
241           <property name="orientation">
242            <enum>Qt::Horizontal</enum>
243           </property>
244           <property name="sizeType">
245            <enum>QSizePolicy::MinimumExpanding</enum>
246           </property>
247           <property name="sizeHint" stdset="0">
248            <size>
249             <width>157</width>
250             <height>27</height>
251            </size>
252           </property>
253          </spacer>
254         </item>
255        </layout>
256       </item>
257       <item>
258        <layout class="QHBoxLayout" name="horizontalLayout_4">
259         <item>
260          <widget class="QCheckBox" name="addSpaceMidSentence">
261           <property name="text">
262            <string>Add space after nick when completing mid-sentence</string>
263           </property>
264           <property name="checked">
265            <bool>false</bool>
266           </property>
267           <property name="settingsKey" stdset="0">
268             <string notr="true">/TabCompletion/AddSpaceMidSentence</string>
269           </property>
270           <property name="defaultValue" stdset="0">
271             <bool>false</bool>
272           </property>
273          </widget>
274         </item>
275         <item>
276          <spacer name="horizontalSpacer_3">
277           <property name="orientation">
278            <enum>Qt::Horizontal</enum>
279           </property>
280           <property name="sizeHint" stdset="0">
281            <size>
282             <width>40</width>
283             <height>20</height>
284            </size>
285           </property>
286          </spacer>
287         </item>
288        </layout>
289       </item>
290      </layout>
291     </widget>
292    </item>
293    <item>
294     <spacer name="verticalSpacer">
295      <property name="orientation">
296       <enum>Qt::Vertical</enum>
297      </property>
298      <property name="sizeHint" stdset="0">
299       <size>
300        <width>20</width>
301        <height>233</height>
302       </size>
303      </property>
304     </spacer>
305    </item>
306   </layout>
307  </widget>
308  <customwidgets>
309   <customwidget>
310    <class>FontSelector</class>
311    <extends>QWidget</extends>
312    <header>fontselector.h</header>
313    <container>1</container>
314   </customwidget>
315  </customwidgets>
316  <tabstops>
317   <tabstop>customFont</tabstop>
318   <tabstop>enableSpellCheck</tabstop>
319   <tabstop>showNickSelector</tabstop>
320   <tabstop>groupBox</tabstop>
321   <tabstop>maxNumLines</tabstop>
322   <tabstop>enableScrollBars</tabstop>
323   <tabstop>completionSuffix</tabstop>
324  </tabstops>
325  <resources/>
326  <connections>
327   <connection>
328    <sender>customFont</sender>
329    <signal>toggled(bool)</signal>
330    <receiver>inputLineFont</receiver>
331    <slot>setEnabled(bool)</slot>
332    <hints>
333     <hint type="sourcelabel">
334      <x>165</x>
335      <y>18</y>
336     </hint>
337     <hint type="destinationlabel">
338      <x>305</x>
339      <y>17</y>
340     </hint>
341    </hints>
342   </connection>
343  </connections>
344 </ui>