summaryrefslogtreecommitdiffabout
path: root/kmicromail
Unidiff
Diffstat (limited to 'kmicromail') (more/less context) (ignore whitespace changes)
-rw-r--r--kmicromail/addresspickerui.ui3
-rw-r--r--kmicromail/composemailui.ui1
-rw-r--r--kmicromail/editaccountsui.ui1
-rw-r--r--kmicromail/imapconfigui.ui1
-rw-r--r--kmicromail/newmaildirui.ui1
-rw-r--r--kmicromail/nntpconfigui.ui3
-rw-r--r--kmicromail/nntpgroupsui.ui13
-rw-r--r--kmicromail/pop3configui.ui1
-rw-r--r--kmicromail/selectmailtypeui.ui3
-rw-r--r--kmicromail/selectstoreui.ui3
-rw-r--r--kmicromail/smtpconfigui.ui3
-rw-r--r--kmicromail/tr.h2
12 files changed, 29 insertions, 6 deletions
diff --git a/kmicromail/addresspickerui.ui b/kmicromail/addresspickerui.ui
index 2e37eac..b2aadc9 100644
--- a/kmicromail/addresspickerui.ui
+++ b/kmicromail/addresspickerui.ui
@@ -1,86 +1,87 @@
1<!DOCTYPE UI><UI> 1<!DOCTYPE UI><UI>
2<class>AddressPickerUI</class> 2<class>AddressPickerUI</class>
3<include location="local">tr.h</include>
3<widget> 4<widget>
4 <class>QDialog</class> 5 <class>QDialog</class>
5 <property stdset="1"> 6 <property stdset="1">
6 <name>name</name> 7 <name>name</name>
7 <cstring>AddressPickerUI</cstring> 8 <cstring>AddressPickerUI</cstring>
8 </property> 9 </property>
9 <property stdset="1"> 10 <property stdset="1">
10 <name>geometry</name> 11 <name>geometry</name>
11 <rect> 12 <rect>
12 <x>0</x> 13 <x>0</x>
13 <y>0</y> 14 <y>0</y>
14 <width>282</width> 15 <width>278</width>
15 <height>320</height> 16 <height>320</height>
16 </rect> 17 </rect>
17 </property> 18 </property>
18 <property stdset="1"> 19 <property stdset="1">
19 <name>caption</name> 20 <name>caption</name>
20 <string>Address Picker</string> 21 <string>Address Picker</string>
21 </property> 22 </property>
22 <property> 23 <property>
23 <name>layoutMargin</name> 24 <name>layoutMargin</name>
24 </property> 25 </property>
25 <property> 26 <property>
26 <name>layoutSpacing</name> 27 <name>layoutSpacing</name>
27 </property> 28 </property>
28 <grid> 29 <grid>
29 <property stdset="1"> 30 <property stdset="1">
30 <name>margin</name> 31 <name>margin</name>
31 <number>4</number> 32 <number>4</number>
32 </property> 33 </property>
33 <property stdset="1"> 34 <property stdset="1">
34 <name>spacing</name> 35 <name>spacing</name>
35 <number>3</number> 36 <number>3</number>
36 </property> 37 </property>
37 <widget row="0" column="0" rowspan="1" colspan="2" > 38 <widget row="0" column="0" rowspan="1" colspan="2" >
38 <class>QListBox</class> 39 <class>QListBox</class>
39 <property stdset="1"> 40 <property stdset="1">
40 <name>name</name> 41 <name>name</name>
41 <cstring>addressList</cstring> 42 <cstring>addressList</cstring>
42 </property> 43 </property>
43 <property stdset="1"> 44 <property stdset="1">
44 <name>selectionMode</name> 45 <name>selectionMode</name>
45 <enum>Multi</enum> 46 <enum>Multi</enum>
46 </property> 47 </property>
47 </widget> 48 </widget>
48 <widget row="1" column="0" > 49 <widget row="1" column="0" >
49 <class>QPushButton</class> 50 <class>QPushButton</class>
50 <property stdset="1"> 51 <property stdset="1">
51 <name>name</name> 52 <name>name</name>
52 <cstring>okButton</cstring> 53 <cstring>okButton</cstring>
53 </property> 54 </property>
54 <property stdset="1"> 55 <property stdset="1">
55 <name>minimumSize</name> 56 <name>minimumSize</name>
56 <size> 57 <size>
57 <width>10</width> 58 <width>10</width>
58 <height>0</height> 59 <height>0</height>
59 </size> 60 </size>
60 </property> 61 </property>
61 <property stdset="1"> 62 <property stdset="1">
62 <name>text</name> 63 <name>text</name>
63 <string>Ok</string> 64 <string>Ok</string>
64 </property> 65 </property>
65 </widget> 66 </widget>
66 <widget row="1" column="1" > 67 <widget row="1" column="1" >
67 <class>QPushButton</class> 68 <class>QPushButton</class>
68 <property stdset="1"> 69 <property stdset="1">
69 <name>name</name> 70 <name>name</name>
70 <cstring>cancelButton</cstring> 71 <cstring>cancelButton</cstring>
71 </property> 72 </property>
72 <property stdset="1"> 73 <property stdset="1">
73 <name>minimumSize</name> 74 <name>minimumSize</name>
74 <size> 75 <size>
75 <width>10</width> 76 <width>10</width>
76 <height>0</height> 77 <height>0</height>
77 </size> 78 </size>
78 </property> 79 </property>
79 <property stdset="1"> 80 <property stdset="1">
80 <name>text</name> 81 <name>text</name>
81 <string>Cancel</string> 82 <string>Cancel</string>
82 </property> 83 </property>
83 </widget> 84 </widget>
84 </grid> 85 </grid>
85</widget> 86</widget>
86</UI> 87</UI>
diff --git a/kmicromail/composemailui.ui b/kmicromail/composemailui.ui
index d566985..0a5a750 100644
--- a/kmicromail/composemailui.ui
+++ b/kmicromail/composemailui.ui
@@ -1,472 +1,473 @@
1<!DOCTYPE UI><UI> 1<!DOCTYPE UI><UI>
2<class>ComposeMailUI</class> 2<class>ComposeMailUI</class>
3<include location="local">tr.h</include>
3<widget> 4<widget>
4 <class>QDialog</class> 5 <class>QDialog</class>
5 <property stdset="1"> 6 <property stdset="1">
6 <name>name</name> 7 <name>name</name>
7 <cstring>ComposeMailUI</cstring> 8 <cstring>ComposeMailUI</cstring>
8 </property> 9 </property>
9 <property stdset="1"> 10 <property stdset="1">
10 <name>geometry</name> 11 <name>geometry</name>
11 <rect> 12 <rect>
12 <x>0</x> 13 <x>0</x>
13 <y>0</y> 14 <y>0</y>
14 <width>276</width> 15 <width>276</width>
15 <height>262</height> 16 <height>262</height>
16 </rect> 17 </rect>
17 </property> 18 </property>
18 <property stdset="1"> 19 <property stdset="1">
19 <name>caption</name> 20 <name>caption</name>
20 <string>Compose Message</string> 21 <string>Compose Message</string>
21 </property> 22 </property>
22 <property> 23 <property>
23 <name>layoutMargin</name> 24 <name>layoutMargin</name>
24 </property> 25 </property>
25 <property> 26 <property>
26 <name>layoutSpacing</name> 27 <name>layoutSpacing</name>
27 </property> 28 </property>
28 <grid> 29 <grid>
29 <property stdset="1"> 30 <property stdset="1">
30 <name>margin</name> 31 <name>margin</name>
31 <number>2</number> 32 <number>2</number>
32 </property> 33 </property>
33 <property stdset="1"> 34 <property stdset="1">
34 <name>spacing</name> 35 <name>spacing</name>
35 <number>1</number> 36 <number>1</number>
36 </property> 37 </property>
37 <widget row="1" column="0" rowspan="1" colspan="4" > 38 <widget row="1" column="0" rowspan="1" colspan="4" >
38 <class>QTabWidget</class> 39 <class>QTabWidget</class>
39 <property stdset="1"> 40 <property stdset="1">
40 <name>name</name> 41 <name>name</name>
41 <cstring>tabWidget</cstring> 42 <cstring>tabWidget</cstring>
42 </property> 43 </property>
43 <property> 44 <property>
44 <name>layoutMargin</name> 45 <name>layoutMargin</name>
45 </property> 46 </property>
46 <property> 47 <property>
47 <name>layoutSpacing</name> 48 <name>layoutSpacing</name>
48 </property> 49 </property>
49 <widget> 50 <widget>
50 <class>QWidget</class> 51 <class>QWidget</class>
51 <property stdset="1"> 52 <property stdset="1">
52 <name>name</name> 53 <name>name</name>
53 <cstring>mailTab</cstring> 54 <cstring>mailTab</cstring>
54 </property> 55 </property>
55 <attribute> 56 <attribute>
56 <name>title</name> 57 <name>title</name>
57 <string>Mail</string> 58 <string>Mail</string>
58 </attribute> 59 </attribute>
59 <vbox> 60 <vbox>
60 <property stdset="1"> 61 <property stdset="1">
61 <name>margin</name> 62 <name>margin</name>
62 <number>1</number> 63 <number>1</number>
63 </property> 64 </property>
64 <property stdset="1"> 65 <property stdset="1">
65 <name>spacing</name> 66 <name>spacing</name>
66 <number>1</number> 67 <number>1</number>
67 </property> 68 </property>
68 <widget> 69 <widget>
69 <class>QLayoutWidget</class> 70 <class>QLayoutWidget</class>
70 <property stdset="1"> 71 <property stdset="1">
71 <name>name</name> 72 <name>name</name>
72 <cstring>Layout10</cstring> 73 <cstring>Layout10</cstring>
73 </property> 74 </property>
74 <property> 75 <property>
75 <name>layoutSpacing</name> 76 <name>layoutSpacing</name>
76 </property> 77 </property>
77 <grid> 78 <grid>
78 <property stdset="1"> 79 <property stdset="1">
79 <name>margin</name> 80 <name>margin</name>
80 <number>0</number> 81 <number>0</number>
81 </property> 82 </property>
82 <property stdset="1"> 83 <property stdset="1">
83 <name>spacing</name> 84 <name>spacing</name>
84 <number>1</number> 85 <number>1</number>
85 </property> 86 </property>
86 <widget row="0" column="1" > 87 <widget row="0" column="1" >
87 <class>QLayoutWidget</class> 88 <class>QLayoutWidget</class>
88 <property stdset="1"> 89 <property stdset="1">
89 <name>name</name> 90 <name>name</name>
90 <cstring>Layout9</cstring> 91 <cstring>Layout9</cstring>
91 </property> 92 </property>
92 <property> 93 <property>
93 <name>layoutSpacing</name> 94 <name>layoutSpacing</name>
94 </property> 95 </property>
95 <grid> 96 <grid>
96 <property stdset="1"> 97 <property stdset="1">
97 <name>margin</name> 98 <name>margin</name>
98 <number>0</number> 99 <number>0</number>
99 </property> 100 </property>
100 <property stdset="1"> 101 <property stdset="1">
101 <name>spacing</name> 102 <name>spacing</name>
102 <number>3</number> 103 <number>3</number>
103 </property> 104 </property>
104 <widget row="0" column="1" > 105 <widget row="0" column="1" >
105 <class>QComboBox</class> 106 <class>QComboBox</class>
106 <property stdset="1"> 107 <property stdset="1">
107 <name>name</name> 108 <name>name</name>
108 <cstring>fromBox</cstring> 109 <cstring>fromBox</cstring>
109 </property> 110 </property>
110 <property stdset="1"> 111 <property stdset="1">
111 <name>sizePolicy</name> 112 <name>sizePolicy</name>
112 <sizepolicy> 113 <sizepolicy>
113 <hsizetype>3</hsizetype> 114 <hsizetype>3</hsizetype>
114 <vsizetype>0</vsizetype> 115 <vsizetype>0</vsizetype>
115 </sizepolicy> 116 </sizepolicy>
116 </property> 117 </property>
117 <property stdset="1"> 118 <property stdset="1">
118 <name>editable</name> 119 <name>editable</name>
119 <bool>true</bool> 120 <bool>true</bool>
120 </property> 121 </property>
121 <property stdset="1"> 122 <property stdset="1">
122 <name>duplicatesEnabled</name> 123 <name>duplicatesEnabled</name>
123 <bool>false</bool> 124 <bool>false</bool>
124 </property> 125 </property>
125 </widget> 126 </widget>
126 <widget row="0" column="0" > 127 <widget row="0" column="0" >
127 <class>QLineEdit</class> 128 <class>QLineEdit</class>
128 <property stdset="1"> 129 <property stdset="1">
129 <name>name</name> 130 <name>name</name>
130 <cstring>senderNameEdit</cstring> 131 <cstring>senderNameEdit</cstring>
131 </property> 132 </property>
132 <property stdset="1"> 133 <property stdset="1">
133 <name>sizePolicy</name> 134 <name>sizePolicy</name>
134 <sizepolicy> 135 <sizepolicy>
135 <hsizetype>0</hsizetype> 136 <hsizetype>0</hsizetype>
136 <vsizetype>0</vsizetype> 137 <vsizetype>0</vsizetype>
137 </sizepolicy> 138 </sizepolicy>
138 </property> 139 </property>
139 <property stdset="1"> 140 <property stdset="1">
140 <name>minimumSize</name> 141 <name>minimumSize</name>
141 <size> 142 <size>
142 <width>70</width> 143 <width>70</width>
143 <height>0</height> 144 <height>0</height>
144 </size> 145 </size>
145 </property> 146 </property>
146 <property stdset="1"> 147 <property stdset="1">
147 <name>maximumSize</name> 148 <name>maximumSize</name>
148 <size> 149 <size>
149 <width>180</width> 150 <width>180</width>
150 <height>32767</height> 151 <height>32767</height>
151 </size> 152 </size>
152 </property> 153 </property>
153 </widget> 154 </widget>
154 </grid> 155 </grid>
155 </widget> 156 </widget>
156 <widget row="2" column="1" > 157 <widget row="2" column="1" >
157 <class>QLineEdit</class> 158 <class>QLineEdit</class>
158 <property stdset="1"> 159 <property stdset="1">
159 <name>name</name> 160 <name>name</name>
160 <cstring>subjectLine</cstring> 161 <cstring>subjectLine</cstring>
161 </property> 162 </property>
162 <property stdset="1"> 163 <property stdset="1">
163 <name>sizePolicy</name> 164 <name>sizePolicy</name>
164 <sizepolicy> 165 <sizepolicy>
165 <hsizetype>3</hsizetype> 166 <hsizetype>3</hsizetype>
166 <vsizetype>0</vsizetype> 167 <vsizetype>0</vsizetype>
167 </sizepolicy> 168 </sizepolicy>
168 </property> 169 </property>
169 </widget> 170 </widget>
170 <widget row="1" column="1" > 171 <widget row="1" column="1" >
171 <class>QLineEdit</class> 172 <class>QLineEdit</class>
172 <property stdset="1"> 173 <property stdset="1">
173 <name>name</name> 174 <name>name</name>
174 <cstring>toLine</cstring> 175 <cstring>toLine</cstring>
175 </property> 176 </property>
176 <property stdset="1"> 177 <property stdset="1">
177 <name>sizePolicy</name> 178 <name>sizePolicy</name>
178 <sizepolicy> 179 <sizepolicy>
179 <hsizetype>3</hsizetype> 180 <hsizetype>3</hsizetype>
180 <vsizetype>0</vsizetype> 181 <vsizetype>0</vsizetype>
181 </sizepolicy> 182 </sizepolicy>
182 </property> 183 </property>
183 </widget> 184 </widget>
184 <widget row="2" column="0" > 185 <widget row="2" column="0" >
185 <class>QLabel</class> 186 <class>QLabel</class>
186 <property stdset="1"> 187 <property stdset="1">
187 <name>name</name> 188 <name>name</name>
188 <cstring>subjectLabel</cstring> 189 <cstring>subjectLabel</cstring>
189 </property> 190 </property>
190 <property stdset="1"> 191 <property stdset="1">
191 <name>text</name> 192 <name>text</name>
192 <string>Subject</string> 193 <string>Subject</string>
193 </property> 194 </property>
194 </widget> 195 </widget>
195 <widget row="0" column="0" > 196 <widget row="0" column="0" >
196 <class>QLabel</class> 197 <class>QLabel</class>
197 <property stdset="1"> 198 <property stdset="1">
198 <name>name</name> 199 <name>name</name>
199 <cstring>fromLabel</cstring> 200 <cstring>fromLabel</cstring>
200 </property> 201 </property>
201 <property stdset="1"> 202 <property stdset="1">
202 <name>text</name> 203 <name>text</name>
203 <string>From</string> 204 <string>From</string>
204 </property> 205 </property>
205 </widget> 206 </widget>
206 <widget row="1" column="0" > 207 <widget row="1" column="0" >
207 <class>QPushButton</class> 208 <class>QPushButton</class>
208 <property stdset="1"> 209 <property stdset="1">
209 <name>name</name> 210 <name>name</name>
210 <cstring>toButton</cstring> 211 <cstring>toButton</cstring>
211 </property> 212 </property>
212 <property stdset="1"> 213 <property stdset="1">
213 <name>text</name> 214 <name>text</name>
214 <string>To</string> 215 <string>To</string>
215 </property> 216 </property>
216 </widget> 217 </widget>
217 </grid> 218 </grid>
218 </widget> 219 </widget>
219 <widget> 220 <widget>
220 <class>QMultiLineEdit</class> 221 <class>QMultiLineEdit</class>
221 <property stdset="1"> 222 <property stdset="1">
222 <name>name</name> 223 <name>name</name>
223 <cstring>message</cstring> 224 <cstring>message</cstring>
224 </property> 225 </property>
225 </widget> 226 </widget>
226 </vbox> 227 </vbox>
227 </widget> 228 </widget>
228 <widget> 229 <widget>
229 <class>QWidget</class> 230 <class>QWidget</class>
230 <property stdset="1"> 231 <property stdset="1">
231 <name>name</name> 232 <name>name</name>
232 <cstring>optionsTab</cstring> 233 <cstring>optionsTab</cstring>
233 </property> 234 </property>
234 <attribute> 235 <attribute>
235 <name>title</name> 236 <name>title</name>
236 <string>Options</string> 237 <string>Options</string>
237 </attribute> 238 </attribute>
238 <grid> 239 <grid>
239 <property stdset="1"> 240 <property stdset="1">
240 <name>margin</name> 241 <name>margin</name>
241 <number>4</number> 242 <number>4</number>
242 </property> 243 </property>
243 <property stdset="1"> 244 <property stdset="1">
244 <name>spacing</name> 245 <name>spacing</name>
245 <number>3</number> 246 <number>3</number>
246 </property> 247 </property>
247 <widget row="3" column="0" > 248 <widget row="3" column="0" >
248 <class>QPushButton</class> 249 <class>QPushButton</class>
249 <property stdset="1"> 250 <property stdset="1">
250 <name>name</name> 251 <name>name</name>
251 <cstring>replyButton</cstring> 252 <cstring>replyButton</cstring>
252 </property> 253 </property>
253 <property stdset="1"> 254 <property stdset="1">
254 <name>text</name> 255 <name>text</name>
255 <string>Reply-To</string> 256 <string>Reply-To</string>
256 </property> 257 </property>
257 </widget> 258 </widget>
258 <widget row="2" column="0" > 259 <widget row="2" column="0" >
259 <class>QPushButton</class> 260 <class>QPushButton</class>
260 <property stdset="1"> 261 <property stdset="1">
261 <name>name</name> 262 <name>name</name>
262 <cstring>bccButton</cstring> 263 <cstring>bccButton</cstring>
263 </property> 264 </property>
264 <property stdset="1"> 265 <property stdset="1">
265 <name>text</name> 266 <name>text</name>
266 <string>BCC</string> 267 <string>BCC</string>
267 </property> 268 </property>
268 </widget> 269 </widget>
269 <widget row="1" column="1" > 270 <widget row="1" column="1" >
270 <class>QLineEdit</class> 271 <class>QLineEdit</class>
271 <property stdset="1"> 272 <property stdset="1">
272 <name>name</name> 273 <name>name</name>
273 <cstring>ccLine</cstring> 274 <cstring>ccLine</cstring>
274 </property> 275 </property>
275 </widget> 276 </widget>
276 <widget row="2" column="1" > 277 <widget row="2" column="1" >
277 <class>QLineEdit</class> 278 <class>QLineEdit</class>
278 <property stdset="1"> 279 <property stdset="1">
279 <name>name</name> 280 <name>name</name>
280 <cstring>bccLine</cstring> 281 <cstring>bccLine</cstring>
281 </property> 282 </property>
282 </widget> 283 </widget>
283 <widget row="3" column="1" > 284 <widget row="3" column="1" >
284 <class>QLineEdit</class> 285 <class>QLineEdit</class>
285 <property stdset="1"> 286 <property stdset="1">
286 <name>name</name> 287 <name>name</name>
287 <cstring>replyLine</cstring> 288 <cstring>replyLine</cstring>
288 </property> 289 </property>
289 </widget> 290 </widget>
290 <widget row="6" column="0" rowspan="1" colspan="2" > 291 <widget row="6" column="0" rowspan="1" colspan="2" >
291 <class>QMultiLineEdit</class> 292 <class>QMultiLineEdit</class>
292 <property stdset="1"> 293 <property stdset="1">
293 <name>name</name> 294 <name>name</name>
294 <cstring>sigMultiLine</cstring> 295 <cstring>sigMultiLine</cstring>
295 </property> 296 </property>
296 </widget> 297 </widget>
297 <widget row="5" column="0" > 298 <widget row="5" column="0" >
298 <class>QLabel</class> 299 <class>QLabel</class>
299 <property stdset="1"> 300 <property stdset="1">
300 <name>name</name> 301 <name>name</name>
301 <cstring>sigLabel</cstring> 302 <cstring>sigLabel</cstring>
302 </property> 303 </property>
303 <property stdset="1"> 304 <property stdset="1">
304 <name>text</name> 305 <name>text</name>
305 <string>Signature</string> 306 <string>Signature</string>
306 </property> 307 </property>
307 </widget> 308 </widget>
308 <spacer row="4" column="0" > 309 <spacer row="4" column="0" >
309 <property> 310 <property>
310 <name>name</name> 311 <name>name</name>
311 <cstring>Spacer3</cstring> 312 <cstring>Spacer3</cstring>
312 </property> 313 </property>
313 <property stdset="1"> 314 <property stdset="1">
314 <name>orientation</name> 315 <name>orientation</name>
315 <enum>Vertical</enum> 316 <enum>Vertical</enum>
316 </property> 317 </property>
317 <property stdset="1"> 318 <property stdset="1">
318 <name>sizeType</name> 319 <name>sizeType</name>
319 <enum>Expanding</enum> 320 <enum>Expanding</enum>
320 </property> 321 </property>
321 <property> 322 <property>
322 <name>sizeHint</name> 323 <name>sizeHint</name>
323 <size> 324 <size>
324 <width>20</width> 325 <width>20</width>
325 <height>20</height> 326 <height>20</height>
326 </size> 327 </size>
327 </property> 328 </property>
328 </spacer> 329 </spacer>
329 <widget row="1" column="0" > 330 <widget row="1" column="0" >
330 <class>QPushButton</class> 331 <class>QPushButton</class>
331 <property stdset="1"> 332 <property stdset="1">
332 <name>name</name> 333 <name>name</name>
333 <cstring>ccButton</cstring> 334 <cstring>ccButton</cstring>
334 </property> 335 </property>
335 <property stdset="1"> 336 <property stdset="1">
336 <name>text</name> 337 <name>text</name>
337 <string>CC</string> 338 <string>CC</string>
338 </property> 339 </property>
339 </widget> 340 </widget>
340 </grid> 341 </grid>
341 </widget> 342 </widget>
342 <widget> 343 <widget>
343 <class>QWidget</class> 344 <class>QWidget</class>
344 <property stdset="1"> 345 <property stdset="1">
345 <name>name</name> 346 <name>name</name>
346 <cstring>attachTab</cstring> 347 <cstring>attachTab</cstring>
347 </property> 348 </property>
348 <attribute> 349 <attribute>
349 <name>title</name> 350 <name>title</name>
350 <string>Attachment</string> 351 <string>Attachment</string>
351 </attribute> 352 </attribute>
352 <grid> 353 <grid>
353 <property stdset="1"> 354 <property stdset="1">
354 <name>margin</name> 355 <name>margin</name>
355 <number>4</number> 356 <number>4</number>
356 </property> 357 </property>
357 <property stdset="1"> 358 <property stdset="1">
358 <name>spacing</name> 359 <name>spacing</name>
359 <number>3</number> 360 <number>3</number>
360 </property> 361 </property>
361 <widget row="0" column="0" rowspan="1" colspan="3" > 362 <widget row="0" column="0" rowspan="1" colspan="3" >
362 <class>QListView</class> 363 <class>QListView</class>
363 <property stdset="1"> 364 <property stdset="1">
364 <name>name</name> 365 <name>name</name>
365 <cstring>attList</cstring> 366 <cstring>attList</cstring>
366 </property> 367 </property>
367 <property stdset="1"> 368 <property stdset="1">
368 <name>selectionMode</name> 369 <name>selectionMode</name>
369 <enum>Single</enum> 370 <enum>Single</enum>
370 </property> 371 </property>
371 <property stdset="1"> 372 <property stdset="1">
372 <name>allColumnsShowFocus</name> 373 <name>allColumnsShowFocus</name>
373 <bool>true</bool> 374 <bool>true</bool>
374 </property> 375 </property>
375 <property stdset="1"> 376 <property stdset="1">
376 <name>showSortIndicator</name> 377 <name>showSortIndicator</name>
377 <bool>true</bool> 378 <bool>true</bool>
378 </property> 379 </property>
379 </widget> 380 </widget>
380 <widget row="1" column="2" > 381 <widget row="1" column="2" >
381 <class>QPushButton</class> 382 <class>QPushButton</class>
382 <property stdset="1"> 383 <property stdset="1">
383 <name>name</name> 384 <name>name</name>
384 <cstring>deleteButton</cstring> 385 <cstring>deleteButton</cstring>
385 </property> 386 </property>
386 <property stdset="1"> 387 <property stdset="1">
387 <name>text</name> 388 <name>text</name>
388 <string>Delete File</string> 389 <string>Delete File</string>
389 </property> 390 </property>
390 </widget> 391 </widget>
391 <widget row="1" column="0" > 392 <widget row="1" column="0" >
392 <class>QPushButton</class> 393 <class>QPushButton</class>
393 <property stdset="1"> 394 <property stdset="1">
394 <name>name</name> 395 <name>name</name>
395 <cstring>addButton</cstring> 396 <cstring>addButton</cstring>
396 </property> 397 </property>
397 <property stdset="1"> 398 <property stdset="1">
398 <name>text</name> 399 <name>text</name>
399 <string>Add File</string> 400 <string>Add File</string>
400 </property> 401 </property>
401 </widget> 402 </widget>
402 </grid> 403 </grid>
403 </widget> 404 </widget>
404 </widget> 405 </widget>
405 <widget row="0" column="0" > 406 <widget row="0" column="0" >
406 <class>QCheckBox</class> 407 <class>QCheckBox</class>
407 <property stdset="1"> 408 <property stdset="1">
408 <name>name</name> 409 <name>name</name>
409 <cstring>checkBoxLater</cstring> 410 <cstring>checkBoxLater</cstring>
410 </property> 411 </property>
411 <property stdset="1"> 412 <property stdset="1">
412 <name>text</name> 413 <name>text</name>
413 <string>send later</string> 414 <string>send later</string>
414 </property> 415 </property>
415 </widget> 416 </widget>
416 <widget row="0" column="1" > 417 <widget row="0" column="1" >
417 <class>QLabel</class> 418 <class>QLabel</class>
418 <property stdset="1"> 419 <property stdset="1">
419 <name>name</name> 420 <name>name</name>
420 <cstring>accountLabel</cstring> 421 <cstring>accountLabel</cstring>
421 </property> 422 </property>
422 <property stdset="1"> 423 <property stdset="1">
423 <name>text</name> 424 <name>text</name>
424 <string>use:</string> 425 <string>use:</string>
425 </property> 426 </property>
426 </widget> 427 </widget>
427 <widget row="0" column="2" > 428 <widget row="0" column="2" >
428 <class>QComboBox</class> 429 <class>QComboBox</class>
429 <property stdset="1"> 430 <property stdset="1">
430 <name>name</name> 431 <name>name</name>
431 <cstring>smtpAccountBox</cstring> 432 <cstring>smtpAccountBox</cstring>
432 </property> 433 </property>
433 <property stdset="1"> 434 <property stdset="1">
434 <name>sizePolicy</name> 435 <name>sizePolicy</name>
435 <sizepolicy> 436 <sizepolicy>
436 <hsizetype>3</hsizetype> 437 <hsizetype>3</hsizetype>
437 <vsizetype>0</vsizetype> 438 <vsizetype>0</vsizetype>
438 </sizepolicy> 439 </sizepolicy>
439 </property> 440 </property>
440 </widget> 441 </widget>
441 <widget row="0" column="3" > 442 <widget row="0" column="3" >
442 <class>QPushButton</class> 443 <class>QPushButton</class>
443 <property stdset="1"> 444 <property stdset="1">
444 <name>name</name> 445 <name>name</name>
445 <cstring>SaveButton</cstring> 446 <cstring>SaveButton</cstring>
446 </property> 447 </property>
447 <property stdset="1"> 448 <property stdset="1">
448 <name>text</name> 449 <name>text</name>
449 <string>Save</string> 450 <string>Save</string>
450 </property> 451 </property>
451 </widget> 452 </widget>
452 </grid> 453 </grid>
453</widget> 454</widget>
454<tabstops> 455<tabstops>
455 <tabstop>fromBox</tabstop> 456 <tabstop>fromBox</tabstop>
456 <tabstop>toButton</tabstop> 457 <tabstop>toButton</tabstop>
457 <tabstop>toLine</tabstop> 458 <tabstop>toLine</tabstop>
458 <tabstop>subjectLine</tabstop> 459 <tabstop>subjectLine</tabstop>
459 <tabstop>message</tabstop> 460 <tabstop>message</tabstop>
460 <tabstop>tabWidget</tabstop> 461 <tabstop>tabWidget</tabstop>
461 <tabstop>ccButton</tabstop> 462 <tabstop>ccButton</tabstop>
462 <tabstop>ccLine</tabstop> 463 <tabstop>ccLine</tabstop>
463 <tabstop>bccButton</tabstop> 464 <tabstop>bccButton</tabstop>
464 <tabstop>bccLine</tabstop> 465 <tabstop>bccLine</tabstop>
465 <tabstop>replyButton</tabstop> 466 <tabstop>replyButton</tabstop>
466 <tabstop>replyLine</tabstop> 467 <tabstop>replyLine</tabstop>
467 <tabstop>sigMultiLine</tabstop> 468 <tabstop>sigMultiLine</tabstop>
468 <tabstop>attList</tabstop> 469 <tabstop>attList</tabstop>
469 <tabstop>addButton</tabstop> 470 <tabstop>addButton</tabstop>
470 <tabstop>deleteButton</tabstop> 471 <tabstop>deleteButton</tabstop>
471</tabstops> 472</tabstops>
472</UI> 473</UI>
diff --git a/kmicromail/editaccountsui.ui b/kmicromail/editaccountsui.ui
index d86f145..c8bbc19 100644
--- a/kmicromail/editaccountsui.ui
+++ b/kmicromail/editaccountsui.ui
@@ -1,223 +1,224 @@
1<!DOCTYPE UI><UI> 1<!DOCTYPE UI><UI>
2<class>EditAccountsUI</class> 2<class>EditAccountsUI</class>
3<include location="local">tr.h</include>
3<widget> 4<widget>
4 <class>QDialog</class> 5 <class>QDialog</class>
5 <property stdset="1"> 6 <property stdset="1">
6 <name>name</name> 7 <name>name</name>
7 <cstring>EditAccountsUI</cstring> 8 <cstring>EditAccountsUI</cstring>
8 </property> 9 </property>
9 <property stdset="1"> 10 <property stdset="1">
10 <name>geometry</name> 11 <name>geometry</name>
11 <rect> 12 <rect>
12 <x>0</x> 13 <x>0</x>
13 <y>0</y> 14 <y>0</y>
14 <width>260</width> 15 <width>260</width>
15 <height>320</height> 16 <height>320</height>
16 </rect> 17 </rect>
17 </property> 18 </property>
18 <property stdset="1"> 19 <property stdset="1">
19 <name>caption</name> 20 <name>caption</name>
20 <string>Configure Accounts</string> 21 <string>Configure Accounts</string>
21 </property> 22 </property>
22 <property> 23 <property>
23 <name>layoutMargin</name> 24 <name>layoutMargin</name>
24 </property> 25 </property>
25 <property> 26 <property>
26 <name>layoutSpacing</name> 27 <name>layoutSpacing</name>
27 </property> 28 </property>
28 <vbox> 29 <vbox>
29 <property stdset="1"> 30 <property stdset="1">
30 <name>margin</name> 31 <name>margin</name>
31 <number>0</number> 32 <number>0</number>
32 </property> 33 </property>
33 <property stdset="1"> 34 <property stdset="1">
34 <name>spacing</name> 35 <name>spacing</name>
35 <number>0</number> 36 <number>0</number>
36 </property> 37 </property>
37 <widget> 38 <widget>
38 <class>QTabWidget</class> 39 <class>QTabWidget</class>
39 <property stdset="1"> 40 <property stdset="1">
40 <name>name</name> 41 <name>name</name>
41 <cstring>configTab</cstring> 42 <cstring>configTab</cstring>
42 </property> 43 </property>
43 <property> 44 <property>
44 <name>layoutMargin</name> 45 <name>layoutMargin</name>
45 </property> 46 </property>
46 <property> 47 <property>
47 <name>layoutSpacing</name> 48 <name>layoutSpacing</name>
48 </property> 49 </property>
49 <widget> 50 <widget>
50 <class>QWidget</class> 51 <class>QWidget</class>
51 <property stdset="1"> 52 <property stdset="1">
52 <name>name</name> 53 <name>name</name>
53 <cstring>mailTab</cstring> 54 <cstring>mailTab</cstring>
54 </property> 55 </property>
55 <attribute> 56 <attribute>
56 <name>title</name> 57 <name>title</name>
57 <string>Mail</string> 58 <string>Mail</string>
58 </attribute> 59 </attribute>
59 <grid> 60 <grid>
60 <property stdset="1"> 61 <property stdset="1">
61 <name>margin</name> 62 <name>margin</name>
62 <number>4</number> 63 <number>4</number>
63 </property> 64 </property>
64 <property stdset="1"> 65 <property stdset="1">
65 <name>spacing</name> 66 <name>spacing</name>
66 <number>3</number> 67 <number>3</number>
67 </property> 68 </property>
68 <widget row="1" column="2" > 69 <widget row="1" column="2" >
69 <class>QPushButton</class> 70 <class>QPushButton</class>
70 <property stdset="1"> 71 <property stdset="1">
71 <name>name</name> 72 <name>name</name>
72 <cstring>deleteMail</cstring> 73 <cstring>deleteMail</cstring>
73 </property> 74 </property>
74 <property stdset="1"> 75 <property stdset="1">
75 <name>text</name> 76 <name>text</name>
76 <string>Delete</string> 77 <string>Delete</string>
77 </property> 78 </property>
78 </widget> 79 </widget>
79 <widget row="1" column="0" > 80 <widget row="1" column="0" >
80 <class>QPushButton</class> 81 <class>QPushButton</class>
81 <property stdset="1"> 82 <property stdset="1">
82 <name>name</name> 83 <name>name</name>
83 <cstring>newMail</cstring> 84 <cstring>newMail</cstring>
84 </property> 85 </property>
85 <property stdset="1"> 86 <property stdset="1">
86 <name>text</name> 87 <name>text</name>
87 <string>New</string> 88 <string>New</string>
88 </property> 89 </property>
89 </widget> 90 </widget>
90 <widget row="0" column="0" rowspan="1" colspan="3" > 91 <widget row="0" column="0" rowspan="1" colspan="3" >
91 <class>QListView</class> 92 <class>QListView</class>
92 <property stdset="1"> 93 <property stdset="1">
93 <name>name</name> 94 <name>name</name>
94 <cstring>mailList</cstring> 95 <cstring>mailList</cstring>
95 </property> 96 </property>
96 <property stdset="1"> 97 <property stdset="1">
97 <name>sizePolicy</name> 98 <name>sizePolicy</name>
98 <sizepolicy> 99 <sizepolicy>
99 <hsizetype>7</hsizetype> 100 <hsizetype>7</hsizetype>
100 <vsizetype>7</vsizetype> 101 <vsizetype>7</vsizetype>
101 </sizepolicy> 102 </sizepolicy>
102 </property> 103 </property>
103 <property stdset="1"> 104 <property stdset="1">
104 <name>resizePolicy</name> 105 <name>resizePolicy</name>
105 <enum>Manual</enum> 106 <enum>Manual</enum>
106 </property> 107 </property>
107 <property stdset="1"> 108 <property stdset="1">
108 <name>allColumnsShowFocus</name> 109 <name>allColumnsShowFocus</name>
109 <bool>true</bool> 110 <bool>true</bool>
110 </property> 111 </property>
111 <property stdset="1"> 112 <property stdset="1">
112 <name>showSortIndicator</name> 113 <name>showSortIndicator</name>
113 <bool>true</bool> 114 <bool>true</bool>
114 </property> 115 </property>
115 <property> 116 <property>
116 <name>toolTip</name> 117 <name>toolTip</name>
117 <string>Name of the Account</string> 118 <string>Name of the Account</string>
118 </property> 119 </property>
119 </widget> 120 </widget>
120 <widget row="1" column="1" > 121 <widget row="1" column="1" >
121 <class>QPushButton</class> 122 <class>QPushButton</class>
122 <property stdset="1"> 123 <property stdset="1">
123 <name>name</name> 124 <name>name</name>
124 <cstring>editMail</cstring> 125 <cstring>editMail</cstring>
125 </property> 126 </property>
126 <property stdset="1"> 127 <property stdset="1">
127 <name>text</name> 128 <name>text</name>
128 <string>Edit</string> 129 <string>Edit</string>
129 </property> 130 </property>
130 </widget> 131 </widget>
131 </grid> 132 </grid>
132 </widget> 133 </widget>
133 <widget> 134 <widget>
134 <class>QWidget</class> 135 <class>QWidget</class>
135 <property stdset="1"> 136 <property stdset="1">
136 <name>name</name> 137 <name>name</name>
137 <cstring>newsTab</cstring> 138 <cstring>newsTab</cstring>
138 </property> 139 </property>
139 <attribute> 140 <attribute>
140 <name>title</name> 141 <name>title</name>
141 <string>News</string> 142 <string>News</string>
142 </attribute> 143 </attribute>
143 <grid> 144 <grid>
144 <property stdset="1"> 145 <property stdset="1">
145 <name>margin</name> 146 <name>margin</name>
146 <number>4</number> 147 <number>4</number>
147 </property> 148 </property>
148 <property stdset="1"> 149 <property stdset="1">
149 <name>spacing</name> 150 <name>spacing</name>
150 <number>3</number> 151 <number>3</number>
151 </property> 152 </property>
152 <widget row="1" column="2" > 153 <widget row="1" column="2" >
153 <class>QPushButton</class> 154 <class>QPushButton</class>
154 <property stdset="1"> 155 <property stdset="1">
155 <name>name</name> 156 <name>name</name>
156 <cstring>deleteNews</cstring> 157 <cstring>deleteNews</cstring>
157 </property> 158 </property>
158 <property stdset="1"> 159 <property stdset="1">
159 <name>sizePolicy</name> 160 <name>sizePolicy</name>
160 <sizepolicy> 161 <sizepolicy>
161 <hsizetype>1</hsizetype> 162 <hsizetype>1</hsizetype>
162 <vsizetype>0</vsizetype> 163 <vsizetype>0</vsizetype>
163 </sizepolicy> 164 </sizepolicy>
164 </property> 165 </property>
165 <property stdset="1"> 166 <property stdset="1">
166 <name>text</name> 167 <name>text</name>
167 <string>Delete</string> 168 <string>Delete</string>
168 </property> 169 </property>
169 </widget> 170 </widget>
170 <widget row="1" column="1" > 171 <widget row="1" column="1" >
171 <class>QPushButton</class> 172 <class>QPushButton</class>
172 <property stdset="1"> 173 <property stdset="1">
173 <name>name</name> 174 <name>name</name>
174 <cstring>editNews</cstring> 175 <cstring>editNews</cstring>
175 </property> 176 </property>
176 <property stdset="1"> 177 <property stdset="1">
177 <name>text</name> 178 <name>text</name>
178 <string>Edit</string> 179 <string>Edit</string>
179 </property> 180 </property>
180 </widget> 181 </widget>
181 <widget row="0" column="0" rowspan="1" colspan="3" > 182 <widget row="0" column="0" rowspan="1" colspan="3" >
182 <class>QListView</class> 183 <class>QListView</class>
183 <property stdset="1"> 184 <property stdset="1">
184 <name>name</name> 185 <name>name</name>
185 <cstring>newsList</cstring> 186 <cstring>newsList</cstring>
186 </property> 187 </property>
187 <property stdset="1"> 188 <property stdset="1">
188 <name>allColumnsShowFocus</name> 189 <name>allColumnsShowFocus</name>
189 <bool>true</bool> 190 <bool>true</bool>
190 </property> 191 </property>
191 <property stdset="1"> 192 <property stdset="1">
192 <name>showSortIndicator</name> 193 <name>showSortIndicator</name>
193 <bool>true</bool> 194 <bool>true</bool>
194 </property> 195 </property>
195 </widget> 196 </widget>
196 <widget row="1" column="0" > 197 <widget row="1" column="0" >
197 <class>QPushButton</class> 198 <class>QPushButton</class>
198 <property stdset="1"> 199 <property stdset="1">
199 <name>name</name> 200 <name>name</name>
200 <cstring>newNews</cstring> 201 <cstring>newNews</cstring>
201 </property> 202 </property>
202 <property stdset="1"> 203 <property stdset="1">
203 <name>text</name> 204 <name>text</name>
204 <string>New</string> 205 <string>New</string>
205 </property> 206 </property>
206 </widget> 207 </widget>
207 </grid> 208 </grid>
208 </widget> 209 </widget>
209 </widget> 210 </widget>
210 </vbox> 211 </vbox>
211</widget> 212</widget>
212<tabstops> 213<tabstops>
213 <tabstop>mailList</tabstop> 214 <tabstop>mailList</tabstop>
214 <tabstop>newMail</tabstop> 215 <tabstop>newMail</tabstop>
215 <tabstop>editMail</tabstop> 216 <tabstop>editMail</tabstop>
216 <tabstop>deleteMail</tabstop> 217 <tabstop>deleteMail</tabstop>
217 <tabstop>configTab</tabstop> 218 <tabstop>configTab</tabstop>
218 <tabstop>newsList</tabstop> 219 <tabstop>newsList</tabstop>
219 <tabstop>newNews</tabstop> 220 <tabstop>newNews</tabstop>
220 <tabstop>editNews</tabstop> 221 <tabstop>editNews</tabstop>
221 <tabstop>deleteNews</tabstop> 222 <tabstop>deleteNews</tabstop>
222</tabstops> 223</tabstops>
223</UI> 224</UI>
diff --git a/kmicromail/imapconfigui.ui b/kmicromail/imapconfigui.ui
index d24c9ea..0ed7a1c 100644
--- a/kmicromail/imapconfigui.ui
+++ b/kmicromail/imapconfigui.ui
@@ -1,475 +1,476 @@
1<!DOCTYPE UI><UI> 1<!DOCTYPE UI><UI>
2<class>IMAPconfigUI</class> 2<class>IMAPconfigUI</class>
3<include location="local">tr.h</include>
3<widget> 4<widget>
4 <class>QDialog</class> 5 <class>QDialog</class>
5 <property stdset="1"> 6 <property stdset="1">
6 <name>name</name> 7 <name>name</name>
7 <cstring>IMAPconfigUI</cstring> 8 <cstring>IMAPconfigUI</cstring>
8 </property> 9 </property>
9 <property stdset="1"> 10 <property stdset="1">
10 <name>geometry</name> 11 <name>geometry</name>
11 <rect> 12 <rect>
12 <x>0</x> 13 <x>0</x>
13 <y>0</y> 14 <y>0</y>
14 <width>269</width> 15 <width>269</width>
15 <height>388</height> 16 <height>388</height>
16 </rect> 17 </rect>
17 </property> 18 </property>
18 <property stdset="1"> 19 <property stdset="1">
19 <name>caption</name> 20 <name>caption</name>
20 <string>Configure IMAP</string> 21 <string>Configure IMAP</string>
21 </property> 22 </property>
22 <property> 23 <property>
23 <name>layoutMargin</name> 24 <name>layoutMargin</name>
24 </property> 25 </property>
25 <property> 26 <property>
26 <name>layoutSpacing</name> 27 <name>layoutSpacing</name>
27 </property> 28 </property>
28 <vbox> 29 <vbox>
29 <property stdset="1"> 30 <property stdset="1">
30 <name>margin</name> 31 <name>margin</name>
31 <number>3</number> 32 <number>3</number>
32 </property> 33 </property>
33 <property stdset="1"> 34 <property stdset="1">
34 <name>spacing</name> 35 <name>spacing</name>
35 <number>1</number> 36 <number>1</number>
36 </property> 37 </property>
37 <widget> 38 <widget>
38 <class>QLayoutWidget</class> 39 <class>QLayoutWidget</class>
39 <property stdset="1"> 40 <property stdset="1">
40 <name>name</name> 41 <name>name</name>
41 <cstring>Layout22</cstring> 42 <cstring>Layout22</cstring>
42 </property> 43 </property>
43 <hbox> 44 <hbox>
44 <property stdset="1"> 45 <property stdset="1">
45 <name>margin</name> 46 <name>margin</name>
46 <number>0</number> 47 <number>0</number>
47 </property> 48 </property>
48 <property stdset="1"> 49 <property stdset="1">
49 <name>spacing</name> 50 <name>spacing</name>
50 <number>6</number> 51 <number>6</number>
51 </property> 52 </property>
52 <widget> 53 <widget>
53 <class>QLabel</class> 54 <class>QLabel</class>
54 <property stdset="1"> 55 <property stdset="1">
55 <name>name</name> 56 <name>name</name>
56 <cstring>accountLabel</cstring> 57 <cstring>accountLabel</cstring>
57 </property> 58 </property>
58 <property stdset="1"> 59 <property stdset="1">
59 <name>text</name> 60 <name>text</name>
60 <string>Account</string> 61 <string>Account</string>
61 </property> 62 </property>
62 </widget> 63 </widget>
63 <widget> 64 <widget>
64 <class>QLineEdit</class> 65 <class>QLineEdit</class>
65 <property stdset="1"> 66 <property stdset="1">
66 <name>name</name> 67 <name>name</name>
67 <cstring>accountLine</cstring> 68 <cstring>accountLine</cstring>
68 </property> 69 </property>
69 <property> 70 <property>
70 <name>toolTip</name> 71 <name>toolTip</name>
71 <string>Name of the Account</string> 72 <string>Name of the Account</string>
72 </property> 73 </property>
73 </widget> 74 </widget>
74 </hbox> 75 </hbox>
75 </widget> 76 </widget>
76 <widget> 77 <widget>
77 <class>Line</class> 78 <class>Line</class>
78 <property stdset="1"> 79 <property stdset="1">
79 <name>name</name> 80 <name>name</name>
80 <cstring>line1</cstring> 81 <cstring>line1</cstring>
81 </property> 82 </property>
82 <property stdset="1"> 83 <property stdset="1">
83 <name>orientation</name> 84 <name>orientation</name>
84 <enum>Horizontal</enum> 85 <enum>Horizontal</enum>
85 </property> 86 </property>
86 </widget> 87 </widget>
87 <widget> 88 <widget>
88 <class>QLayoutWidget</class> 89 <class>QLayoutWidget</class>
89 <property stdset="1"> 90 <property stdset="1">
90 <name>name</name> 91 <name>name</name>
91 <cstring>Layout23</cstring> 92 <cstring>Layout23</cstring>
92 </property> 93 </property>
93 <hbox> 94 <hbox>
94 <property stdset="1"> 95 <property stdset="1">
95 <name>margin</name> 96 <name>margin</name>
96 <number>0</number> 97 <number>0</number>
97 </property> 98 </property>
98 <property stdset="1"> 99 <property stdset="1">
99 <name>spacing</name> 100 <name>spacing</name>
100 <number>6</number> 101 <number>6</number>
101 </property> 102 </property>
102 <widget> 103 <widget>
103 <class>QLabel</class> 104 <class>QLabel</class>
104 <property stdset="1"> 105 <property stdset="1">
105 <name>name</name> 106 <name>name</name>
106 <cstring>serverLabel</cstring> 107 <cstring>serverLabel</cstring>
107 </property> 108 </property>
108 <property stdset="1"> 109 <property stdset="1">
109 <name>text</name> 110 <name>text</name>
110 <string>Server</string> 111 <string>Server</string>
111 </property> 112 </property>
112 </widget> 113 </widget>
113 <widget> 114 <widget>
114 <class>QLineEdit</class> 115 <class>QLineEdit</class>
115 <property stdset="1"> 116 <property stdset="1">
116 <name>name</name> 117 <name>name</name>
117 <cstring>serverLine</cstring> 118 <cstring>serverLine</cstring>
118 </property> 119 </property>
119 </widget> 120 </widget>
120 </hbox> 121 </hbox>
121 </widget> 122 </widget>
122 <widget> 123 <widget>
123 <class>QLayoutWidget</class> 124 <class>QLayoutWidget</class>
124 <property stdset="1"> 125 <property stdset="1">
125 <name>name</name> 126 <name>name</name>
126 <cstring>Layout24</cstring> 127 <cstring>Layout24</cstring>
127 </property> 128 </property>
128 <hbox> 129 <hbox>
129 <property stdset="1"> 130 <property stdset="1">
130 <name>margin</name> 131 <name>margin</name>
131 <number>0</number> 132 <number>0</number>
132 </property> 133 </property>
133 <property stdset="1"> 134 <property stdset="1">
134 <name>spacing</name> 135 <name>spacing</name>
135 <number>6</number> 136 <number>6</number>
136 </property> 137 </property>
137 <widget> 138 <widget>
138 <class>QLabel</class> 139 <class>QLabel</class>
139 <property stdset="1"> 140 <property stdset="1">
140 <name>name</name> 141 <name>name</name>
141 <cstring>portLabel</cstring> 142 <cstring>portLabel</cstring>
142 </property> 143 </property>
143 <property stdset="1"> 144 <property stdset="1">
144 <name>text</name> 145 <name>text</name>
145 <string>Port</string> 146 <string>Port</string>
146 </property> 147 </property>
147 </widget> 148 </widget>
148 <widget> 149 <widget>
149 <class>QLineEdit</class> 150 <class>QLineEdit</class>
150 <property stdset="1"> 151 <property stdset="1">
151 <name>name</name> 152 <name>name</name>
152 <cstring>portLine</cstring> 153 <cstring>portLine</cstring>
153 </property> 154 </property>
154 </widget> 155 </widget>
155 </hbox> 156 </hbox>
156 </widget> 157 </widget>
157 <widget> 158 <widget>
158 <class>QLayoutWidget</class> 159 <class>QLayoutWidget</class>
159 <property stdset="1"> 160 <property stdset="1">
160 <name>name</name> 161 <name>name</name>
161 <cstring>Layout16</cstring> 162 <cstring>Layout16</cstring>
162 </property> 163 </property>
163 <vbox> 164 <vbox>
164 <property stdset="1"> 165 <property stdset="1">
165 <name>margin</name> 166 <name>margin</name>
166 <number>0</number> 167 <number>0</number>
167 </property> 168 </property>
168 <property stdset="1"> 169 <property stdset="1">
169 <name>spacing</name> 170 <name>spacing</name>
170 <number>6</number> 171 <number>6</number>
171 </property> 172 </property>
172 <widget> 173 <widget>
173 <class>QLabel</class> 174 <class>QLabel</class>
174 <property stdset="1"> 175 <property stdset="1">
175 <name>name</name> 176 <name>name</name>
176 <cstring>TextLabel1</cstring> 177 <cstring>TextLabel1</cstring>
177 </property> 178 </property>
178 <property stdset="1"> 179 <property stdset="1">
179 <name>text</name> 180 <name>text</name>
180 <string>Use secure sockets:</string> 181 <string>Use secure sockets:</string>
181 </property> 182 </property>
182 </widget> 183 </widget>
183 <widget> 184 <widget>
184 <class>QComboBox</class> 185 <class>QComboBox</class>
185 <property stdset="1"> 186 <property stdset="1">
186 <name>name</name> 187 <name>name</name>
187 <cstring>ComboBox1</cstring> 188 <cstring>ComboBox1</cstring>
188 </property> 189 </property>
189 </widget> 190 </widget>
190 <widget> 191 <widget>
191 <class>QLineEdit</class> 192 <class>QLineEdit</class>
192 <property stdset="1"> 193 <property stdset="1">
193 <name>name</name> 194 <name>name</name>
194 <cstring>CommandEdit</cstring> 195 <cstring>CommandEdit</cstring>
195 </property> 196 </property>
196 <property stdset="1"> 197 <property stdset="1">
197 <name>text</name> 198 <name>text</name>
198 <string>ssh $SERVER exec</string> 199 <string>ssh $SERVER exec</string>
199 </property> 200 </property>
200 </widget> 201 </widget>
201 </vbox> 202 </vbox>
202 </widget> 203 </widget>
203 <widget> 204 <widget>
204 <class>Line</class> 205 <class>Line</class>
205 <property stdset="1"> 206 <property stdset="1">
206 <name>name</name> 207 <name>name</name>
207 <cstring>line2</cstring> 208 <cstring>line2</cstring>
208 </property> 209 </property>
209 <property stdset="1"> 210 <property stdset="1">
210 <name>enabled</name> 211 <name>enabled</name>
211 <bool>true</bool> 212 <bool>true</bool>
212 </property> 213 </property>
213 <property stdset="1"> 214 <property stdset="1">
214 <name>caption</name> 215 <name>caption</name>
215 <string></string> 216 <string></string>
216 </property> 217 </property>
217 <property stdset="1"> 218 <property stdset="1">
218 <name>orientation</name> 219 <name>orientation</name>
219 <enum>Horizontal</enum> 220 <enum>Horizontal</enum>
220 </property> 221 </property>
221 <property> 222 <property>
222 <name>layoutMargin</name> 223 <name>layoutMargin</name>
223 </property> 224 </property>
224 <property> 225 <property>
225 <name>layoutSpacing</name> 226 <name>layoutSpacing</name>
226 </property> 227 </property>
227 </widget> 228 </widget>
228 <widget> 229 <widget>
229 <class>QLayoutWidget</class> 230 <class>QLayoutWidget</class>
230 <property stdset="1"> 231 <property stdset="1">
231 <name>name</name> 232 <name>name</name>
232 <cstring>Layout25</cstring> 233 <cstring>Layout25</cstring>
233 </property> 234 </property>
234 <hbox> 235 <hbox>
235 <property stdset="1"> 236 <property stdset="1">
236 <name>margin</name> 237 <name>margin</name>
237 <number>0</number> 238 <number>0</number>
238 </property> 239 </property>
239 <property stdset="1"> 240 <property stdset="1">
240 <name>spacing</name> 241 <name>spacing</name>
241 <number>6</number> 242 <number>6</number>
242 </property> 243 </property>
243 <widget> 244 <widget>
244 <class>QLabel</class> 245 <class>QLabel</class>
245 <property stdset="1"> 246 <property stdset="1">
246 <name>name</name> 247 <name>name</name>
247 <cstring>userLabel</cstring> 248 <cstring>userLabel</cstring>
248 </property> 249 </property>
249 <property stdset="1"> 250 <property stdset="1">
250 <name>text</name> 251 <name>text</name>
251 <string>User</string> 252 <string>User</string>
252 </property> 253 </property>
253 </widget> 254 </widget>
254 <widget> 255 <widget>
255 <class>QLineEdit</class> 256 <class>QLineEdit</class>
256 <property stdset="1"> 257 <property stdset="1">
257 <name>name</name> 258 <name>name</name>
258 <cstring>userLine</cstring> 259 <cstring>userLine</cstring>
259 </property> 260 </property>
260 </widget> 261 </widget>
261 </hbox> 262 </hbox>
262 </widget> 263 </widget>
263 <widget> 264 <widget>
264 <class>QLayoutWidget</class> 265 <class>QLayoutWidget</class>
265 <property stdset="1"> 266 <property stdset="1">
266 <name>name</name> 267 <name>name</name>
267 <cstring>Layout26</cstring> 268 <cstring>Layout26</cstring>
268 </property> 269 </property>
269 <hbox> 270 <hbox>
270 <property stdset="1"> 271 <property stdset="1">
271 <name>margin</name> 272 <name>margin</name>
272 <number>0</number> 273 <number>0</number>
273 </property> 274 </property>
274 <property stdset="1"> 275 <property stdset="1">
275 <name>spacing</name> 276 <name>spacing</name>
276 <number>6</number> 277 <number>6</number>
277 </property> 278 </property>
278 <widget> 279 <widget>
279 <class>QLabel</class> 280 <class>QLabel</class>
280 <property stdset="1"> 281 <property stdset="1">
281 <name>name</name> 282 <name>name</name>
282 <cstring>passLabel</cstring> 283 <cstring>passLabel</cstring>
283 </property> 284 </property>
284 <property stdset="1"> 285 <property stdset="1">
285 <name>text</name> 286 <name>text</name>
286 <string>Password</string> 287 <string>Password</string>
287 </property> 288 </property>
288 </widget> 289 </widget>
289 <widget> 290 <widget>
290 <class>QLineEdit</class> 291 <class>QLineEdit</class>
291 <property stdset="1"> 292 <property stdset="1">
292 <name>name</name> 293 <name>name</name>
293 <cstring>passLine</cstring> 294 <cstring>passLine</cstring>
294 </property> 295 </property>
295 <property stdset="1"> 296 <property stdset="1">
296 <name>echoMode</name> 297 <name>echoMode</name>
297 <enum>Password</enum> 298 <enum>Password</enum>
298 </property> 299 </property>
299 </widget> 300 </widget>
300 </hbox> 301 </hbox>
301 </widget> 302 </widget>
302 <widget> 303 <widget>
303 <class>Line</class> 304 <class>Line</class>
304 <property stdset="1"> 305 <property stdset="1">
305 <name>name</name> 306 <name>name</name>
306 <cstring>Line3</cstring> 307 <cstring>Line3</cstring>
307 </property> 308 </property>
308 <property stdset="1"> 309 <property stdset="1">
309 <name>orientation</name> 310 <name>orientation</name>
310 <enum>Horizontal</enum> 311 <enum>Horizontal</enum>
311 </property> 312 </property>
312 </widget> 313 </widget>
313 <widget> 314 <widget>
314 <class>QLayoutWidget</class> 315 <class>QLayoutWidget</class>
315 <property stdset="1"> 316 <property stdset="1">
316 <name>name</name> 317 <name>name</name>
317 <cstring>Layout27</cstring> 318 <cstring>Layout27</cstring>
318 </property> 319 </property>
319 <hbox> 320 <hbox>
320 <property stdset="1"> 321 <property stdset="1">
321 <name>margin</name> 322 <name>margin</name>
322 <number>0</number> 323 <number>0</number>
323 </property> 324 </property>
324 <property stdset="1"> 325 <property stdset="1">
325 <name>spacing</name> 326 <name>spacing</name>
326 <number>6</number> 327 <number>6</number>
327 </property> 328 </property>
328 <widget> 329 <widget>
329 <class>QLabel</class> 330 <class>QLabel</class>
330 <property stdset="1"> 331 <property stdset="1">
331 <name>name</name> 332 <name>name</name>
332 <cstring>prefixLabel</cstring> 333 <cstring>prefixLabel</cstring>
333 </property> 334 </property>
334 <property stdset="1"> 335 <property stdset="1">
335 <name>text</name> 336 <name>text</name>
336 <string>Prefix</string> 337 <string>Prefix</string>
337 </property> 338 </property>
338 </widget> 339 </widget>
339 <widget> 340 <widget>
340 <class>QLineEdit</class> 341 <class>QLineEdit</class>
341 <property stdset="1"> 342 <property stdset="1">
342 <name>name</name> 343 <name>name</name>
343 <cstring>prefixLine</cstring> 344 <cstring>prefixLine</cstring>
344 </property> 345 </property>
345 </widget> 346 </widget>
346 </hbox> 347 </hbox>
347 </widget> 348 </widget>
348 <widget> 349 <widget>
349 <class>QLayoutWidget</class> 350 <class>QLayoutWidget</class>
350 <property stdset="1"> 351 <property stdset="1">
351 <name>name</name> 352 <name>name</name>
352 <cstring>Layout11</cstring> 353 <cstring>Layout11</cstring>
353 </property> 354 </property>
354 <hbox> 355 <hbox>
355 <property stdset="1"> 356 <property stdset="1">
356 <name>margin</name> 357 <name>margin</name>
357 <number>0</number> 358 <number>0</number>
358 </property> 359 </property>
359 <property stdset="1"> 360 <property stdset="1">
360 <name>spacing</name> 361 <name>spacing</name>
361 <number>6</number> 362 <number>6</number>
362 </property> 363 </property>
363 <widget> 364 <widget>
364 <class>QLabel</class> 365 <class>QLabel</class>
365 <property stdset="1"> 366 <property stdset="1">
366 <name>name</name> 367 <name>name</name>
367 <cstring>TextLabel1_2</cstring> 368 <cstring>TextLabel1_2</cstring>
368 </property> 369 </property>
369 <property stdset="1"> 370 <property stdset="1">
370 <name>text</name> 371 <name>text</name>
371 <string>Local storage folder:</string> 372 <string>Local storage folder:</string>
372 </property> 373 </property>
373 </widget> 374 </widget>
374 <widget> 375 <widget>
375 <class>QLineEdit</class> 376 <class>QLineEdit</class>
376 <property stdset="1"> 377 <property stdset="1">
377 <name>name</name> 378 <name>name</name>
378 <cstring>localFolder</cstring> 379 <cstring>localFolder</cstring>
379 </property> 380 </property>
380 <property stdset="1"> 381 <property stdset="1">
381 <name>text</name> 382 <name>text</name>
382 <string></string> 383 <string></string>
383 </property> 384 </property>
384 </widget> 385 </widget>
385 </hbox> 386 </hbox>
386 </widget> 387 </widget>
387 <widget> 388 <widget>
388 <class>QLayoutWidget</class> 389 <class>QLayoutWidget</class>
389 <property stdset="1"> 390 <property stdset="1">
390 <name>name</name> 391 <name>name</name>
391 <cstring>Layout12</cstring> 392 <cstring>Layout12</cstring>
392 </property> 393 </property>
393 <hbox> 394 <hbox>
394 <property stdset="1"> 395 <property stdset="1">
395 <name>margin</name> 396 <name>margin</name>
396 <number>0</number> 397 <number>0</number>
397 </property> 398 </property>
398 <property stdset="1"> 399 <property stdset="1">
399 <name>spacing</name> 400 <name>spacing</name>
400 <number>6</number> 401 <number>6</number>
401 </property> 402 </property>
402 <widget> 403 <widget>
403 <class>QCheckBox</class> 404 <class>QCheckBox</class>
404 <property stdset="1"> 405 <property stdset="1">
405 <name>name</name> 406 <name>name</name>
406 <cstring>CheckBoxDown</cstring> 407 <cstring>CheckBoxDown</cstring>
407 </property> 408 </property>
408 <property stdset="1"> 409 <property stdset="1">
409 <name>text</name> 410 <name>text</name>
410 <string>Get only messages smaller</string> 411 <string>Get only messages smaller</string>
411 </property> 412 </property>
412 </widget> 413 </widget>
413 <widget> 414 <widget>
414 <class>QSpinBox</class> 415 <class>QSpinBox</class>
415 <property stdset="1"> 416 <property stdset="1">
416 <name>name</name> 417 <name>name</name>
417 <cstring>SpinBoxDown</cstring> 418 <cstring>SpinBoxDown</cstring>
418 </property> 419 </property>
419 <property stdset="1"> 420 <property stdset="1">
420 <name>suffix</name> 421 <name>suffix</name>
421 <string>kB</string> 422 <string>kB</string>
422 </property> 423 </property>
423 <property stdset="1"> 424 <property stdset="1">
424 <name>maxValue</name> 425 <name>maxValue</name>
425 <number>99999</number> 426 <number>99999</number>
426 </property> 427 </property>
427 <property stdset="1"> 428 <property stdset="1">
428 <name>minValue</name> 429 <name>minValue</name>
429 <number>1</number> 430 <number>1</number>
430 </property> 431 </property>
431 </widget> 432 </widget>
432 </hbox> 433 </hbox>
433 </widget> 434 </widget>
434 <widget> 435 <widget>
435 <class>QCheckBox</class> 436 <class>QCheckBox</class>
436 <property stdset="1"> 437 <property stdset="1">
437 <name>name</name> 438 <name>name</name>
438 <cstring>CheckBoxLeaveOn</cstring> 439 <cstring>CheckBoxLeaveOn</cstring>
439 </property> 440 </property>
440 <property stdset="1"> 441 <property stdset="1">
441 <name>text</name> 442 <name>text</name>
442 <string>Leave Messages on Server</string> 443 <string>Leave Messages on Server</string>
443 </property> 444 </property>
444 </widget> 445 </widget>
445 <spacer> 446 <spacer>
446 <property> 447 <property>
447 <name>name</name> 448 <name>name</name>
448 <cstring>spacer</cstring> 449 <cstring>spacer</cstring>
449 </property> 450 </property>
450 <property stdset="1"> 451 <property stdset="1">
451 <name>orientation</name> 452 <name>orientation</name>
452 <enum>Vertical</enum> 453 <enum>Vertical</enum>
453 </property> 454 </property>
454 <property stdset="1"> 455 <property stdset="1">
455 <name>sizeType</name> 456 <name>sizeType</name>
456 <enum>Expanding</enum> 457 <enum>Expanding</enum>
457 </property> 458 </property>
458 <property> 459 <property>
459 <name>sizeHint</name> 460 <name>sizeHint</name>
460 <size> 461 <size>
461 <width>20</width> 462 <width>20</width>
462 <height>20</height> 463 <height>20</height>
463 </size> 464 </size>
464 </property> 465 </property>
465 </spacer> 466 </spacer>
466 </vbox> 467 </vbox>
467</widget> 468</widget>
468<tabstops> 469<tabstops>
469 <tabstop>accountLine</tabstop> 470 <tabstop>accountLine</tabstop>
470 <tabstop>serverLine</tabstop> 471 <tabstop>serverLine</tabstop>
471 <tabstop>portLine</tabstop> 472 <tabstop>portLine</tabstop>
472 <tabstop>userLine</tabstop> 473 <tabstop>userLine</tabstop>
473 <tabstop>passLine</tabstop> 474 <tabstop>passLine</tabstop>
474</tabstops> 475</tabstops>
475</UI> 476</UI>
diff --git a/kmicromail/newmaildirui.ui b/kmicromail/newmaildirui.ui
index 72b2d04..2ffb25c 100644
--- a/kmicromail/newmaildirui.ui
+++ b/kmicromail/newmaildirui.ui
@@ -1,100 +1,101 @@
1<!DOCTYPE UI><UI> 1<!DOCTYPE UI><UI>
2<class>Newmdirdlgui</class> 2<class>Newmdirdlgui</class>
3<include location="local">tr.h</include>
3<widget> 4<widget>
4 <class>QDialog</class> 5 <class>QDialog</class>
5 <property stdset="1"> 6 <property stdset="1">
6 <name>name</name> 7 <name>name</name>
7 <cstring>newmdirdlg</cstring> 8 <cstring>newmdirdlg</cstring>
8 </property> 9 </property>
9 <property stdset="1"> 10 <property stdset="1">
10 <name>geometry</name> 11 <name>geometry</name>
11 <rect> 12 <rect>
12 <x>0</x> 13 <x>0</x>
13 <y>0</y> 14 <y>0</y>
14 <width>223</width> 15 <width>223</width>
15 <height>110</height> 16 <height>110</height>
16 </rect> 17 </rect>
17 </property> 18 </property>
18 <property stdset="1"> 19 <property stdset="1">
19 <name>caption</name> 20 <name>caption</name>
20 <string>Enter directory name</string> 21 <string>Enter directory name</string>
21 </property> 22 </property>
22 <vbox> 23 <vbox>
23 <property stdset="1"> 24 <property stdset="1">
24 <name>margin</name> 25 <name>margin</name>
25 <number>11</number> 26 <number>11</number>
26 </property> 27 </property>
27 <property stdset="1"> 28 <property stdset="1">
28 <name>spacing</name> 29 <name>spacing</name>
29 <number>6</number> 30 <number>6</number>
30 </property> 31 </property>
31 <widget> 32 <widget>
32 <class>QLayoutWidget</class> 33 <class>QLayoutWidget</class>
33 <property stdset="1"> 34 <property stdset="1">
34 <name>name</name> 35 <name>name</name>
35 <cstring>Layout5</cstring> 36 <cstring>Layout5</cstring>
36 </property> 37 </property>
37 <grid> 38 <grid>
38 <property stdset="1"> 39 <property stdset="1">
39 <name>margin</name> 40 <name>margin</name>
40 <number>0</number> 41 <number>0</number>
41 </property> 42 </property>
42 <property stdset="1"> 43 <property stdset="1">
43 <name>spacing</name> 44 <name>spacing</name>
44 <number>6</number> 45 <number>6</number>
45 </property> 46 </property>
46 <widget row="0" column="0" > 47 <widget row="0" column="0" >
47 <class>QLabel</class> 48 <class>QLabel</class>
48 <property stdset="1"> 49 <property stdset="1">
49 <name>name</name> 50 <name>name</name>
50 <cstring>dirnameLabel</cstring> 51 <cstring>dirnameLabel</cstring>
51 </property> 52 </property>
52 <property stdset="1"> 53 <property stdset="1">
53 <name>text</name> 54 <name>text</name>
54 <string>Directory name:</string> 55 <string>Directory name:</string>
55 </property> 56 </property>
56 </widget> 57 </widget>
57 <widget row="0" column="1" > 58 <widget row="0" column="1" >
58 <class>QLineEdit</class> 59 <class>QLineEdit</class>
59 <property stdset="1"> 60 <property stdset="1">
60 <name>name</name> 61 <name>name</name>
61 <cstring>dirnameEdit</cstring> 62 <cstring>dirnameEdit</cstring>
62 </property> 63 </property>
63 </widget> 64 </widget>
64 </grid> 65 </grid>
65 </widget> 66 </widget>
66 <widget> 67 <widget>
67 <class>QCheckBox</class> 68 <class>QCheckBox</class>
68 <property stdset="1"> 69 <property stdset="1">
69 <name>name</name> 70 <name>name</name>
70 <cstring>subdirsPossibleBox</cstring> 71 <cstring>subdirsPossibleBox</cstring>
71 </property> 72 </property>
72 <property stdset="1"> 73 <property stdset="1">
73 <name>text</name> 74 <name>text</name>
74 <string>Directory contains other subdirs</string> 75 <string>Directory contains other subdirs</string>
75 </property> 76 </property>
76 </widget> 77 </widget>
77 <spacer> 78 <spacer>
78 <property> 79 <property>
79 <name>name</name> 80 <name>name</name>
80 <cstring>Spacer4</cstring> 81 <cstring>Spacer4</cstring>
81 </property> 82 </property>
82 <property stdset="1"> 83 <property stdset="1">
83 <name>orientation</name> 84 <name>orientation</name>
84 <enum>Vertical</enum> 85 <enum>Vertical</enum>
85 </property> 86 </property>
86 <property stdset="1"> 87 <property stdset="1">
87 <name>sizeType</name> 88 <name>sizeType</name>
88 <enum>Expanding</enum> 89 <enum>Expanding</enum>
89 </property> 90 </property>
90 <property> 91 <property>
91 <name>sizeHint</name> 92 <name>sizeHint</name>
92 <size> 93 <size>
93 <width>20</width> 94 <width>20</width>
94 <height>20</height> 95 <height>20</height>
95 </size> 96 </size>
96 </property> 97 </property>
97 </spacer> 98 </spacer>
98 </vbox> 99 </vbox>
99</widget> 100</widget>
100</UI> 101</UI>
diff --git a/kmicromail/nntpconfigui.ui b/kmicromail/nntpconfigui.ui
index 16ff6fc..95b1226 100644
--- a/kmicromail/nntpconfigui.ui
+++ b/kmicromail/nntpconfigui.ui
@@ -1,410 +1,411 @@
1<!DOCTYPE UI><UI> 1<!DOCTYPE UI><UI>
2<class>NNTPconfigUI</class> 2<class>NNTPconfigUI</class>
3<include location="local">tr.h</include>
3<widget> 4<widget>
4 <class>QDialog</class> 5 <class>QDialog</class>
5 <property stdset="1"> 6 <property stdset="1">
6 <name>name</name> 7 <name>name</name>
7 <cstring>NNTPconfigUI</cstring> 8 <cstring>NNTPconfigUI</cstring>
8 </property> 9 </property>
9 <property stdset="1"> 10 <property stdset="1">
10 <name>geometry</name> 11 <name>geometry</name>
11 <rect> 12 <rect>
12 <x>0</x> 13 <x>0</x>
13 <y>0</y> 14 <y>0</y>
14 <width>268</width> 15 <width>266</width>
15 <height>347</height> 16 <height>347</height>
16 </rect> 17 </rect>
17 </property> 18 </property>
18 <property stdset="1"> 19 <property stdset="1">
19 <name>caption</name> 20 <name>caption</name>
20 <string>Configure NNTP</string> 21 <string>Configure NNTP</string>
21 </property> 22 </property>
22 <property> 23 <property>
23 <name>layoutMargin</name> 24 <name>layoutMargin</name>
24 </property> 25 </property>
25 <property> 26 <property>
26 <name>layoutSpacing</name> 27 <name>layoutSpacing</name>
27 </property> 28 </property>
28 <vbox> 29 <vbox>
29 <property stdset="1"> 30 <property stdset="1">
30 <name>margin</name> 31 <name>margin</name>
31 <number>2</number> 32 <number>2</number>
32 </property> 33 </property>
33 <property stdset="1"> 34 <property stdset="1">
34 <name>spacing</name> 35 <name>spacing</name>
35 <number>3</number> 36 <number>3</number>
36 </property> 37 </property>
37 <widget> 38 <widget>
38 <class>QTabWidget</class> 39 <class>QTabWidget</class>
39 <property stdset="1"> 40 <property stdset="1">
40 <name>name</name> 41 <name>name</name>
41 <cstring>TabWidget2</cstring> 42 <cstring>TabWidget2</cstring>
42 </property> 43 </property>
43 <property> 44 <property>
44 <name>layoutMargin</name> 45 <name>layoutMargin</name>
45 </property> 46 </property>
46 <property> 47 <property>
47 <name>layoutSpacing</name> 48 <name>layoutSpacing</name>
48 </property> 49 </property>
49 <widget> 50 <widget>
50 <class>QWidget</class> 51 <class>QWidget</class>
51 <property stdset="1"> 52 <property stdset="1">
52 <name>name</name> 53 <name>name</name>
53 <cstring>tab</cstring> 54 <cstring>tab</cstring>
54 </property> 55 </property>
55 <attribute> 56 <attribute>
56 <name>title</name> 57 <name>title</name>
57 <string>Account</string> 58 <string>Account</string>
58 </attribute> 59 </attribute>
59 <grid> 60 <grid>
60 <property stdset="1"> 61 <property stdset="1">
61 <name>margin</name> 62 <name>margin</name>
62 <number>3</number> 63 <number>3</number>
63 </property> 64 </property>
64 <property stdset="1"> 65 <property stdset="1">
65 <name>spacing</name> 66 <name>spacing</name>
66 <number>3</number> 67 <number>3</number>
67 </property> 68 </property>
68 <widget row="2" column="1" > 69 <widget row="2" column="1" >
69 <class>QLineEdit</class> 70 <class>QLineEdit</class>
70 <property stdset="1"> 71 <property stdset="1">
71 <name>name</name> 72 <name>name</name>
72 <cstring>serverLine</cstring> 73 <cstring>serverLine</cstring>
73 </property> 74 </property>
74 </widget> 75 </widget>
75 <widget row="3" column="0" > 76 <widget row="3" column="0" >
76 <class>QLabel</class> 77 <class>QLabel</class>
77 <property stdset="1"> 78 <property stdset="1">
78 <name>name</name> 79 <name>name</name>
79 <cstring>portLabel</cstring> 80 <cstring>portLabel</cstring>
80 </property> 81 </property>
81 <property stdset="1"> 82 <property stdset="1">
82 <name>text</name> 83 <name>text</name>
83 <string>Port</string> 84 <string>Port</string>
84 </property> 85 </property>
85 </widget> 86 </widget>
86 <widget row="3" column="1" > 87 <widget row="3" column="1" >
87 <class>QLineEdit</class> 88 <class>QLineEdit</class>
88 <property stdset="1"> 89 <property stdset="1">
89 <name>name</name> 90 <name>name</name>
90 <cstring>portLine</cstring> 91 <cstring>portLine</cstring>
91 </property> 92 </property>
92 </widget> 93 </widget>
93 <widget row="0" column="1" > 94 <widget row="0" column="1" >
94 <class>QLineEdit</class> 95 <class>QLineEdit</class>
95 <property stdset="1"> 96 <property stdset="1">
96 <name>name</name> 97 <name>name</name>
97 <cstring>accountLine</cstring> 98 <cstring>accountLine</cstring>
98 </property> 99 </property>
99 <property> 100 <property>
100 <name>toolTip</name> 101 <name>toolTip</name>
101 <string>Name of the Account</string> 102 <string>Name of the Account</string>
102 </property> 103 </property>
103 </widget> 104 </widget>
104 <widget row="0" column="0" > 105 <widget row="0" column="0" >
105 <class>QLabel</class> 106 <class>QLabel</class>
106 <property stdset="1"> 107 <property stdset="1">
107 <name>name</name> 108 <name>name</name>
108 <cstring>accountLabel</cstring> 109 <cstring>accountLabel</cstring>
109 </property> 110 </property>
110 <property stdset="1"> 111 <property stdset="1">
111 <name>text</name> 112 <name>text</name>
112 <string>Account</string> 113 <string>Account</string>
113 </property> 114 </property>
114 </widget> 115 </widget>
115 <widget row="2" column="0" > 116 <widget row="2" column="0" >
116 <class>QLabel</class> 117 <class>QLabel</class>
117 <property stdset="1"> 118 <property stdset="1">
118 <name>name</name> 119 <name>name</name>
119 <cstring>serverLabel</cstring> 120 <cstring>serverLabel</cstring>
120 </property> 121 </property>
121 <property stdset="1"> 122 <property stdset="1">
122 <name>enabled</name> 123 <name>enabled</name>
123 <bool>true</bool> 124 <bool>true</bool>
124 </property> 125 </property>
125 <property stdset="1"> 126 <property stdset="1">
126 <name>caption</name> 127 <name>caption</name>
127 <string></string> 128 <string></string>
128 </property> 129 </property>
129 <property stdset="1"> 130 <property stdset="1">
130 <name>text</name> 131 <name>text</name>
131 <string>Server</string> 132 <string>Server</string>
132 </property> 133 </property>
133 <property> 134 <property>
134 <name>layoutMargin</name> 135 <name>layoutMargin</name>
135 </property> 136 </property>
136 <property> 137 <property>
137 <name>layoutSpacing</name> 138 <name>layoutSpacing</name>
138 </property> 139 </property>
139 </widget> 140 </widget>
140 <widget row="1" column="0" rowspan="1" colspan="2" > 141 <widget row="1" column="0" rowspan="1" colspan="2" >
141 <class>Line</class> 142 <class>Line</class>
142 <property stdset="1"> 143 <property stdset="1">
143 <name>name</name> 144 <name>name</name>
144 <cstring>line1</cstring> 145 <cstring>line1</cstring>
145 </property> 146 </property>
146 <property stdset="1"> 147 <property stdset="1">
147 <name>caption</name> 148 <name>caption</name>
148 <string></string> 149 <string></string>
149 </property> 150 </property>
150 <property stdset="1"> 151 <property stdset="1">
151 <name>orientation</name> 152 <name>orientation</name>
152 <enum>Horizontal</enum> 153 <enum>Horizontal</enum>
153 </property> 154 </property>
154 <property> 155 <property>
155 <name>layoutMargin</name> 156 <name>layoutMargin</name>
156 </property> 157 </property>
157 <property> 158 <property>
158 <name>layoutSpacing</name> 159 <name>layoutSpacing</name>
159 </property> 160 </property>
160 </widget> 161 </widget>
161 <widget row="4" column="1" > 162 <widget row="4" column="1" >
162 <class>QCheckBox</class> 163 <class>QCheckBox</class>
163 <property stdset="1"> 164 <property stdset="1">
164 <name>name</name> 165 <name>name</name>
165 <cstring>sslBox</cstring> 166 <cstring>sslBox</cstring>
166 </property> 167 </property>
167 <property stdset="1"> 168 <property stdset="1">
168 <name>text</name> 169 <name>text</name>
169 <string>Use SSL</string> 170 <string>Use SSL</string>
170 </property> 171 </property>
171 </widget> 172 </widget>
172 <widget row="5" column="0" rowspan="2" colspan="2" > 173 <widget row="5" column="0" rowspan="2" colspan="2" >
173 <class>Line</class> 174 <class>Line</class>
174 <property stdset="1"> 175 <property stdset="1">
175 <name>name</name> 176 <name>name</name>
176 <cstring>line2</cstring> 177 <cstring>line2</cstring>
177 </property> 178 </property>
178 <property stdset="1"> 179 <property stdset="1">
179 <name>enabled</name> 180 <name>enabled</name>
180 <bool>true</bool> 181 <bool>true</bool>
181 </property> 182 </property>
182 <property stdset="1"> 183 <property stdset="1">
183 <name>caption</name> 184 <name>caption</name>
184 <string></string> 185 <string></string>
185 </property> 186 </property>
186 <property stdset="1"> 187 <property stdset="1">
187 <name>orientation</name> 188 <name>orientation</name>
188 <enum>Horizontal</enum> 189 <enum>Horizontal</enum>
189 </property> 190 </property>
190 <property> 191 <property>
191 <name>layoutMargin</name> 192 <name>layoutMargin</name>
192 </property> 193 </property>
193 <property> 194 <property>
194 <name>layoutSpacing</name> 195 <name>layoutSpacing</name>
195 </property> 196 </property>
196 </widget> 197 </widget>
197 <widget row="7" column="0" > 198 <widget row="7" column="0" >
198 <class>QLabel</class> 199 <class>QLabel</class>
199 <property stdset="1"> 200 <property stdset="1">
200 <name>name</name> 201 <name>name</name>
201 <cstring>userLabel</cstring> 202 <cstring>userLabel</cstring>
202 </property> 203 </property>
203 <property stdset="1"> 204 <property stdset="1">
204 <name>text</name> 205 <name>text</name>
205 <string>User</string> 206 <string>User</string>
206 </property> 207 </property>
207 </widget> 208 </widget>
208 <widget row="8" column="0" > 209 <widget row="8" column="0" >
209 <class>QLabel</class> 210 <class>QLabel</class>
210 <property stdset="1"> 211 <property stdset="1">
211 <name>name</name> 212 <name>name</name>
212 <cstring>passLabel</cstring> 213 <cstring>passLabel</cstring>
213 </property> 214 </property>
214 <property stdset="1"> 215 <property stdset="1">
215 <name>text</name> 216 <name>text</name>
216 <string>Password</string> 217 <string>Password</string>
217 </property> 218 </property>
218 </widget> 219 </widget>
219 <spacer row="9" column="1" > 220 <spacer row="9" column="1" >
220 <property> 221 <property>
221 <name>name</name> 222 <name>name</name>
222 <cstring>spacer</cstring> 223 <cstring>spacer</cstring>
223 </property> 224 </property>
224 <property stdset="1"> 225 <property stdset="1">
225 <name>orientation</name> 226 <name>orientation</name>
226 <enum>Vertical</enum> 227 <enum>Vertical</enum>
227 </property> 228 </property>
228 <property stdset="1"> 229 <property stdset="1">
229 <name>sizeType</name> 230 <name>sizeType</name>
230 <enum>Expanding</enum> 231 <enum>Expanding</enum>
231 </property> 232 </property>
232 <property> 233 <property>
233 <name>sizeHint</name> 234 <name>sizeHint</name>
234 <size> 235 <size>
235 <width>20</width> 236 <width>20</width>
236 <height>20</height> 237 <height>20</height>
237 </size> 238 </size>
238 </property> 239 </property>
239 </spacer> 240 </spacer>
240 <widget row="6" column="1" > 241 <widget row="6" column="1" >
241 <class>QCheckBox</class> 242 <class>QCheckBox</class>
242 <property stdset="1"> 243 <property stdset="1">
243 <name>name</name> 244 <name>name</name>
244 <cstring>loginBox</cstring> 245 <cstring>loginBox</cstring>
245 </property> 246 </property>
246 <property stdset="1"> 247 <property stdset="1">
247 <name>text</name> 248 <name>text</name>
248 <string>Use Login</string> 249 <string>Use Login</string>
249 </property> 250 </property>
250 </widget> 251 </widget>
251 <widget row="7" column="1" > 252 <widget row="7" column="1" >
252 <class>QLineEdit</class> 253 <class>QLineEdit</class>
253 <property stdset="1"> 254 <property stdset="1">
254 <name>name</name> 255 <name>name</name>
255 <cstring>userLine</cstring> 256 <cstring>userLine</cstring>
256 </property> 257 </property>
257 <property stdset="1"> 258 <property stdset="1">
258 <name>enabled</name> 259 <name>enabled</name>
259 <bool>false</bool> 260 <bool>false</bool>
260 </property> 261 </property>
261 </widget> 262 </widget>
262 <widget row="8" column="1" > 263 <widget row="8" column="1" >
263 <class>QLineEdit</class> 264 <class>QLineEdit</class>
264 <property stdset="1"> 265 <property stdset="1">
265 <name>name</name> 266 <name>name</name>
266 <cstring>passLine</cstring> 267 <cstring>passLine</cstring>
267 </property> 268 </property>
268 <property stdset="1"> 269 <property stdset="1">
269 <name>enabled</name> 270 <name>enabled</name>
270 <bool>false</bool> 271 <bool>false</bool>
271 </property> 272 </property>
272 <property stdset="1"> 273 <property stdset="1">
273 <name>echoMode</name> 274 <name>echoMode</name>
274 <enum>Password</enum> 275 <enum>Password</enum>
275 </property> 276 </property>
276 </widget> 277 </widget>
277 </grid> 278 </grid>
278 </widget> 279 </widget>
279 <widget> 280 <widget>
280 <class>QWidget</class> 281 <class>QWidget</class>
281 <property stdset="1"> 282 <property stdset="1">
282 <name>name</name> 283 <name>name</name>
283 <cstring>tab</cstring> 284 <cstring>tab</cstring>
284 </property> 285 </property>
285 <attribute> 286 <attribute>
286 <name>title</name> 287 <name>title</name>
287 <string>Groups</string> 288 <string>Groups</string>
288 </attribute> 289 </attribute>
289 <vbox> 290 <vbox>
290 <property stdset="1"> 291 <property stdset="1">
291 <name>margin</name> 292 <name>margin</name>
292 <number>2</number> 293 <number>2</number>
293 </property> 294 </property>
294 <property stdset="1"> 295 <property stdset="1">
295 <name>spacing</name> 296 <name>spacing</name>
296 <number>3</number> 297 <number>3</number>
297 </property> 298 </property>
298 <widget> 299 <widget>
299 <class>QLayoutWidget</class> 300 <class>QLayoutWidget</class>
300 <property stdset="1"> 301 <property stdset="1">
301 <name>name</name> 302 <name>name</name>
302 <cstring>Layout10</cstring> 303 <cstring>Layout10</cstring>
303 </property> 304 </property>
304 <property> 305 <property>
305 <name>layoutSpacing</name> 306 <name>layoutSpacing</name>
306 </property> 307 </property>
307 <vbox> 308 <vbox>
308 <property stdset="1"> 309 <property stdset="1">
309 <name>margin</name> 310 <name>margin</name>
310 <number>0</number> 311 <number>0</number>
311 </property> 312 </property>
312 <property stdset="1"> 313 <property stdset="1">
313 <name>spacing</name> 314 <name>spacing</name>
314 <number>3</number> 315 <number>3</number>
315 </property> 316 </property>
316 <widget> 317 <widget>
317 <class>QListView</class> 318 <class>QListView</class>
318 <column> 319 <column>
319 <property> 320 <property>
320 <name>text</name> 321 <name>text</name>
321 <string>Newsgroup</string> 322 <string>Newsgroup</string>
322 </property> 323 </property>
323 <property> 324 <property>
324 <name>clickable</name> 325 <name>clickable</name>
325 <bool>true</bool> 326 <bool>true</bool>
326 </property> 327 </property>
327 <property> 328 <property>
328 <name>resizeable</name> 329 <name>resizeable</name>
329 <bool>true</bool> 330 <bool>true</bool>
330 </property> 331 </property>
331 </column> 332 </column>
332 <property stdset="1"> 333 <property stdset="1">
333 <name>name</name> 334 <name>name</name>
334 <cstring>ListViewGroups</cstring> 335 <cstring>ListViewGroups</cstring>
335 </property> 336 </property>
336 </widget> 337 </widget>
337 <widget> 338 <widget>
338 <class>QPushButton</class> 339 <class>QPushButton</class>
339 <property stdset="1"> 340 <property stdset="1">
340 <name>name</name> 341 <name>name</name>
341 <cstring>GetNGButton</cstring> 342 <cstring>GetNGButton</cstring>
342 </property> 343 </property>
343 <property stdset="1"> 344 <property stdset="1">
344 <name>text</name> 345 <name>text</name>
345 <string>Get newsgroup list from server</string> 346 <string>Get newsgroup list from server</string>
346 </property> 347 </property>
347 </widget> 348 </widget>
348 <widget> 349 <widget>
349 <class>QLayoutWidget</class> 350 <class>QLayoutWidget</class>
350 <property stdset="1"> 351 <property stdset="1">
351 <name>name</name> 352 <name>name</name>
352 <cstring>Layout9</cstring> 353 <cstring>Layout9</cstring>
353 </property> 354 </property>
354 <hbox> 355 <hbox>
355 <property stdset="1"> 356 <property stdset="1">
356 <name>margin</name> 357 <name>margin</name>
357 <number>0</number> 358 <number>0</number>
358 </property> 359 </property>
359 <property stdset="1"> 360 <property stdset="1">
360 <name>spacing</name> 361 <name>spacing</name>
361 <number>6</number> 362 <number>6</number>
362 </property> 363 </property>
363 <widget> 364 <widget>
364 <class>QPushButton</class> 365 <class>QPushButton</class>
365 <property stdset="1"> 366 <property stdset="1">
366 <name>name</name> 367 <name>name</name>
367 <cstring>FilterButton</cstring> 368 <cstring>FilterButton</cstring>
368 </property> 369 </property>
369 <property stdset="1"> 370 <property stdset="1">
370 <name>text</name> 371 <name>text</name>
371 <string>Filter:</string> 372 <string>Filter:</string>
372 </property> 373 </property>
373 </widget> 374 </widget>
374 <widget> 375 <widget>
375 <class>QLineEdit</class> 376 <class>QLineEdit</class>
376 <property stdset="1"> 377 <property stdset="1">
377 <name>name</name> 378 <name>name</name>
378 <cstring>GroupFilter</cstring> 379 <cstring>GroupFilter</cstring>
379 </property> 380 </property>
380 </widget> 381 </widget>
381 <widget> 382 <widget>
382 <class>QPushButton</class> 383 <class>QPushButton</class>
383 <property stdset="1"> 384 <property stdset="1">
384 <name>name</name> 385 <name>name</name>
385 <cstring>ShowSubcribed</cstring> 386 <cstring>ShowSubcribed</cstring>
386 </property> 387 </property>
387 <property stdset="1"> 388 <property stdset="1">
388 <name>text</name> 389 <name>text</name>
389 <string>Show subscribed</string> 390 <string>Show subscribed</string>
390 </property> 391 </property>
391 </widget> 392 </widget>
392 </hbox> 393 </hbox>
393 </widget> 394 </widget>
394 </vbox> 395 </vbox>
395 </widget> 396 </widget>
396 </vbox> 397 </vbox>
397 </widget> 398 </widget>
398 </widget> 399 </widget>
399 </vbox> 400 </vbox>
400</widget> 401</widget>
401<tabstops> 402<tabstops>
402 <tabstop>accountLine</tabstop> 403 <tabstop>accountLine</tabstop>
403 <tabstop>serverLine</tabstop> 404 <tabstop>serverLine</tabstop>
404 <tabstop>portLine</tabstop> 405 <tabstop>portLine</tabstop>
405 <tabstop>sslBox</tabstop> 406 <tabstop>sslBox</tabstop>
406 <tabstop>loginBox</tabstop> 407 <tabstop>loginBox</tabstop>
407 <tabstop>userLine</tabstop> 408 <tabstop>userLine</tabstop>
408 <tabstop>passLine</tabstop> 409 <tabstop>passLine</tabstop>
409</tabstops> 410</tabstops>
410</UI> 411</UI>
diff --git a/kmicromail/nntpgroupsui.ui b/kmicromail/nntpgroupsui.ui
index 2902731..e1de949 100644
--- a/kmicromail/nntpgroupsui.ui
+++ b/kmicromail/nntpgroupsui.ui
@@ -1,129 +1,140 @@
1<!DOCTYPE UI><UI> 1<!DOCTYPE UI><UI>
2<class>NNTPGroupsUI</class> 2<class>NNTPGroupsUI</class>
3<include location="local">tr.h</include>
3<widget> 4<widget>
4 <class>QWidget</class> 5 <class>QWidget</class>
5 <property stdset="1"> 6 <property stdset="1">
6 <name>name</name> 7 <name>name</name>
7 <cstring>NNTPGroupsUI</cstring> 8 <cstring>NNTPGroupsUI</cstring>
8 </property> 9 </property>
9 <property stdset="1"> 10 <property stdset="1">
10 <name>geometry</name> 11 <name>geometry</name>
11 <rect> 12 <rect>
12 <x>0</x> 13 <x>0</x>
13 <y>0</y> 14 <y>0</y>
14 <width>254</width> 15 <width>250</width>
15 <height>330</height> 16 <height>330</height>
16 </rect> 17 </rect>
17 </property> 18 </property>
18 <property stdset="1"> 19 <property stdset="1">
19 <name>caption</name> 20 <name>caption</name>
20 <string>newsgroupslist</string> 21 <string>newsgroupslist</string>
21 </property> 22 </property>
22 <property> 23 <property>
23 <name>layoutMargin</name> 24 <name>layoutMargin</name>
24 </property> 25 </property>
25 <property> 26 <property>
26 <name>layoutSpacing</name> 27 <name>layoutSpacing</name>
27 </property> 28 </property>
28 <vbox> 29 <vbox>
29 <property stdset="1"> 30 <property stdset="1">
30 <name>margin</name> 31 <name>margin</name>
31 <number>1</number> 32 <number>1</number>
32 </property> 33 </property>
33 <property stdset="1"> 34 <property stdset="1">
34 <name>spacing</name> 35 <name>spacing</name>
35 <number>1</number> 36 <number>1</number>
36 </property> 37 </property>
37 <widget> 38 <widget>
38 <class>QListView</class> 39 <class>QListView</class>
39 <column> 40 <column>
40 <property> 41 <property>
41 <name>text</name> 42 <name>text</name>
42 <string>Newsgroups</string> 43 <string>Newsgroups</string>
43 </property> 44 </property>
44 <property> 45 <property>
45 <name>clickable</name> 46 <name>clickable</name>
46 <bool>true</bool> 47 <bool>true</bool>
47 </property> 48 </property>
48 <property> 49 <property>
49 <name>resizeable</name> 50 <name>resizeable</name>
50 <bool>true</bool> 51 <bool>true</bool>
51 </property> 52 </property>
52 </column> 53 </column>
53 <property stdset="1"> 54 <property stdset="1">
54 <name>name</name> 55 <name>name</name>
55 <cstring>GroupListView</cstring> 56 <cstring>GroupListView</cstring>
56 </property> 57 </property>
58 <property stdset="1">
59 <name>caption</name>
60 <string></string>
61 </property>
62 <property>
63 <name>layoutMargin</name>
64 </property>
65 <property>
66 <name>layoutSpacing</name>
67 </property>
57 <property> 68 <property>
58 <name>whatsThis</name> 69 <name>whatsThis</name>
59 <string>List of groups from the server. On start, only subscribed groups are listed.</string> 70 <string>List of groups from the server. On start, only subscribed groups are listed.</string>
60 </property> 71 </property>
61 </widget> 72 </widget>
62 <widget> 73 <widget>
63 <class>QLayoutWidget</class> 74 <class>QLayoutWidget</class>
64 <property stdset="1"> 75 <property stdset="1">
65 <name>name</name> 76 <name>name</name>
66 <cstring>Layout1</cstring> 77 <cstring>Layout1</cstring>
67 </property> 78 </property>
68 <hbox> 79 <hbox>
69 <property stdset="1"> 80 <property stdset="1">
70 <name>margin</name> 81 <name>margin</name>
71 <number>0</number> 82 <number>0</number>
72 </property> 83 </property>
73 <property stdset="1"> 84 <property stdset="1">
74 <name>spacing</name> 85 <name>spacing</name>
75 <number>6</number> 86 <number>6</number>
76 </property> 87 </property>
77 <widget> 88 <widget>
78 <class>QLabel</class> 89 <class>QLabel</class>
79 <property stdset="1"> 90 <property stdset="1">
80 <name>name</name> 91 <name>name</name>
81 <cstring>filterlabel</cstring> 92 <cstring>filterlabel</cstring>
82 </property> 93 </property>
83 <property stdset="1"> 94 <property stdset="1">
84 <name>text</name> 95 <name>text</name>
85 <string>Groupfilter:</string> 96 <string>Groupfilter:</string>
86 </property> 97 </property>
87 </widget> 98 </widget>
88 <widget> 99 <widget>
89 <class>QLineEdit</class> 100 <class>QLineEdit</class>
90 <property stdset="1"> 101 <property stdset="1">
91 <name>name</name> 102 <name>name</name>
92 <cstring>Groupfilteredit</cstring> 103 <cstring>Groupfilteredit</cstring>
93 </property> 104 </property>
94 <property> 105 <property>
95 <name>whatsThis</name> 106 <name>whatsThis</name>
96 <string>Enter a filter string here. 107 <string>Enter a filter string here.
97Then hit "get newsgroup list" again and only groups starting 108Then hit "get newsgroup list" again and only groups starting
98with that filter will be listet.</string> 109with that filter will be listet.</string>
99 </property> 110 </property>
100 </widget> 111 </widget>
101 </hbox> 112 </hbox>
102 </widget> 113 </widget>
103 <widget> 114 <widget>
104 <class>QPushButton</class> 115 <class>QPushButton</class>
105 <property stdset="1"> 116 <property stdset="1">
106 <name>name</name> 117 <name>name</name>
107 <cstring>GetNGButton</cstring> 118 <cstring>GetNGButton</cstring>
108 </property> 119 </property>
109 <property stdset="1"> 120 <property stdset="1">
110 <name>text</name> 121 <name>text</name>
111 <string>Get newsgroup list from server</string> 122 <string>Get newsgroup list from server</string>
112 </property> 123 </property>
113 <property> 124 <property>
114 <name>whatsThis</name> 125 <name>whatsThis</name>
115 <string>Retrieve the list of groups from server</string> 126 <string>Retrieve the list of groups from server</string>
116 </property> 127 </property>
117 </widget> 128 </widget>
118 </vbox> 129 </vbox>
119</widget> 130</widget>
120<connections> 131<connections>
121 <connection> 132 <connection>
122 <sender>GetNGButton</sender> 133 <sender>GetNGButton</sender>
123 <signal>clicked()</signal> 134 <signal>clicked()</signal>
124 <receiver>NNTPGroupsUI</receiver> 135 <receiver>NNTPGroupsUI</receiver>
125 <slot>slotGetNG()</slot> 136 <slot>slotGetNG()</slot>
126 </connection> 137 </connection>
127 <slot access="protected">slotGetNG()</slot> 138 <slot access="protected">slotGetNG()</slot>
128</connections> 139</connections>
129</UI> 140</UI>
diff --git a/kmicromail/pop3configui.ui b/kmicromail/pop3configui.ui
index f1dda7a..c0f9e39 100644
--- a/kmicromail/pop3configui.ui
+++ b/kmicromail/pop3configui.ui
@@ -1,449 +1,450 @@
1<!DOCTYPE UI><UI> 1<!DOCTYPE UI><UI>
2<class>POP3configUI</class> 2<class>POP3configUI</class>
3<include location="local">tr.h</include>
3<widget> 4<widget>
4 <class>QDialog</class> 5 <class>QDialog</class>
5 <property stdset="1"> 6 <property stdset="1">
6 <name>name</name> 7 <name>name</name>
7 <cstring>POP3configUI</cstring> 8 <cstring>POP3configUI</cstring>
8 </property> 9 </property>
9 <property stdset="1"> 10 <property stdset="1">
10 <name>geometry</name> 11 <name>geometry</name>
11 <rect> 12 <rect>
12 <x>0</x> 13 <x>0</x>
13 <y>0</y> 14 <y>0</y>
14 <width>269</width> 15 <width>269</width>
15 <height>358</height> 16 <height>358</height>
16 </rect> 17 </rect>
17 </property> 18 </property>
18 <property stdset="1"> 19 <property stdset="1">
19 <name>caption</name> 20 <name>caption</name>
20 <string>Configure POP3</string> 21 <string>Configure POP3</string>
21 </property> 22 </property>
22 <property> 23 <property>
23 <name>layoutMargin</name> 24 <name>layoutMargin</name>
24 </property> 25 </property>
25 <property> 26 <property>
26 <name>layoutSpacing</name> 27 <name>layoutSpacing</name>
27 </property> 28 </property>
28 <vbox> 29 <vbox>
29 <property stdset="1"> 30 <property stdset="1">
30 <name>margin</name> 31 <name>margin</name>
31 <number>3</number> 32 <number>3</number>
32 </property> 33 </property>
33 <property stdset="1"> 34 <property stdset="1">
34 <name>spacing</name> 35 <name>spacing</name>
35 <number>1</number> 36 <number>1</number>
36 </property> 37 </property>
37 <widget> 38 <widget>
38 <class>QLayoutWidget</class> 39 <class>QLayoutWidget</class>
39 <property stdset="1"> 40 <property stdset="1">
40 <name>name</name> 41 <name>name</name>
41 <cstring>Layout12</cstring> 42 <cstring>Layout12</cstring>
42 </property> 43 </property>
43 <hbox> 44 <hbox>
44 <property stdset="1"> 45 <property stdset="1">
45 <name>margin</name> 46 <name>margin</name>
46 <number>0</number> 47 <number>0</number>
47 </property> 48 </property>
48 <property stdset="1"> 49 <property stdset="1">
49 <name>spacing</name> 50 <name>spacing</name>
50 <number>6</number> 51 <number>6</number>
51 </property> 52 </property>
52 <widget> 53 <widget>
53 <class>QLabel</class> 54 <class>QLabel</class>
54 <property stdset="1"> 55 <property stdset="1">
55 <name>name</name> 56 <name>name</name>
56 <cstring>accountLabel</cstring> 57 <cstring>accountLabel</cstring>
57 </property> 58 </property>
58 <property stdset="1"> 59 <property stdset="1">
59 <name>text</name> 60 <name>text</name>
60 <string>Account</string> 61 <string>Account</string>
61 </property> 62 </property>
62 </widget> 63 </widget>
63 <widget> 64 <widget>
64 <class>QLineEdit</class> 65 <class>QLineEdit</class>
65 <property stdset="1"> 66 <property stdset="1">
66 <name>name</name> 67 <name>name</name>
67 <cstring>accountLine</cstring> 68 <cstring>accountLine</cstring>
68 </property> 69 </property>
69 <property> 70 <property>
70 <name>toolTip</name> 71 <name>toolTip</name>
71 <string>Name of the Account</string> 72 <string>Name of the Account</string>
72 </property> 73 </property>
73 </widget> 74 </widget>
74 </hbox> 75 </hbox>
75 </widget> 76 </widget>
76 <widget> 77 <widget>
77 <class>Line</class> 78 <class>Line</class>
78 <property stdset="1"> 79 <property stdset="1">
79 <name>name</name> 80 <name>name</name>
80 <cstring>line1</cstring> 81 <cstring>line1</cstring>
81 </property> 82 </property>
82 <property stdset="1"> 83 <property stdset="1">
83 <name>orientation</name> 84 <name>orientation</name>
84 <enum>Horizontal</enum> 85 <enum>Horizontal</enum>
85 </property> 86 </property>
86 </widget> 87 </widget>
87 <widget> 88 <widget>
88 <class>QLayoutWidget</class> 89 <class>QLayoutWidget</class>
89 <property stdset="1"> 90 <property stdset="1">
90 <name>name</name> 91 <name>name</name>
91 <cstring>Layout11</cstring> 92 <cstring>Layout11</cstring>
92 </property> 93 </property>
93 <hbox> 94 <hbox>
94 <property stdset="1"> 95 <property stdset="1">
95 <name>margin</name> 96 <name>margin</name>
96 <number>0</number> 97 <number>0</number>
97 </property> 98 </property>
98 <property stdset="1"> 99 <property stdset="1">
99 <name>spacing</name> 100 <name>spacing</name>
100 <number>6</number> 101 <number>6</number>
101 </property> 102 </property>
102 <widget> 103 <widget>
103 <class>QLayoutWidget</class> 104 <class>QLayoutWidget</class>
104 <property stdset="1"> 105 <property stdset="1">
105 <name>name</name> 106 <name>name</name>
106 <cstring>Layout9</cstring> 107 <cstring>Layout9</cstring>
107 </property> 108 </property>
108 <vbox> 109 <vbox>
109 <property stdset="1"> 110 <property stdset="1">
110 <name>margin</name> 111 <name>margin</name>
111 <number>0</number> 112 <number>0</number>
112 </property> 113 </property>
113 <property stdset="1"> 114 <property stdset="1">
114 <name>spacing</name> 115 <name>spacing</name>
115 <number>6</number> 116 <number>6</number>
116 </property> 117 </property>
117 <widget> 118 <widget>
118 <class>QLabel</class> 119 <class>QLabel</class>
119 <property stdset="1"> 120 <property stdset="1">
120 <name>name</name> 121 <name>name</name>
121 <cstring>serverLabel</cstring> 122 <cstring>serverLabel</cstring>
122 </property> 123 </property>
123 <property stdset="1"> 124 <property stdset="1">
124 <name>text</name> 125 <name>text</name>
125 <string>Server</string> 126 <string>Server</string>
126 </property> 127 </property>
127 </widget> 128 </widget>
128 <widget> 129 <widget>
129 <class>QLabel</class> 130 <class>QLabel</class>
130 <property stdset="1"> 131 <property stdset="1">
131 <name>name</name> 132 <name>name</name>
132 <cstring>portLabel</cstring> 133 <cstring>portLabel</cstring>
133 </property> 134 </property>
134 <property stdset="1"> 135 <property stdset="1">
135 <name>text</name> 136 <name>text</name>
136 <string>Port</string> 137 <string>Port</string>
137 </property> 138 </property>
138 </widget> 139 </widget>
139 </vbox> 140 </vbox>
140 </widget> 141 </widget>
141 <widget> 142 <widget>
142 <class>QLayoutWidget</class> 143 <class>QLayoutWidget</class>
143 <property stdset="1"> 144 <property stdset="1">
144 <name>name</name> 145 <name>name</name>
145 <cstring>Layout10</cstring> 146 <cstring>Layout10</cstring>
146 </property> 147 </property>
147 <vbox> 148 <vbox>
148 <property stdset="1"> 149 <property stdset="1">
149 <name>margin</name> 150 <name>margin</name>
150 <number>0</number> 151 <number>0</number>
151 </property> 152 </property>
152 <property stdset="1"> 153 <property stdset="1">
153 <name>spacing</name> 154 <name>spacing</name>
154 <number>6</number> 155 <number>6</number>
155 </property> 156 </property>
156 <widget> 157 <widget>
157 <class>QLineEdit</class> 158 <class>QLineEdit</class>
158 <property stdset="1"> 159 <property stdset="1">
159 <name>name</name> 160 <name>name</name>
160 <cstring>serverLine</cstring> 161 <cstring>serverLine</cstring>
161 </property> 162 </property>
162 </widget> 163 </widget>
163 <widget> 164 <widget>
164 <class>QLineEdit</class> 165 <class>QLineEdit</class>
165 <property stdset="1"> 166 <property stdset="1">
166 <name>name</name> 167 <name>name</name>
167 <cstring>portLine</cstring> 168 <cstring>portLine</cstring>
168 </property> 169 </property>
169 </widget> 170 </widget>
170 </vbox> 171 </vbox>
171 </widget> 172 </widget>
172 </hbox> 173 </hbox>
173 </widget> 174 </widget>
174 <widget> 175 <widget>
175 <class>QLayoutWidget</class> 176 <class>QLayoutWidget</class>
176 <property stdset="1"> 177 <property stdset="1">
177 <name>name</name> 178 <name>name</name>
178 <cstring>Layout13</cstring> 179 <cstring>Layout13</cstring>
179 </property> 180 </property>
180 <vbox> 181 <vbox>
181 <property stdset="1"> 182 <property stdset="1">
182 <name>margin</name> 183 <name>margin</name>
183 <number>0</number> 184 <number>0</number>
184 </property> 185 </property>
185 <property stdset="1"> 186 <property stdset="1">
186 <name>spacing</name> 187 <name>spacing</name>
187 <number>6</number> 188 <number>6</number>
188 </property> 189 </property>
189 <widget> 190 <widget>
190 <class>QLabel</class> 191 <class>QLabel</class>
191 <property stdset="1"> 192 <property stdset="1">
192 <name>name</name> 193 <name>name</name>
193 <cstring>TextLabel1</cstring> 194 <cstring>TextLabel1</cstring>
194 </property> 195 </property>
195 <property stdset="1"> 196 <property stdset="1">
196 <name>text</name> 197 <name>text</name>
197 <string>Use secure sockets:</string> 198 <string>Use secure sockets:</string>
198 </property> 199 </property>
199 </widget> 200 </widget>
200 <widget> 201 <widget>
201 <class>QComboBox</class> 202 <class>QComboBox</class>
202 <property stdset="1"> 203 <property stdset="1">
203 <name>name</name> 204 <name>name</name>
204 <cstring>ComboBox1</cstring> 205 <cstring>ComboBox1</cstring>
205 </property> 206 </property>
206 </widget> 207 </widget>
207 </vbox> 208 </vbox>
208 </widget> 209 </widget>
209 <widget> 210 <widget>
210 <class>QLineEdit</class> 211 <class>QLineEdit</class>
211 <property stdset="1"> 212 <property stdset="1">
212 <name>name</name> 213 <name>name</name>
213 <cstring>CommandEdit</cstring> 214 <cstring>CommandEdit</cstring>
214 </property> 215 </property>
215 <property stdset="1"> 216 <property stdset="1">
216 <name>text</name> 217 <name>text</name>
217 <string>ssh $SERVER exec imapd</string> 218 <string>ssh $SERVER exec imapd</string>
218 </property> 219 </property>
219 </widget> 220 </widget>
220 <widget> 221 <widget>
221 <class>Line</class> 222 <class>Line</class>
222 <property stdset="1"> 223 <property stdset="1">
223 <name>name</name> 224 <name>name</name>
224 <cstring>line2</cstring> 225 <cstring>line2</cstring>
225 </property> 226 </property>
226 <property stdset="1"> 227 <property stdset="1">
227 <name>orientation</name> 228 <name>orientation</name>
228 <enum>Horizontal</enum> 229 <enum>Horizontal</enum>
229 </property> 230 </property>
230 </widget> 231 </widget>
231 <widget> 232 <widget>
232 <class>QLayoutWidget</class> 233 <class>QLayoutWidget</class>
233 <property stdset="1"> 234 <property stdset="1">
234 <name>name</name> 235 <name>name</name>
235 <cstring>Layout6</cstring> 236 <cstring>Layout6</cstring>
236 </property> 237 </property>
237 <hbox> 238 <hbox>
238 <property stdset="1"> 239 <property stdset="1">
239 <name>margin</name> 240 <name>margin</name>
240 <number>0</number> 241 <number>0</number>
241 </property> 242 </property>
242 <property stdset="1"> 243 <property stdset="1">
243 <name>spacing</name> 244 <name>spacing</name>
244 <number>6</number> 245 <number>6</number>
245 </property> 246 </property>
246 <widget> 247 <widget>
247 <class>QLayoutWidget</class> 248 <class>QLayoutWidget</class>
248 <property stdset="1"> 249 <property stdset="1">
249 <name>name</name> 250 <name>name</name>
250 <cstring>Layout4</cstring> 251 <cstring>Layout4</cstring>
251 </property> 252 </property>
252 <vbox> 253 <vbox>
253 <property stdset="1"> 254 <property stdset="1">
254 <name>margin</name> 255 <name>margin</name>
255 <number>0</number> 256 <number>0</number>
256 </property> 257 </property>
257 <property stdset="1"> 258 <property stdset="1">
258 <name>spacing</name> 259 <name>spacing</name>
259 <number>6</number> 260 <number>6</number>
260 </property> 261 </property>
261 <widget> 262 <widget>
262 <class>QLabel</class> 263 <class>QLabel</class>
263 <property stdset="1"> 264 <property stdset="1">
264 <name>name</name> 265 <name>name</name>
265 <cstring>userLabel</cstring> 266 <cstring>userLabel</cstring>
266 </property> 267 </property>
267 <property stdset="1"> 268 <property stdset="1">
268 <name>text</name> 269 <name>text</name>
269 <string>User</string> 270 <string>User</string>
270 </property> 271 </property>
271 </widget> 272 </widget>
272 <widget> 273 <widget>
273 <class>QLabel</class> 274 <class>QLabel</class>
274 <property stdset="1"> 275 <property stdset="1">
275 <name>name</name> 276 <name>name</name>
276 <cstring>passLabel</cstring> 277 <cstring>passLabel</cstring>
277 </property> 278 </property>
278 <property stdset="1"> 279 <property stdset="1">
279 <name>text</name> 280 <name>text</name>
280 <string>Password</string> 281 <string>Password</string>
281 </property> 282 </property>
282 </widget> 283 </widget>
283 </vbox> 284 </vbox>
284 </widget> 285 </widget>
285 <widget> 286 <widget>
286 <class>QLayoutWidget</class> 287 <class>QLayoutWidget</class>
287 <property stdset="1"> 288 <property stdset="1">
288 <name>name</name> 289 <name>name</name>
289 <cstring>Layout5</cstring> 290 <cstring>Layout5</cstring>
290 </property> 291 </property>
291 <vbox> 292 <vbox>
292 <property stdset="1"> 293 <property stdset="1">
293 <name>margin</name> 294 <name>margin</name>
294 <number>0</number> 295 <number>0</number>
295 </property> 296 </property>
296 <property stdset="1"> 297 <property stdset="1">
297 <name>spacing</name> 298 <name>spacing</name>
298 <number>6</number> 299 <number>6</number>
299 </property> 300 </property>
300 <widget> 301 <widget>
301 <class>QLineEdit</class> 302 <class>QLineEdit</class>
302 <property stdset="1"> 303 <property stdset="1">
303 <name>name</name> 304 <name>name</name>
304 <cstring>userLine</cstring> 305 <cstring>userLine</cstring>
305 </property> 306 </property>
306 </widget> 307 </widget>
307 <widget> 308 <widget>
308 <class>QLineEdit</class> 309 <class>QLineEdit</class>
309 <property stdset="1"> 310 <property stdset="1">
310 <name>name</name> 311 <name>name</name>
311 <cstring>passLine</cstring> 312 <cstring>passLine</cstring>
312 </property> 313 </property>
313 <property stdset="1"> 314 <property stdset="1">
314 <name>echoMode</name> 315 <name>echoMode</name>
315 <enum>Password</enum> 316 <enum>Password</enum>
316 </property> 317 </property>
317 </widget> 318 </widget>
318 </vbox> 319 </vbox>
319 </widget> 320 </widget>
320 </hbox> 321 </hbox>
321 </widget> 322 </widget>
322 <widget> 323 <widget>
323 <class>QLayoutWidget</class> 324 <class>QLayoutWidget</class>
324 <property stdset="1"> 325 <property stdset="1">
325 <name>name</name> 326 <name>name</name>
326 <cstring>Layout9</cstring> 327 <cstring>Layout9</cstring>
327 </property> 328 </property>
328 <hbox> 329 <hbox>
329 <property stdset="1"> 330 <property stdset="1">
330 <name>margin</name> 331 <name>margin</name>
331 <number>0</number> 332 <number>0</number>
332 </property> 333 </property>
333 <property stdset="1"> 334 <property stdset="1">
334 <name>spacing</name> 335 <name>spacing</name>
335 <number>6</number> 336 <number>6</number>
336 </property> 337 </property>
337 <widget> 338 <widget>
338 <class>QLabel</class> 339 <class>QLabel</class>
339 <property stdset="1"> 340 <property stdset="1">
340 <name>name</name> 341 <name>name</name>
341 <cstring>TextLabel1_2</cstring> 342 <cstring>TextLabel1_2</cstring>
342 </property> 343 </property>
343 <property stdset="1"> 344 <property stdset="1">
344 <name>text</name> 345 <name>text</name>
345 <string>Local storage folder:</string> 346 <string>Local storage folder:</string>
346 </property> 347 </property>
347 </widget> 348 </widget>
348 <widget> 349 <widget>
349 <class>QLineEdit</class> 350 <class>QLineEdit</class>
350 <property stdset="1"> 351 <property stdset="1">
351 <name>name</name> 352 <name>name</name>
352 <cstring>localFolder</cstring> 353 <cstring>localFolder</cstring>
353 </property> 354 </property>
354 <property stdset="1"> 355 <property stdset="1">
355 <name>text</name> 356 <name>text</name>
356 <string></string> 357 <string></string>
357 </property> 358 </property>
358 </widget> 359 </widget>
359 </hbox> 360 </hbox>
360 </widget> 361 </widget>
361 <widget> 362 <widget>
362 <class>QLayoutWidget</class> 363 <class>QLayoutWidget</class>
363 <property stdset="1"> 364 <property stdset="1">
364 <name>name</name> 365 <name>name</name>
365 <cstring>Layout10</cstring> 366 <cstring>Layout10</cstring>
366 </property> 367 </property>
367 <hbox> 368 <hbox>
368 <property stdset="1"> 369 <property stdset="1">
369 <name>margin</name> 370 <name>margin</name>
370 <number>0</number> 371 <number>0</number>
371 </property> 372 </property>
372 <property stdset="1"> 373 <property stdset="1">
373 <name>spacing</name> 374 <name>spacing</name>
374 <number>6</number> 375 <number>6</number>
375 </property> 376 </property>
376 <widget> 377 <widget>
377 <class>QCheckBox</class> 378 <class>QCheckBox</class>
378 <property stdset="1"> 379 <property stdset="1">
379 <name>name</name> 380 <name>name</name>
380 <cstring>CheckBoxDown</cstring> 381 <cstring>CheckBoxDown</cstring>
381 </property> 382 </property>
382 <property stdset="1"> 383 <property stdset="1">
383 <name>text</name> 384 <name>text</name>
384 <string>Get only messages smaller</string> 385 <string>Get only messages smaller</string>
385 </property> 386 </property>
386 </widget> 387 </widget>
387 <widget> 388 <widget>
388 <class>QSpinBox</class> 389 <class>QSpinBox</class>
389 <property stdset="1"> 390 <property stdset="1">
390 <name>name</name> 391 <name>name</name>
391 <cstring>SpinBoxDown</cstring> 392 <cstring>SpinBoxDown</cstring>
392 </property> 393 </property>
393 <property stdset="1"> 394 <property stdset="1">
394 <name>suffix</name> 395 <name>suffix</name>
395 <string>kB</string> 396 <string>kB</string>
396 </property> 397 </property>
397 <property stdset="1"> 398 <property stdset="1">
398 <name>maxValue</name> 399 <name>maxValue</name>
399 <number>99999</number> 400 <number>99999</number>
400 </property> 401 </property>
401 <property stdset="1"> 402 <property stdset="1">
402 <name>minValue</name> 403 <name>minValue</name>
403 <number>1</number> 404 <number>1</number>
404 </property> 405 </property>
405 </widget> 406 </widget>
406 </hbox> 407 </hbox>
407 </widget> 408 </widget>
408 <widget> 409 <widget>
409 <class>QCheckBox</class> 410 <class>QCheckBox</class>
410 <property stdset="1"> 411 <property stdset="1">
411 <name>name</name> 412 <name>name</name>
412 <cstring>CheckBoxLeaveOn</cstring> 413 <cstring>CheckBoxLeaveOn</cstring>
413 </property> 414 </property>
414 <property stdset="1"> 415 <property stdset="1">
415 <name>text</name> 416 <name>text</name>
416 <string>Leave Messages on Server</string> 417 <string>Leave Messages on Server</string>
417 </property> 418 </property>
418 </widget> 419 </widget>
419 <spacer> 420 <spacer>
420 <property> 421 <property>
421 <name>name</name> 422 <name>name</name>
422 <cstring>spacer</cstring> 423 <cstring>spacer</cstring>
423 </property> 424 </property>
424 <property stdset="1"> 425 <property stdset="1">
425 <name>orientation</name> 426 <name>orientation</name>
426 <enum>Vertical</enum> 427 <enum>Vertical</enum>
427 </property> 428 </property>
428 <property stdset="1"> 429 <property stdset="1">
429 <name>sizeType</name> 430 <name>sizeType</name>
430 <enum>Expanding</enum> 431 <enum>Expanding</enum>
431 </property> 432 </property>
432 <property> 433 <property>
433 <name>sizeHint</name> 434 <name>sizeHint</name>
434 <size> 435 <size>
435 <width>20</width> 436 <width>20</width>
436 <height>20</height> 437 <height>20</height>
437 </size> 438 </size>
438 </property> 439 </property>
439 </spacer> 440 </spacer>
440 </vbox> 441 </vbox>
441</widget> 442</widget>
442<tabstops> 443<tabstops>
443 <tabstop>accountLine</tabstop> 444 <tabstop>accountLine</tabstop>
444 <tabstop>serverLine</tabstop> 445 <tabstop>serverLine</tabstop>
445 <tabstop>portLine</tabstop> 446 <tabstop>portLine</tabstop>
446 <tabstop>userLine</tabstop> 447 <tabstop>userLine</tabstop>
447 <tabstop>passLine</tabstop> 448 <tabstop>passLine</tabstop>
448</tabstops> 449</tabstops>
449</UI> 450</UI>
diff --git a/kmicromail/selectmailtypeui.ui b/kmicromail/selectmailtypeui.ui
index 1fe0369..38a2189 100644
--- a/kmicromail/selectmailtypeui.ui
+++ b/kmicromail/selectmailtypeui.ui
@@ -1,94 +1,95 @@
1<!DOCTYPE UI><UI> 1<!DOCTYPE UI><UI>
2<class>SelectMailTypeUI</class> 2<class>SelectMailTypeUI</class>
3<include location="local">tr.h</include>
3<widget> 4<widget>
4 <class>QDialog</class> 5 <class>QDialog</class>
5 <property stdset="1"> 6 <property stdset="1">
6 <name>name</name> 7 <name>name</name>
7 <cstring>SelectMailTypeUI</cstring> 8 <cstring>SelectMailTypeUI</cstring>
8 </property> 9 </property>
9 <property stdset="1"> 10 <property stdset="1">
10 <name>geometry</name> 11 <name>geometry</name>
11 <rect> 12 <rect>
12 <x>0</x> 13 <x>0</x>
13 <y>0</y> 14 <y>0</y>
14 <width>157</width> 15 <width>153</width>
15 <height>66</height> 16 <height>66</height>
16 </rect> 17 </rect>
17 </property> 18 </property>
18 <property stdset="1"> 19 <property stdset="1">
19 <name>caption</name> 20 <name>caption</name>
20 <string>Select Type</string> 21 <string>Select Type</string>
21 </property> 22 </property>
22 <property> 23 <property>
23 <name>layoutMargin</name> 24 <name>layoutMargin</name>
24 </property> 25 </property>
25 <property> 26 <property>
26 <name>layoutSpacing</name> 27 <name>layoutSpacing</name>
27 </property> 28 </property>
28 <grid> 29 <grid>
29 <property stdset="1"> 30 <property stdset="1">
30 <name>margin</name> 31 <name>margin</name>
31 <number>4</number> 32 <number>4</number>
32 </property> 33 </property>
33 <property stdset="1"> 34 <property stdset="1">
34 <name>spacing</name> 35 <name>spacing</name>
35 <number>3</number> 36 <number>3</number>
36 </property> 37 </property>
37 <widget row="0" column="0" > 38 <widget row="0" column="0" >
38 <class>QGroupBox</class> 39 <class>QGroupBox</class>
39 <property stdset="1"> 40 <property stdset="1">
40 <name>name</name> 41 <name>name</name>
41 <cstring>groupBox</cstring> 42 <cstring>groupBox</cstring>
42 </property> 43 </property>
43 <property stdset="1"> 44 <property stdset="1">
44 <name>title</name> 45 <name>title</name>
45 <string>Select Account Type</string> 46 <string>Select Account Type</string>
46 </property> 47 </property>
47 <property> 48 <property>
48 <name>layoutMargin</name> 49 <name>layoutMargin</name>
49 </property> 50 </property>
50 <property> 51 <property>
51 <name>layoutSpacing</name> 52 <name>layoutSpacing</name>
52 </property> 53 </property>
53 <grid> 54 <grid>
54 <property stdset="1"> 55 <property stdset="1">
55 <name>margin</name> 56 <name>margin</name>
56 <number>4</number> 57 <number>4</number>
57 </property> 58 </property>
58 <property stdset="1"> 59 <property stdset="1">
59 <name>spacing</name> 60 <name>spacing</name>
60 <number>3</number> 61 <number>3</number>
61 </property> 62 </property>
62 <widget row="0" column="0" > 63 <widget row="0" column="0" >
63 <class>QComboBox</class> 64 <class>QComboBox</class>
64 <item> 65 <item>
65 <property> 66 <property>
66 <name>text</name> 67 <name>text</name>
67 <string>IMAP</string> 68 <string>IMAP</string>
68 </property> 69 </property>
69 </item> 70 </item>
70 <item> 71 <item>
71 <property> 72 <property>
72 <name>text</name> 73 <name>text</name>
73 <string>POP3</string> 74 <string>POP3</string>
74 </property> 75 </property>
75 </item> 76 </item>
76 <item> 77 <item>
77 <property> 78 <property>
78 <name>text</name> 79 <name>text</name>
79 <string>SMTP</string> 80 <string>SMTP</string>
80 </property> 81 </property>
81 </item> 82 </item>
82 <property stdset="1"> 83 <property stdset="1">
83 <name>name</name> 84 <name>name</name>
84 <cstring>typeBox</cstring> 85 <cstring>typeBox</cstring>
85 </property> 86 </property>
86 </widget> 87 </widget>
87 </grid> 88 </grid>
88 </widget> 89 </widget>
89 </grid> 90 </grid>
90</widget> 91</widget>
91<tabstops> 92<tabstops>
92 <tabstop>typeBox</tabstop> 93 <tabstop>typeBox</tabstop>
93</tabstops> 94</tabstops>
94</UI> 95</UI>
diff --git a/kmicromail/selectstoreui.ui b/kmicromail/selectstoreui.ui
index dd3fc92..2da103b 100644
--- a/kmicromail/selectstoreui.ui
+++ b/kmicromail/selectstoreui.ui
@@ -1,317 +1,318 @@
1<!DOCTYPE UI><UI> 1<!DOCTYPE UI><UI>
2<class>selectstoreui</class> 2<class>selectstoreui</class>
3<include location="local">tr.h</include>
3<widget> 4<widget>
4 <class>QDialog</class> 5 <class>QDialog</class>
5 <property stdset="1"> 6 <property stdset="1">
6 <name>name</name> 7 <name>name</name>
7 <cstring>selectstoreui</cstring> 8 <cstring>selectstoreui</cstring>
8 </property> 9 </property>
9 <property stdset="1"> 10 <property stdset="1">
10 <name>geometry</name> 11 <name>geometry</name>
11 <rect> 12 <rect>
12 <x>0</x> 13 <x>0</x>
13 <y>0</y> 14 <y>0</y>
14 <width>275</width> 15 <width>279</width>
15 <height>304</height> 16 <height>304</height>
16 </rect> 17 </rect>
17 </property> 18 </property>
18 <property stdset="1"> 19 <property stdset="1">
19 <name>caption</name> 20 <name>caption</name>
20 <string>Select target box</string> 21 <string>Select target box</string>
21 </property> 22 </property>
22 <property> 23 <property>
23 <name>layoutMargin</name> 24 <name>layoutMargin</name>
24 </property> 25 </property>
25 <property> 26 <property>
26 <name>layoutSpacing</name> 27 <name>layoutSpacing</name>
27 </property> 28 </property>
28 <grid> 29 <grid>
29 <property stdset="1"> 30 <property stdset="1">
30 <name>margin</name> 31 <name>margin</name>
31 <number>11</number> 32 <number>11</number>
32 </property> 33 </property>
33 <property stdset="1"> 34 <property stdset="1">
34 <name>spacing</name> 35 <name>spacing</name>
35 <number>6</number> 36 <number>6</number>
36 </property> 37 </property>
37 <widget row="0" column="0" rowspan="1" colspan="2" > 38 <widget row="0" column="0" rowspan="1" colspan="2" >
38 <class>QLabel</class> 39 <class>QLabel</class>
39 <property stdset="1"> 40 <property stdset="1">
40 <name>name</name> 41 <name>name</name>
41 <cstring>headlabel</cstring> 42 <cstring>headlabel</cstring>
42 </property> 43 </property>
43 <property stdset="1"> 44 <property stdset="1">
44 <name>text</name> 45 <name>text</name>
45 <string>&lt;b&gt;Store mail(s) to&lt;/b&gt;</string> 46 <string>&lt;b&gt;Store mail(s) to&lt;/b&gt;</string>
46 </property> 47 </property>
47 <property stdset="1"> 48 <property stdset="1">
48 <name>alignment</name> 49 <name>alignment</name>
49 <set>AlignCenter</set> 50 <set>AlignCenter</set>
50 </property> 51 </property>
51 <property> 52 <property>
52 <name>hAlign</name> 53 <name>hAlign</name>
53 </property> 54 </property>
54 </widget> 55 </widget>
55 <widget row="1" column="0" rowspan="1" colspan="2" > 56 <widget row="1" column="0" rowspan="1" colspan="2" >
56 <class>QLayoutWidget</class> 57 <class>QLayoutWidget</class>
57 <property stdset="1"> 58 <property stdset="1">
58 <name>name</name> 59 <name>name</name>
59 <cstring>Layout2</cstring> 60 <cstring>Layout2</cstring>
60 </property> 61 </property>
61 <grid> 62 <grid>
62 <property stdset="1"> 63 <property stdset="1">
63 <name>margin</name> 64 <name>margin</name>
64 <number>0</number> 65 <number>0</number>
65 </property> 66 </property>
66 <property stdset="1"> 67 <property stdset="1">
67 <name>spacing</name> 68 <name>spacing</name>
68 <number>6</number> 69 <number>6</number>
69 </property> 70 </property>
70 <widget row="1" column="1" > 71 <widget row="1" column="1" >
71 <class>QComboBox</class> 72 <class>QComboBox</class>
72 <property stdset="1"> 73 <property stdset="1">
73 <name>name</name> 74 <name>name</name>
74 <cstring>folderSelection</cstring> 75 <cstring>folderSelection</cstring>
75 </property> 76 </property>
76 <property stdset="1"> 77 <property stdset="1">
77 <name>sizePolicy</name> 78 <name>sizePolicy</name>
78 <sizepolicy> 79 <sizepolicy>
79 <hsizetype>3</hsizetype> 80 <hsizetype>3</hsizetype>
80 <vsizetype>0</vsizetype> 81 <vsizetype>0</vsizetype>
81 </sizepolicy> 82 </sizepolicy>
82 </property> 83 </property>
83 </widget> 84 </widget>
84 <widget row="1" column="0" > 85 <widget row="1" column="0" >
85 <class>QLabel</class> 86 <class>QLabel</class>
86 <property stdset="1"> 87 <property stdset="1">
87 <name>name</name> 88 <name>name</name>
88 <cstring>folderLabel</cstring> 89 <cstring>folderLabel</cstring>
89 </property> 90 </property>
90 <property stdset="1"> 91 <property stdset="1">
91 <name>text</name> 92 <name>text</name>
92 <string>Folder:</string> 93 <string>Folder:</string>
93 </property> 94 </property>
94 <property stdset="1"> 95 <property stdset="1">
95 <name>alignment</name> 96 <name>alignment</name>
96 <set>AlignVCenter|AlignRight</set> 97 <set>AlignVCenter|AlignRight</set>
97 </property> 98 </property>
98 <property> 99 <property>
99 <name>hAlign</name> 100 <name>hAlign</name>
100 </property> 101 </property>
101 </widget> 102 </widget>
102 <widget row="0" column="1" > 103 <widget row="0" column="1" >
103 <class>QComboBox</class> 104 <class>QComboBox</class>
104 <property stdset="1"> 105 <property stdset="1">
105 <name>name</name> 106 <name>name</name>
106 <cstring>accountSelection</cstring> 107 <cstring>accountSelection</cstring>
107 </property> 108 </property>
108 <property stdset="1"> 109 <property stdset="1">
109 <name>sizePolicy</name> 110 <name>sizePolicy</name>
110 <sizepolicy> 111 <sizepolicy>
111 <hsizetype>3</hsizetype> 112 <hsizetype>3</hsizetype>
112 <vsizetype>0</vsizetype> 113 <vsizetype>0</vsizetype>
113 </sizepolicy> 114 </sizepolicy>
114 </property> 115 </property>
115 </widget> 116 </widget>
116 <widget row="0" column="0" > 117 <widget row="0" column="0" >
117 <class>QLabel</class> 118 <class>QLabel</class>
118 <property stdset="1"> 119 <property stdset="1">
119 <name>name</name> 120 <name>name</name>
120 <cstring>accountlabel</cstring> 121 <cstring>accountlabel</cstring>
121 </property> 122 </property>
122 <property stdset="1"> 123 <property stdset="1">
123 <name>sizePolicy</name> 124 <name>sizePolicy</name>
124 <sizepolicy> 125 <sizepolicy>
125 <hsizetype>1</hsizetype> 126 <hsizetype>1</hsizetype>
126 <vsizetype>1</vsizetype> 127 <vsizetype>1</vsizetype>
127 </sizepolicy> 128 </sizepolicy>
128 </property> 129 </property>
129 <property stdset="1"> 130 <property stdset="1">
130 <name>text</name> 131 <name>text</name>
131 <string>Account:</string> 132 <string>Account:</string>
132 </property> 133 </property>
133 <property stdset="1"> 134 <property stdset="1">
134 <name>alignment</name> 135 <name>alignment</name>
135 <set>AlignVCenter|AlignRight</set> 136 <set>AlignVCenter|AlignRight</set>
136 </property> 137 </property>
137 <property> 138 <property>
138 <name>hAlign</name> 139 <name>hAlign</name>
139 </property> 140 </property>
140 </widget> 141 </widget>
141 </grid> 142 </grid>
142 </widget> 143 </widget>
143 <widget row="2" column="0" rowspan="1" colspan="2" > 144 <widget row="2" column="0" rowspan="1" colspan="2" >
144 <class>Line</class> 145 <class>Line</class>
145 <property stdset="1"> 146 <property stdset="1">
146 <name>name</name> 147 <name>name</name>
147 <cstring>Line1</cstring> 148 <cstring>Line1</cstring>
148 </property> 149 </property>
149 <property stdset="1"> 150 <property stdset="1">
150 <name>orientation</name> 151 <name>orientation</name>
151 <enum>Horizontal</enum> 152 <enum>Horizontal</enum>
152 </property> 153 </property>
153 </widget> 154 </widget>
154 <widget row="3" column="0" rowspan="1" colspan="2" > 155 <widget row="3" column="0" rowspan="1" colspan="2" >
155 <class>QCheckBox</class> 156 <class>QCheckBox</class>
156 <property stdset="1"> 157 <property stdset="1">
157 <name>name</name> 158 <name>name</name>
158 <cstring>newFoldersel</cstring> 159 <cstring>newFoldersel</cstring>
159 </property> 160 </property>
160 <property stdset="1"> 161 <property stdset="1">
161 <name>text</name> 162 <name>text</name>
162 <string>Create new folder</string> 163 <string>Create new folder</string>
163 </property> 164 </property>
164 </widget> 165 </widget>
165 <widget row="4" column="0" rowspan="1" colspan="2" > 166 <widget row="4" column="0" rowspan="1" colspan="2" >
166 <class>QLineEdit</class> 167 <class>QLineEdit</class>
167 <property stdset="1"> 168 <property stdset="1">
168 <name>name</name> 169 <name>name</name>
169 <cstring>newFolderedit</cstring> 170 <cstring>newFolderedit</cstring>
170 </property> 171 </property>
171 <property stdset="1"> 172 <property stdset="1">
172 <name>enabled</name> 173 <name>enabled</name>
173 <bool>false</bool> 174 <bool>false</bool>
174 </property> 175 </property>
175 </widget> 176 </widget>
176 <widget row="5" column="0" rowspan="1" colspan="2" > 177 <widget row="5" column="0" rowspan="1" colspan="2" >
177 <class>QLabel</class> 178 <class>QLabel</class>
178 <property stdset="1"> 179 <property stdset="1">
179 <name>name</name> 180 <name>name</name>
180 <cstring>newFolderLabel</cstring> 181 <cstring>newFolderLabel</cstring>
181 </property> 182 </property>
182 <property stdset="1"> 183 <property stdset="1">
183 <name>text</name> 184 <name>text</name>
184 <string>Prefix will prepend, no need to enter it!</string> 185 <string>Prefix will prepend, no need to enter it!</string>
185 </property> 186 </property>
186 <property stdset="1"> 187 <property stdset="1">
187 <name>alignment</name> 188 <name>alignment</name>
188 <set>WordBreak|AlignCenter</set> 189 <set>WordBreak|AlignCenter</set>
189 </property> 190 </property>
190 <property> 191 <property>
191 <name>hAlign</name> 192 <name>hAlign</name>
192 </property> 193 </property>
193 <property> 194 <property>
194 <name>wordwrap</name> 195 <name>wordwrap</name>
195 </property> 196 </property>
196 </widget> 197 </widget>
197 <widget row="6" column="0" rowspan="1" colspan="2" > 198 <widget row="6" column="0" rowspan="1" colspan="2" >
198 <class>Line</class> 199 <class>Line</class>
199 <property stdset="1"> 200 <property stdset="1">
200 <name>name</name> 201 <name>name</name>
201 <cstring>Line2</cstring> 202 <cstring>Line2</cstring>
202 </property> 203 </property>
203 <property stdset="1"> 204 <property stdset="1">
204 <name>orientation</name> 205 <name>orientation</name>
205 <enum>Horizontal</enum> 206 <enum>Horizontal</enum>
206 </property> 207 </property>
207 </widget> 208 </widget>
208 <spacer row="9" column="0" > 209 <spacer row="9" column="0" >
209 <property> 210 <property>
210 <name>name</name> 211 <name>name</name>
211 <cstring>Spacer2</cstring> 212 <cstring>Spacer2</cstring>
212 </property> 213 </property>
213 <property stdset="1"> 214 <property stdset="1">
214 <name>orientation</name> 215 <name>orientation</name>
215 <enum>Vertical</enum> 216 <enum>Vertical</enum>
216 </property> 217 </property>
217 <property stdset="1"> 218 <property stdset="1">
218 <name>sizeType</name> 219 <name>sizeType</name>
219 <enum>Expanding</enum> 220 <enum>Expanding</enum>
220 </property> 221 </property>
221 <property> 222 <property>
222 <name>sizeHint</name> 223 <name>sizeHint</name>
223 <size> 224 <size>
224 <width>20</width> 225 <width>20</width>
225 <height>20</height> 226 <height>20</height>
226 </size> 227 </size>
227 </property> 228 </property>
228 </spacer> 229 </spacer>
229 <widget row="8" column="0" rowspan="1" colspan="2" > 230 <widget row="8" column="0" rowspan="1" colspan="2" >
230 <class>QCheckBox</class> 231 <class>QCheckBox</class>
231 <property stdset="1"> 232 <property stdset="1">
232 <name>name</name> 233 <name>name</name>
233 <cstring>selMove</cstring> 234 <cstring>selMove</cstring>
234 </property> 235 </property>
235 <property stdset="1"> 236 <property stdset="1">
236 <name>text</name> 237 <name>text</name>
237 <string>Move mail(s)</string> 238 <string>Move mail(s)</string>
238 </property> 239 </property>
239 </widget> 240 </widget>
240 <widget row="7" column="0" > 241 <widget row="7" column="0" >
241 <class>QCheckBox</class> 242 <class>QCheckBox</class>
242 <property stdset="1"> 243 <property stdset="1">
243 <name>name</name> 244 <name>name</name>
244 <cstring>useSize</cstring> 245 <cstring>useSize</cstring>
245 </property> 246 </property>
246 <property stdset="1"> 247 <property stdset="1">
247 <name>text</name> 248 <name>text</name>
248 <string>apply only to mails smaller</string> 249 <string>apply only to mails smaller</string>
249 </property> 250 </property>
250 </widget> 251 </widget>
251 <widget row="7" column="1" > 252 <widget row="7" column="1" >
252 <class>QSpinBox</class> 253 <class>QSpinBox</class>
253 <property stdset="1"> 254 <property stdset="1">
254 <name>name</name> 255 <name>name</name>
255 <cstring>sizeSpinBox</cstring> 256 <cstring>sizeSpinBox</cstring>
256 </property> 257 </property>
257 <property stdset="1"> 258 <property stdset="1">
258 <name>suffix</name> 259 <name>suffix</name>
259 <string> kB</string> 260 <string> kB</string>
260 </property> 261 </property>
261 <property stdset="1"> 262 <property stdset="1">
262 <name>maxValue</name> 263 <name>maxValue</name>
263 <number>8192</number> 264 <number>8192</number>
264 </property> 265 </property>
265 <property stdset="1"> 266 <property stdset="1">
266 <name>minValue</name> 267 <name>minValue</name>
267 <number>1</number> 268 <number>1</number>
268 </property> 269 </property>
269 <property stdset="1"> 270 <property stdset="1">
270 <name>lineStep</name> 271 <name>lineStep</name>
271 <number>1</number> 272 <number>1</number>
272 </property> 273 </property>
273 <property stdset="1"> 274 <property stdset="1">
274 <name>value</name> 275 <name>value</name>
275 <number>5</number> 276 <number>5</number>
276 </property> 277 </property>
277 </widget> 278 </widget>
278 </grid> 279 </grid>
279</widget> 280</widget>
280<connections> 281<connections>
281 <connection> 282 <connection>
282 <sender>selMove</sender> 283 <sender>selMove</sender>
283 <signal>clicked()</signal> 284 <signal>clicked()</signal>
284 <receiver>selectstoreui</receiver> 285 <receiver>selectstoreui</receiver>
285 <slot>slotMoveMail()</slot> 286 <slot>slotMoveMail()</slot>
286 </connection> 287 </connection>
287 <connection> 288 <connection>
288 <sender>newFoldersel</sender> 289 <sender>newFoldersel</sender>
289 <signal>clicked()</signal> 290 <signal>clicked()</signal>
290 <receiver>selectstoreui</receiver> 291 <receiver>selectstoreui</receiver>
291 <slot>slotCreateNewFolder()</slot> 292 <slot>slotCreateNewFolder()</slot>
292 </connection> 293 </connection>
293 <connection> 294 <connection>
294 <sender>accountSelection</sender> 295 <sender>accountSelection</sender>
295 <signal>activated(int)</signal> 296 <signal>activated(int)</signal>
296 <receiver>selectstoreui</receiver> 297 <receiver>selectstoreui</receiver>
297 <slot>slotAccountselected(int)</slot> 298 <slot>slotAccountselected(int)</slot>
298 </connection> 299 </connection>
299 <connection> 300 <connection>
300 <sender>folderSelection</sender> 301 <sender>folderSelection</sender>
301 <signal>activated(int)</signal> 302 <signal>activated(int)</signal>
302 <receiver>selectstoreui</receiver> 303 <receiver>selectstoreui</receiver>
303 <slot>slotFolderSelected(int)</slot> 304 <slot>slotFolderSelected(int)</slot>
304 </connection> 305 </connection>
305 <slot access="protected">slotFolderSelected(int)</slot> 306 <slot access="protected">slotFolderSelected(int)</slot>
306 <slot access="protected">slotAccountselected(int)</slot> 307 <slot access="protected">slotAccountselected(int)</slot>
307 <slot access="protected">slotCreateNewFolder()</slot> 308 <slot access="protected">slotCreateNewFolder()</slot>
308 <slot access="protected">slotMoveMail()</slot> 309 <slot access="protected">slotMoveMail()</slot>
309</connections> 310</connections>
310<tabstops> 311<tabstops>
311 <tabstop>accountSelection</tabstop> 312 <tabstop>accountSelection</tabstop>
312 <tabstop>folderSelection</tabstop> 313 <tabstop>folderSelection</tabstop>
313 <tabstop>newFoldersel</tabstop> 314 <tabstop>newFoldersel</tabstop>
314 <tabstop>newFolderedit</tabstop> 315 <tabstop>newFolderedit</tabstop>
315 <tabstop>selMove</tabstop> 316 <tabstop>selMove</tabstop>
316</tabstops> 317</tabstops>
317</UI> 318</UI>
diff --git a/kmicromail/smtpconfigui.ui b/kmicromail/smtpconfigui.ui
index d4151a9..ae0a49a 100644
--- a/kmicromail/smtpconfigui.ui
+++ b/kmicromail/smtpconfigui.ui
@@ -1,360 +1,361 @@
1<!DOCTYPE UI><UI> 1<!DOCTYPE UI><UI>
2<class>SMTPconfigUI</class> 2<class>SMTPconfigUI</class>
3<include location="local">tr.h</include>
3<widget> 4<widget>
4 <class>QDialog</class> 5 <class>QDialog</class>
5 <property stdset="1"> 6 <property stdset="1">
6 <name>name</name> 7 <name>name</name>
7 <cstring>SMTPconfigUI</cstring> 8 <cstring>SMTPconfigUI</cstring>
8 </property> 9 </property>
9 <property stdset="1"> 10 <property stdset="1">
10 <name>geometry</name> 11 <name>geometry</name>
11 <rect> 12 <rect>
12 <x>0</x> 13 <x>0</x>
13 <y>0</y> 14 <y>0</y>
14 <width>335</width> 15 <width>331</width>
15 <height>426</height> 16 <height>426</height>
16 </rect> 17 </rect>
17 </property> 18 </property>
18 <property stdset="1"> 19 <property stdset="1">
19 <name>caption</name> 20 <name>caption</name>
20 <string>Configure SMTP</string> 21 <string>Configure SMTP</string>
21 </property> 22 </property>
22 <property> 23 <property>
23 <name>layoutMargin</name> 24 <name>layoutMargin</name>
24 </property> 25 </property>
25 <property> 26 <property>
26 <name>layoutSpacing</name> 27 <name>layoutSpacing</name>
27 </property> 28 </property>
28 <vbox> 29 <vbox>
29 <property stdset="1"> 30 <property stdset="1">
30 <name>margin</name> 31 <name>margin</name>
31 <number>3</number> 32 <number>3</number>
32 </property> 33 </property>
33 <property stdset="1"> 34 <property stdset="1">
34 <name>spacing</name> 35 <name>spacing</name>
35 <number>3</number> 36 <number>3</number>
36 </property> 37 </property>
37 <widget> 38 <widget>
38 <class>QLabel</class> 39 <class>QLabel</class>
39 <property stdset="1"> 40 <property stdset="1">
40 <name>name</name> 41 <name>name</name>
41 <cstring>accountLabel</cstring> 42 <cstring>accountLabel</cstring>
42 </property> 43 </property>
43 <property stdset="1"> 44 <property stdset="1">
44 <name>text</name> 45 <name>text</name>
45 <string>Account</string> 46 <string>Account</string>
46 </property> 47 </property>
47 </widget> 48 </widget>
48 <widget> 49 <widget>
49 <class>QLineEdit</class> 50 <class>QLineEdit</class>
50 <property stdset="1"> 51 <property stdset="1">
51 <name>name</name> 52 <name>name</name>
52 <cstring>accountLine</cstring> 53 <cstring>accountLine</cstring>
53 </property> 54 </property>
54 <property> 55 <property>
55 <name>toolTip</name> 56 <name>toolTip</name>
56 <string>Name of the Account</string> 57 <string>Name of the Account</string>
57 </property> 58 </property>
58 </widget> 59 </widget>
59 <widget> 60 <widget>
60 <class>Line</class> 61 <class>Line</class>
61 <property stdset="1"> 62 <property stdset="1">
62 <name>name</name> 63 <name>name</name>
63 <cstring>line1</cstring> 64 <cstring>line1</cstring>
64 </property> 65 </property>
65 <property stdset="1"> 66 <property stdset="1">
66 <name>sizePolicy</name> 67 <name>sizePolicy</name>
67 <sizepolicy> 68 <sizepolicy>
68 <hsizetype>1</hsizetype> 69 <hsizetype>1</hsizetype>
69 <vsizetype>0</vsizetype> 70 <vsizetype>0</vsizetype>
70 </sizepolicy> 71 </sizepolicy>
71 </property> 72 </property>
72 <property stdset="1"> 73 <property stdset="1">
73 <name>orientation</name> 74 <name>orientation</name>
74 <enum>Horizontal</enum> 75 <enum>Horizontal</enum>
75 </property> 76 </property>
76 </widget> 77 </widget>
77 <widget> 78 <widget>
78 <class>QLayoutWidget</class> 79 <class>QLayoutWidget</class>
79 <property stdset="1"> 80 <property stdset="1">
80 <name>name</name> 81 <name>name</name>
81 <cstring>Layout20</cstring> 82 <cstring>Layout20</cstring>
82 </property> 83 </property>
83 <hbox> 84 <hbox>
84 <property stdset="1"> 85 <property stdset="1">
85 <name>margin</name> 86 <name>margin</name>
86 <number>0</number> 87 <number>0</number>
87 </property> 88 </property>
88 <property stdset="1"> 89 <property stdset="1">
89 <name>spacing</name> 90 <name>spacing</name>
90 <number>6</number> 91 <number>6</number>
91 </property> 92 </property>
92 <widget> 93 <widget>
93 <class>QLayoutWidget</class> 94 <class>QLayoutWidget</class>
94 <property stdset="1"> 95 <property stdset="1">
95 <name>name</name> 96 <name>name</name>
96 <cstring>Layout18</cstring> 97 <cstring>Layout18</cstring>
97 </property> 98 </property>
98 <vbox> 99 <vbox>
99 <property stdset="1"> 100 <property stdset="1">
100 <name>margin</name> 101 <name>margin</name>
101 <number>0</number> 102 <number>0</number>
102 </property> 103 </property>
103 <property stdset="1"> 104 <property stdset="1">
104 <name>spacing</name> 105 <name>spacing</name>
105 <number>6</number> 106 <number>6</number>
106 </property> 107 </property>
107 <widget> 108 <widget>
108 <class>QLabel</class> 109 <class>QLabel</class>
109 <property stdset="1"> 110 <property stdset="1">
110 <name>name</name> 111 <name>name</name>
111 <cstring>serverLabel</cstring> 112 <cstring>serverLabel</cstring>
112 </property> 113 </property>
113 <property stdset="1"> 114 <property stdset="1">
114 <name>text</name> 115 <name>text</name>
115 <string>Server</string> 116 <string>Server</string>
116 </property> 117 </property>
117 </widget> 118 </widget>
118 <widget> 119 <widget>
119 <class>QLabel</class> 120 <class>QLabel</class>
120 <property stdset="1"> 121 <property stdset="1">
121 <name>name</name> 122 <name>name</name>
122 <cstring>portLabel</cstring> 123 <cstring>portLabel</cstring>
123 </property> 124 </property>
124 <property stdset="1"> 125 <property stdset="1">
125 <name>text</name> 126 <name>text</name>
126 <string>Port</string> 127 <string>Port</string>
127 </property> 128 </property>
128 </widget> 129 </widget>
129 </vbox> 130 </vbox>
130 </widget> 131 </widget>
131 <widget> 132 <widget>
132 <class>QLayoutWidget</class> 133 <class>QLayoutWidget</class>
133 <property stdset="1"> 134 <property stdset="1">
134 <name>name</name> 135 <name>name</name>
135 <cstring>Layout19</cstring> 136 <cstring>Layout19</cstring>
136 </property> 137 </property>
137 <vbox> 138 <vbox>
138 <property stdset="1"> 139 <property stdset="1">
139 <name>margin</name> 140 <name>margin</name>
140 <number>0</number> 141 <number>0</number>
141 </property> 142 </property>
142 <property stdset="1"> 143 <property stdset="1">
143 <name>spacing</name> 144 <name>spacing</name>
144 <number>6</number> 145 <number>6</number>
145 </property> 146 </property>
146 <widget> 147 <widget>
147 <class>QLineEdit</class> 148 <class>QLineEdit</class>
148 <property stdset="1"> 149 <property stdset="1">
149 <name>name</name> 150 <name>name</name>
150 <cstring>serverLine</cstring> 151 <cstring>serverLine</cstring>
151 </property> 152 </property>
152 <property> 153 <property>
153 <name>toolTip</name> 154 <name>toolTip</name>
154 <string>Name of the SMTP Server</string> 155 <string>Name of the SMTP Server</string>
155 </property> 156 </property>
156 </widget> 157 </widget>
157 <widget> 158 <widget>
158 <class>QLineEdit</class> 159 <class>QLineEdit</class>
159 <property stdset="1"> 160 <property stdset="1">
160 <name>name</name> 161 <name>name</name>
161 <cstring>portLine</cstring> 162 <cstring>portLine</cstring>
162 </property> 163 </property>
163 <property> 164 <property>
164 <name>toolTip</name> 165 <name>toolTip</name>
165 <string>Port of the SMTP Server</string> 166 <string>Port of the SMTP Server</string>
166 </property> 167 </property>
167 </widget> 168 </widget>
168 </vbox> 169 </vbox>
169 </widget> 170 </widget>
170 </hbox> 171 </hbox>
171 </widget> 172 </widget>
172 <widget> 173 <widget>
173 <class>QLabel</class> 174 <class>QLabel</class>
174 <property stdset="1"> 175 <property stdset="1">
175 <name>name</name> 176 <name>name</name>
176 <cstring>TextLabel1</cstring> 177 <cstring>TextLabel1</cstring>
177 </property> 178 </property>
178 <property stdset="1"> 179 <property stdset="1">
179 <name>text</name> 180 <name>text</name>
180 <string>Use secure sockets:</string> 181 <string>Use secure sockets:</string>
181 </property> 182 </property>
182 </widget> 183 </widget>
183 <widget> 184 <widget>
184 <class>QComboBox</class> 185 <class>QComboBox</class>
185 <property stdset="1"> 186 <property stdset="1">
186 <name>name</name> 187 <name>name</name>
187 <cstring>ComboBox1</cstring> 188 <cstring>ComboBox1</cstring>
188 </property> 189 </property>
189 </widget> 190 </widget>
190 <widget> 191 <widget>
191 <class>QLineEdit</class> 192 <class>QLineEdit</class>
192 <property stdset="1"> 193 <property stdset="1">
193 <name>name</name> 194 <name>name</name>
194 <cstring>CommandEdit</cstring> 195 <cstring>CommandEdit</cstring>
195 </property> 196 </property>
196 <property stdset="1"> 197 <property stdset="1">
197 <name>text</name> 198 <name>text</name>
198 <string>ssh $SERVER exec</string> 199 <string>ssh $SERVER exec</string>
199 </property> 200 </property>
200 </widget> 201 </widget>
201 <widget> 202 <widget>
202 <class>Line</class> 203 <class>Line</class>
203 <property stdset="1"> 204 <property stdset="1">
204 <name>name</name> 205 <name>name</name>
205 <cstring>line2</cstring> 206 <cstring>line2</cstring>
206 </property> 207 </property>
207 <property stdset="1"> 208 <property stdset="1">
208 <name>sizePolicy</name> 209 <name>sizePolicy</name>
209 <sizepolicy> 210 <sizepolicy>
210 <hsizetype>1</hsizetype> 211 <hsizetype>1</hsizetype>
211 <vsizetype>0</vsizetype> 212 <vsizetype>0</vsizetype>
212 </sizepolicy> 213 </sizepolicy>
213 </property> 214 </property>
214 <property stdset="1"> 215 <property stdset="1">
215 <name>orientation</name> 216 <name>orientation</name>
216 <enum>Horizontal</enum> 217 <enum>Horizontal</enum>
217 </property> 218 </property>
218 </widget> 219 </widget>
219 <widget> 220 <widget>
220 <class>QCheckBox</class> 221 <class>QCheckBox</class>
221 <property stdset="1"> 222 <property stdset="1">
222 <name>name</name> 223 <name>name</name>
223 <cstring>loginBox</cstring> 224 <cstring>loginBox</cstring>
224 </property> 225 </property>
225 <property stdset="1"> 226 <property stdset="1">
226 <name>text</name> 227 <name>text</name>
227 <string>Use Login</string> 228 <string>Use Login</string>
228 </property> 229 </property>
229 </widget> 230 </widget>
230 <widget> 231 <widget>
231 <class>QLayoutWidget</class> 232 <class>QLayoutWidget</class>
232 <property stdset="1"> 233 <property stdset="1">
233 <name>name</name> 234 <name>name</name>
234 <cstring>Layout17</cstring> 235 <cstring>Layout17</cstring>
235 </property> 236 </property>
236 <hbox> 237 <hbox>
237 <property stdset="1"> 238 <property stdset="1">
238 <name>margin</name> 239 <name>margin</name>
239 <number>0</number> 240 <number>0</number>
240 </property> 241 </property>
241 <property stdset="1"> 242 <property stdset="1">
242 <name>spacing</name> 243 <name>spacing</name>
243 <number>6</number> 244 <number>6</number>
244 </property> 245 </property>
245 <widget> 246 <widget>
246 <class>QLayoutWidget</class> 247 <class>QLayoutWidget</class>
247 <property stdset="1"> 248 <property stdset="1">
248 <name>name</name> 249 <name>name</name>
249 <cstring>Layout15</cstring> 250 <cstring>Layout15</cstring>
250 </property> 251 </property>
251 <vbox> 252 <vbox>
252 <property stdset="1"> 253 <property stdset="1">
253 <name>margin</name> 254 <name>margin</name>
254 <number>0</number> 255 <number>0</number>
255 </property> 256 </property>
256 <property stdset="1"> 257 <property stdset="1">
257 <name>spacing</name> 258 <name>spacing</name>
258 <number>6</number> 259 <number>6</number>
259 </property> 260 </property>
260 <widget> 261 <widget>
261 <class>QLabel</class> 262 <class>QLabel</class>
262 <property stdset="1"> 263 <property stdset="1">
263 <name>name</name> 264 <name>name</name>
264 <cstring>userLabel</cstring> 265 <cstring>userLabel</cstring>
265 </property> 266 </property>
266 <property stdset="1"> 267 <property stdset="1">
267 <name>text</name> 268 <name>text</name>
268 <string>User</string> 269 <string>User</string>
269 </property> 270 </property>
270 </widget> 271 </widget>
271 <widget> 272 <widget>
272 <class>QLabel</class> 273 <class>QLabel</class>
273 <property stdset="1"> 274 <property stdset="1">
274 <name>name</name> 275 <name>name</name>
275 <cstring>passLabel</cstring> 276 <cstring>passLabel</cstring>
276 </property> 277 </property>
277 <property stdset="1"> 278 <property stdset="1">
278 <name>text</name> 279 <name>text</name>
279 <string>Password</string> 280 <string>Password</string>
280 </property> 281 </property>
281 </widget> 282 </widget>
282 </vbox> 283 </vbox>
283 </widget> 284 </widget>
284 <widget> 285 <widget>
285 <class>QLayoutWidget</class> 286 <class>QLayoutWidget</class>
286 <property stdset="1"> 287 <property stdset="1">
287 <name>name</name> 288 <name>name</name>
288 <cstring>Layout16</cstring> 289 <cstring>Layout16</cstring>
289 </property> 290 </property>
290 <vbox> 291 <vbox>
291 <property stdset="1"> 292 <property stdset="1">
292 <name>margin</name> 293 <name>margin</name>
293 <number>0</number> 294 <number>0</number>
294 </property> 295 </property>
295 <property stdset="1"> 296 <property stdset="1">
296 <name>spacing</name> 297 <name>spacing</name>
297 <number>6</number> 298 <number>6</number>
298 </property> 299 </property>
299 <widget> 300 <widget>
300 <class>QLineEdit</class> 301 <class>QLineEdit</class>
301 <property stdset="1"> 302 <property stdset="1">
302 <name>name</name> 303 <name>name</name>
303 <cstring>userLine</cstring> 304 <cstring>userLine</cstring>
304 </property> 305 </property>
305 <property stdset="1"> 306 <property stdset="1">
306 <name>enabled</name> 307 <name>enabled</name>
307 <bool>false</bool> 308 <bool>false</bool>
308 </property> 309 </property>
309 </widget> 310 </widget>
310 <widget> 311 <widget>
311 <class>QLineEdit</class> 312 <class>QLineEdit</class>
312 <property stdset="1"> 313 <property stdset="1">
313 <name>name</name> 314 <name>name</name>
314 <cstring>passLine</cstring> 315 <cstring>passLine</cstring>
315 </property> 316 </property>
316 <property stdset="1"> 317 <property stdset="1">
317 <name>enabled</name> 318 <name>enabled</name>
318 <bool>false</bool> 319 <bool>false</bool>
319 </property> 320 </property>
320 <property stdset="1"> 321 <property stdset="1">
321 <name>echoMode</name> 322 <name>echoMode</name>
322 <enum>Password</enum> 323 <enum>Password</enum>
323 </property> 324 </property>
324 </widget> 325 </widget>
325 </vbox> 326 </vbox>
326 </widget> 327 </widget>
327 </hbox> 328 </hbox>
328 </widget> 329 </widget>
329 <spacer> 330 <spacer>
330 <property> 331 <property>
331 <name>name</name> 332 <name>name</name>
332 <cstring>spacer</cstring> 333 <cstring>spacer</cstring>
333 </property> 334 </property>
334 <property stdset="1"> 335 <property stdset="1">
335 <name>orientation</name> 336 <name>orientation</name>
336 <enum>Vertical</enum> 337 <enum>Vertical</enum>
337 </property> 338 </property>
338 <property stdset="1"> 339 <property stdset="1">
339 <name>sizeType</name> 340 <name>sizeType</name>
340 <enum>Expanding</enum> 341 <enum>Expanding</enum>
341 </property> 342 </property>
342 <property> 343 <property>
343 <name>sizeHint</name> 344 <name>sizeHint</name>
344 <size> 345 <size>
345 <width>20</width> 346 <width>20</width>
346 <height>20</height> 347 <height>20</height>
347 </size> 348 </size>
348 </property> 349 </property>
349 </spacer> 350 </spacer>
350 </vbox> 351 </vbox>
351</widget> 352</widget>
352<tabstops> 353<tabstops>
353 <tabstop>accountLine</tabstop> 354 <tabstop>accountLine</tabstop>
354 <tabstop>serverLine</tabstop> 355 <tabstop>serverLine</tabstop>
355 <tabstop>portLine</tabstop> 356 <tabstop>portLine</tabstop>
356 <tabstop>loginBox</tabstop> 357 <tabstop>loginBox</tabstop>
357 <tabstop>userLine</tabstop> 358 <tabstop>userLine</tabstop>
358 <tabstop>passLine</tabstop> 359 <tabstop>passLine</tabstop>
359</tabstops> 360</tabstops>
360</UI> 361</UI>
diff --git a/kmicromail/tr.h b/kmicromail/tr.h
new file mode 100644
index 0000000..981e2c1
--- a/dev/null
+++ b/kmicromail/tr.h
@@ -0,0 +1,2 @@
1#include <klocale.h>
2#define tr i18n