Better wording
[kdepim.git] / incidenceeditor-ng / alarmdialog.ui
blob14db1ef456d19ff8158862ac010abf3d4effd091
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>AlarmDialog</class>
4 <widget class="QWidget" name="AlarmDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>439</width>
10 <height>315</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Alarms</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout">
17 <item row="0" column="0">
18 <widget class="QLabel" name="label">
19 <property name="text">
20 <string>When:</string>
21 </property>
22 </widget>
23 </item>
24 <item row="0" column="1">
25 <layout class="QHBoxLayout" name="horizontalLayout">
26 <item>
27 <widget class="QSpinBox" name="mAlarmOffset">
28 <property name="sizePolicy">
29 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
30 <horstretch>0</horstretch>
31 <verstretch>0</verstretch>
32 </sizepolicy>
33 </property>
34 <property name="toolTip">
35 <string>Set the reminder trigger time</string>
36 </property>
37 <property name="whatsThis">
38 <string>This spinbox allows you to set the reminder trigger time. The time unit is set in the combobox immediately adjacent.</string>
39 </property>
40 <property name="minimum">
41 <number>0</number>
42 </property>
43 <property name="maximum">
44 <number>99999</number>
45 </property>
46 <property name="value">
47 <number>15</number>
48 </property>
49 </widget>
50 </item>
51 <item>
52 <widget class="KComboBox" name="mOffsetUnit">
53 <property name="sizePolicy">
54 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
55 <horstretch>0</horstretch>
56 <verstretch>0</verstretch>
57 </sizepolicy>
58 </property>
59 <property name="toolTip">
60 <string>Select the reminder trigger time unit</string>
61 </property>
62 <property name="whatsThis">
63 <string>This combobox allows you to set the units for the reminder trigger time. The trigger time value is set in the spinbox immediately adjacent.</string>
64 </property>
65 <property name="autoCompletion">
66 <bool>false</bool>
67 </property>
68 <item>
69 <property name="text">
70 <string comment="@item:inlistbox alarm offset expressed in minutes">minute(s)</string>
71 </property>
72 </item>
73 <item>
74 <property name="text">
75 <string comment="@item:inlistbox alarm offset expressed in hours">hour(s)</string>
76 </property>
77 </item>
78 <item>
79 <property name="text">
80 <string comment="@item:inlistbox alarm offset expressed in days">day(s)</string>
81 </property>
82 </item>
83 </widget>
84 </item>
85 <item>
86 <widget class="KComboBox" name="mBeforeAfter">
87 <property name="toolTip">
88 <string>Select the reminder trigger relative to the start or end time</string>
89 </property>
90 <property name="whatsThis">
91 <string>Use this combobox to specify if you want the reminder to trigger before or after the start or end time.</string>
92 </property>
93 <item>
94 <property name="text">
95 <string>before the event starts</string>
96 </property>
97 </item>
98 <item>
99 <property name="text">
100 <string>after the event starts</string>
101 </property>
102 </item>
103 <item>
104 <property name="text">
105 <string>before the event ends</string>
106 </property>
107 </item>
108 <item>
109 <property name="text">
110 <string>after the event ends</string>
111 </property>
112 </item>
113 </widget>
114 </item>
115 </layout>
116 </item>
117 <item row="1" column="0">
118 <widget class="QLabel" name="label_2">
119 <property name="text">
120 <string>Repeat:</string>
121 </property>
122 </widget>
123 </item>
124 <item row="1" column="1">
125 <layout class="QHBoxLayout" name="horizontalLayout_2">
126 <item>
127 <widget class="QCheckBox" name="mRepeats">
128 <property name="sizePolicy">
129 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
130 <horstretch>0</horstretch>
131 <verstretch>0</verstretch>
132 </sizepolicy>
133 </property>
134 <property name="toolTip">
135 <string>Set the reminder to repeat</string>
136 </property>
137 <property name="whatsThis">
138 <string>Check this if you want to the reminder to recur on a periodic interval.</string>
139 </property>
140 <property name="text">
141 <string/>
142 </property>
143 </widget>
144 </item>
145 <item>
146 <widget class="QSpinBox" name="mRepeatCount">
147 <property name="enabled">
148 <bool>false</bool>
149 </property>
150 <property name="toolTip">
151 <string>Select how often the reminder should repeat</string>
152 </property>
153 <property name="whatsThis">
154 <string>Use this selector to choose how many times you want the recurring reminder to repeat.</string>
155 </property>
156 <property name="suffix">
157 <string> time(s)</string>
158 </property>
159 <property name="minimum">
160 <number>1</number>
161 </property>
162 <property name="maximum">
163 <number>500</number>
164 </property>
165 </widget>
166 </item>
167 <item>
168 <widget class="QSpinBox" name="mRepeatInterval">
169 <property name="enabled">
170 <bool>false</bool>
171 </property>
172 <property name="toolTip">
173 <string>Select the time between reminder repeats</string>
174 </property>
175 <property name="whatsThis">
176 <string>Use this selector to choose the time between repeating reminders.</string>
177 </property>
178 <property name="suffix">
179 <string comment="@label:spinbox repeat interval expressed in minutes"> Minute(s)</string>
180 </property>
181 <property name="prefix">
182 <string comment="repeat every X minutes">every </string>
183 </property>
184 <property name="minimum">
185 <number>1</number>
186 </property>
187 <property name="maximum">
188 <number>999</number>
189 </property>
190 </widget>
191 </item>
192 </layout>
193 </item>
194 <item row="2" column="0">
195 <widget class="QLabel" name="label_3">
196 <property name="sizePolicy">
197 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
198 <horstretch>0</horstretch>
199 <verstretch>0</verstretch>
200 </sizepolicy>
201 </property>
202 <property name="text">
203 <string>What:</string>
204 </property>
205 <property name="alignment">
206 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
207 </property>
208 </widget>
209 </item>
210 <item row="2" column="1">
211 <widget class="KComboBox" name="mTypeCombo">
212 <property name="sizePolicy">
213 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
214 <horstretch>0</horstretch>
215 <verstretch>0</verstretch>
216 </sizepolicy>
217 </property>
218 <item>
219 <property name="text">
220 <string>Display text</string>
221 </property>
222 </item>
223 <item>
224 <property name="text">
225 <string>Play sound file</string>
226 </property>
227 </item>
228 <item>
229 <property name="text">
230 <string>Run application / script</string>
231 </property>
232 </item>
233 <item>
234 <property name="text">
235 <string>Send email</string>
236 </property>
237 </item>
238 </widget>
239 </item>
240 <item row="3" column="1">
241 <widget class="QStackedWidget" name="mTypeStack">
242 <property name="currentIndex">
243 <number>0</number>
244 </property>
245 <widget class="QWidget" name="DisplayStack">
246 <layout class="QVBoxLayout">
247 <property name="spacing">
248 <number>6</number>
249 </property>
250 <property name="margin">
251 <number>0</number>
252 </property>
253 <item>
254 <widget class="KTextEdit" name="mDisplayText">
255 <property name="toolTip">
256 <string notr="true">Provide text to display when the reminder triggers</string>
257 </property>
258 <property name="whatsThis">
259 <string>Specify any text you desire to display in the popup notice when the reminder triggers.</string>
260 </property>
261 </widget>
262 </item>
263 </layout>
264 </widget>
265 <widget class="QWidget" name="AudioStack">
266 <layout class="QGridLayout" name="gridLayout_2">
267 <item row="0" column="0">
268 <widget class="QLabel" name="mSoundFileLabel">
269 <property name="text">
270 <string>Audio File:</string>
271 </property>
272 <property name="alignment">
273 <set>Qt::AlignJustify|Qt::AlignVCenter</set>
274 </property>
275 <property name="buddy">
276 <cstring>mSoundFile</cstring>
277 </property>
278 </widget>
279 </item>
280 <item row="0" column="1">
281 <widget class="KUrlRequester" name="mSoundFile">
282 <property name="toolTip">
283 <string>Specify a file containing a sound to play when the reminder triggers</string>
284 </property>
285 <property name="whatsThis">
286 <string>Use the adjacent file browser to help you find the file you want to use when playing a sound when the reminder triggers.</string>
287 </property>
288 <property name="filter">
289 <string>audio/x-wav audio/x-mp3 application/ogg</string>
290 </property>
291 </widget>
292 </item>
293 <item row="1" column="0" colspan="2">
294 <spacer>
295 <property name="orientation">
296 <enum>Qt::Vertical</enum>
297 </property>
298 <property name="sizeType">
299 <enum>QSizePolicy::Expanding</enum>
300 </property>
301 <property name="sizeHint" stdset="0">
302 <size>
303 <width>20</width>
304 <height>61</height>
305 </size>
306 </property>
307 </spacer>
308 </item>
309 </layout>
310 </widget>
311 <widget class="QWidget" name="ApplicationStack">
312 <layout class="QGridLayout" name="gridLayout_3">
313 <item row="0" column="0">
314 <widget class="QLabel" name="mApplicationLabel">
315 <property name="text">
316 <string>&amp;Application / Script:</string>
317 </property>
318 <property name="buddy">
319 <cstring>mApplication</cstring>
320 </property>
321 </widget>
322 </item>
323 <item row="0" column="1">
324 <widget class="KUrlRequester" name="mApplication">
325 <property name="toolTip">
326 <string>Specify a file containing the application to run when the reminder triggers</string>
327 </property>
328 <property name="whatsThis">
329 <string>Use the adjacent file browser to help you find the file you want to use when running an application when the reminder triggers.</string>
330 </property>
331 <property name="filter">
332 <string>*|All files</string>
333 </property>
334 </widget>
335 </item>
336 <item row="1" column="0">
337 <widget class="QLabel" name="mAppArgumentsLabel">
338 <property name="text">
339 <string>Ar&amp;guments:</string>
340 </property>
341 <property name="buddy">
342 <cstring>mAppArguments</cstring>
343 </property>
344 </widget>
345 </item>
346 <item row="1" column="1">
347 <widget class="KLineEdit" name="mAppArguments">
348 <property name="toolTip">
349 <string>Specify arguments to pass to the application when the reminder triggers</string>
350 </property>
351 <property name="whatsThis">
352 <string>Enter the application arguments to use when running an application when the reminder triggers.</string>
353 </property>
354 </widget>
355 </item>
356 <item row="2" column="0" colspan="2">
357 <spacer>
358 <property name="orientation">
359 <enum>Qt::Vertical</enum>
360 </property>
361 <property name="sizeType">
362 <enum>QSizePolicy::Expanding</enum>
363 </property>
364 <property name="sizeHint" stdset="0">
365 <size>
366 <width>20</width>
367 <height>16</height>
368 </size>
369 </property>
370 </spacer>
371 </item>
372 </layout>
373 </widget>
374 <widget class="QWidget" name="EmailStack">
375 <layout class="QGridLayout" name="gridLayout_4">
376 <item row="0" column="0">
377 <widget class="QLabel" name="mEmailToLabel">
378 <property name="text">
379 <string>&amp;To:</string>
380 </property>
381 <property name="buddy">
382 <cstring>mEmailAddress</cstring>
383 </property>
384 </widget>
385 </item>
386 <item row="0" column="1">
387 <widget class="KPIM::AddresseeLineEdit" name="mEmailAddress">
388 <property name="toolTip">
389 <string>Specify a list of addresses to send email when the reminder triggers.
390 If the 'To:' field stays empty the email reminder will be sent to the
391 default email configured in Kmail (Settings menu/Configure Kmail/Identities).</string>
392 </property>
393 <property name="whatsThis">
394 <string>Enter a list comma-separated addresses to which an email will be sent when the reminder triggers</string>
395 </property>
396 </widget>
397 </item>
398 <item row="1" column="0">
399 <widget class="QLabel" name="mEmailTextLabel">
400 <property name="text">
401 <string>&amp;Message:</string>
402 </property>
403 <property name="alignment">
404 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
405 </property>
406 <property name="buddy">
407 <cstring>mEmailText</cstring>
408 </property>
409 </widget>
410 </item>
411 <item row="1" column="1">
412 <widget class="KTextEdit" name="mEmailText">
413 <property name="toolTip">
414 <string>Specify text of an email message to send when the reminder triggers</string>
415 </property>
416 <property name="whatsThis">
417 <string>Enter any text you desire for the email message that will be sent when the alarm triggers.</string>
418 </property>
419 </widget>
420 </item>
421 </layout>
422 </widget>
423 </widget>
424 </item>
425 </layout>
426 </widget>
427 <customwidgets>
428 <customwidget>
429 <class>KPIM::AddresseeLineEdit</class>
430 <extends>KLineEdit</extends>
431 <header>libkdepim/addresseelineedit.h</header>
432 </customwidget>
433 <customwidget>
434 <class>KUrlRequester</class>
435 <extends>QFrame</extends>
436 <header>kurlrequester.h</header>
437 </customwidget>
438 <customwidget>
439 <class>KLineEdit</class>
440 <extends>QLineEdit</extends>
441 <header>klineedit.h</header>
442 </customwidget>
443 <customwidget>
444 <class>KComboBox</class>
445 <extends>QComboBox</extends>
446 <header>kcombobox.h</header>
447 </customwidget>
448 <customwidget>
449 <class>KTextEdit</class>
450 <extends>QTextEdit</extends>
451 <header>ktextedit.h</header>
452 </customwidget>
453 </customwidgets>
454 <includes>
455 <include location="global">addresseelineedit.h</include>
456 </includes>
457 <resources/>
458 <connections>
459 <connection>
460 <sender>mTypeCombo</sender>
461 <signal>currentIndexChanged(int)</signal>
462 <receiver>mTypeStack</receiver>
463 <slot>setCurrentIndex(int)</slot>
464 <hints>
465 <hint type="sourcelabel">
466 <x>147</x>
467 <y>83</y>
468 </hint>
469 <hint type="destinationlabel">
470 <x>216</x>
471 <y>97</y>
472 </hint>
473 </hints>
474 </connection>
475 <connection>
476 <sender>mRepeats</sender>
477 <signal>clicked(bool)</signal>
478 <receiver>mRepeatCount</receiver>
479 <slot>setEnabled(bool)</slot>
480 <hints>
481 <hint type="sourcelabel">
482 <x>67</x>
483 <y>49</y>
484 </hint>
485 <hint type="destinationlabel">
486 <x>118</x>
487 <y>50</y>
488 </hint>
489 </hints>
490 </connection>
491 <connection>
492 <sender>mRepeats</sender>
493 <signal>toggled(bool)</signal>
494 <receiver>mRepeatInterval</receiver>
495 <slot>setEnabled(bool)</slot>
496 <hints>
497 <hint type="sourcelabel">
498 <x>69</x>
499 <y>42</y>
500 </hint>
501 <hint type="destinationlabel">
502 <x>284</x>
503 <y>48</y>
504 </hint>
505 </hints>
506 </connection>
507 </connections>
508 </ui>