1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <author>/* Copyright (C)
2009 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.net
4 Copyright (c)
2009 Andras Mantia
<andras@kdab.net
>
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version
2 of the License, or
9 (at your option) any later version.
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License along
17 with this program; if not, write to the Free Software Foundation, Inc.,
18 51 Franklin Street, Fifth Floor, Boston, MA
02110-
1301, USA.
20 <class>Settings
</class>
21 <widget class=
"QWidget" name=
"Settings">
22 <property name=
"geometry">
30 <property name=
"windowTitle">
31 <string>Viewer settings
</string>
33 <layout class=
"QGridLayout" name=
"gridLayout_2">
34 <property name=
"margin">
37 <item row=
"0" column=
"0" colspan=
"2">
38 <widget class=
"QCheckBox" name=
"kcfg_showColorBar">
39 <property name=
"text">
40 <string>Show
&HTML status bar
</string>
44 <item row=
"1" column=
"0" colspan=
"2">
45 <widget class=
"QCheckBox" name=
"kcfg_showSpamStatus">
46 <property name=
"text">
47 <string>Show spam status
&in fancy headers
</string>
51 <item row=
"2" column=
"0" colspan=
"2">
52 <widget class=
"QCheckBox" name=
"kcfg_ShowEmoticons">
53 <property name=
"text">
54 <string>Replace smileys
&by emoticons
</string>
58 <item row=
"3" column=
"0" colspan=
"2">
59 <widget class=
"QCheckBox" name=
"kcfg_ShrinkQuotes">
60 <property name=
"text">
61 <string>Reduce font size for
&quoted text
</string>
65 <item row=
"4" column=
"0" colspan=
"2">
66 <widget class=
"QCheckBox" name=
"kcfg_ShowExpandQuotesMark">
67 <property name=
"text">
68 <string>Show
&expand/collapse quote marks
</string>
72 <item row=
"5" column=
"0">
73 <spacer name=
"horizontalSpacer">
74 <property name=
"orientation">
75 <enum>Qt::Horizontal
</enum>
77 <property name=
"sizeType">
78 <enum>QSizePolicy::Fixed
</enum>
80 <property name=
"sizeHint" stdset=
"0">
88 <item row=
"5" column=
"1">
89 <widget class=
"QLabel" name=
"label">
90 <property name=
"text">
91 <string>Au
&tomatic collapse level:
</string>
93 <property name=
"buddy">
94 <cstring>kcfg_CollapseQuoteLevelSpin
</cstring>
98 <item row=
"5" column=
"2">
99 <widget class=
"KIntSpinBox" name=
"kcfg_CollapseQuoteLevelSpin">
100 <property name=
"minimum">
103 <property name=
"maximum">
106 <property name=
"value">
111 <item row=
"5" column=
"3">
112 <spacer name=
"horizontalSpacer_2">
113 <property name=
"orientation">
114 <enum>Qt::Horizontal
</enum>
116 <property name=
"sizeHint" stdset=
"0">
124 <item row=
"6" column=
"0" colspan=
"4">
125 <layout class=
"QGridLayout" name=
"gridLayout">
126 <item row=
"0" column=
"0">
127 <widget class=
"QLabel" name=
"label_2">
128 <property name=
"sizePolicy">
129 <sizepolicy hsizetype=
"Preferred" vsizetype=
"Maximum">
130 <horstretch>0</horstretch>
131 <verstretch>0</verstretch>
134 <property name=
"text">
135 <string>Fallback character e
&ncoding:
</string>
137 <property name=
"buddy">
138 <cstring>fallbackCharacterEncoding
</cstring>
142 <item row=
"0" column=
"1">
143 <widget class=
"KComboBox" name=
"fallbackCharacterEncoding">
144 <property name=
"sizePolicy">
145 <sizepolicy hsizetype=
"Preferred" vsizetype=
"Maximum">
146 <horstretch>0</horstretch>
147 <verstretch>0</verstretch>
152 <item row=
"1" column=
"0">
153 <widget class=
"QLabel" name=
"label_3">
154 <property name=
"sizePolicy">
155 <sizepolicy hsizetype=
"Preferred" vsizetype=
"Maximum">
156 <horstretch>0</horstretch>
157 <verstretch>0</verstretch>
160 <property name=
"text">
161 <string>&Override character encoding:
</string>
163 <property name=
"buddy">
164 <cstring>overrideCharacterEncoding
</cstring>
168 <item row=
"1" column=
"1">
169 <widget class=
"KComboBox" name=
"overrideCharacterEncoding">
170 <property name=
"sizePolicy">
171 <sizepolicy hsizetype=
"Preferred" vsizetype=
"Maximum">
172 <horstretch>0</horstretch>
173 <verstretch>0</verstretch>
180 <item row=
"7" column=
"0">
181 <spacer name=
"verticalSpacer">
182 <property name=
"orientation">
183 <enum>Qt::Vertical
</enum>
185 <property name=
"sizeHint" stdset=
"0">
197 <class>KIntSpinBox
</class>
198 <extends>QSpinBox
</extends>
199 <header>knuminput.h
</header>
202 <class>KComboBox
</class>
203 <extends>QComboBox
</extends>
204 <header>kcombobox.h
</header>