kde-playground/kdepim/incidenceeditor-ng/editoralarms_base.ui
2015-04-14 21:49:29 +00:00

705 lines
24 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>EditorAlarms_base</class>
<widget class="QWidget" name="EditorAlarms_base">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>500</width>
<height>453</height>
</rect>
</property>
<property name="windowTitle">
<string>Alarms</string>
</property>
<layout class="QGridLayout">
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<item row="1" column="0">
<widget class="QGroupBox" name="mTimeGroup">
<property name="toolTip">
<string>Specify a file containing a sound to play when the reminder triggers</string>
</property>
<property name="title">
<string>Time</string>
</property>
<layout class="QVBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>11</number>
</property>
<item>
<layout class="QHBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QSpinBox" name="mAlarmOffset">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Set the reminder trigger time</string>
</property>
<property name="whatsThis">
<string>This spinbox allows you to set the reminder trigger time. The time unit is set in the combobox immediately adjacent.</string>
</property>
<property name="minimum">
<number>0</number>
</property>
<property name="maximum">
<number>99999</number>
</property>
</widget>
</item>
<item>
<widget class="KComboBox" name="mOffsetUnit">
<property name="toolTip">
<string>Select the reminder trigger time unit</string>
</property>
<property name="whatsThis">
<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>
</property>
<property name="autoCompletion">
<bool>false</bool>
</property>
<item>
<property name="text">
<string comment="@item:inlistbox alarm offset expressed in minutes">minute(s)</string>
</property>
</item>
<item>
<property name="text">
<string comment="@item:inlistbox alarm offset expressed in hours">hour(s)</string>
</property>
</item>
<item>
<property name="text">
<string comment="@item:inlistbox alarm offset expressed in days">day(s)</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="KComboBox" name="mBeforeAfter">
<property name="toolTip">
<string>Select the reminder trigger relative to the start or end time</string>
</property>
<property name="whatsThis">
<string>Use this combobox to specify if you want the reminder to trigger before or after the start or end time.</string>
</property>
<item>
<property name="text">
<string>before the event starts</string>
</property>
</item>
<item>
<property name="text">
<string>after the event starts</string>
</property>
</item>
<item>
<property name="text">
<string>before the event ends</string>
</property>
</item>
<item>
<property name="text">
<string>after the event ends</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QGridLayout">
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<item row="0" column="1">
<widget class="QLabel" name="mHowOftenLabel">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>&amp;How often:</string>
</property>
<property name="buddy">
<cstring>mRepeatCount</cstring>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QSpinBox" name="mRepeatCount">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string>Select how often the reminder should repeat</string>
</property>
<property name="whatsThis">
<string>Use this selector to choose how many times you want the recurring reminder to repeat.</string>
</property>
<property name="suffix">
<string> time(s)</string>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>500</number>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLabel" name="mIntervalLabel">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>&amp;Interval:</string>
</property>
<property name="buddy">
<cstring>mRepeatInterval</cstring>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QCheckBox" name="mRepeats">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Set the reminder to repeat</string>
</property>
<property name="whatsThis">
<string>Check this if you want to the reminder to recur on a periodic interval.</string>
</property>
<property name="text">
<string>&amp;Repeating:</string>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QSpinBox" name="mRepeatInterval">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string>Select the time between reminder repeats</string>
</property>
<property name="whatsThis">
<string>Use this selector to choose the time between repeating reminders.</string>
</property>
<property name="suffix">
<string comment="@label:spinbox repeat interval expressed in minutes"> Minute(s)</string>
</property>
<property name="prefix">
<string comment="repeat every X minutes">every </string>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>999</number>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item row="2" column="0">
<widget class="QGroupBox" name="mTypeGroup">
<property name="title">
<string>Type</string>
</property>
<layout class="QHBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>11</number>
</property>
<item>
<widget class="QGroupBox" name="mAlarmType">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string/>
</property>
<property name="flat">
<bool>true</bool>
</property>
<layout class="QVBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QRadioButton" name="mTypeDisplayRadio">
<property name="toolTip">
<string>Display optional text when the reminder is triggered</string>
</property>
<property name="whatsThis">
<string>Check this option if you want to display optional text in a popup notice when the reminder triggers.</string>
</property>
<property name="text">
<string>&amp;Display</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="mTypeSoundRadio">
<property name="toolTip">
<string>Play a sound when the reminder is triggered</string>
</property>
<property name="whatsThis">
<string>Check this option if you want to play a sound when the reminder triggers.</string>
</property>
<property name="text">
<string>&amp;Sound</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="mTypeAppRadio">
<property name="toolTip">
<string>Run an application or script when the reminder is triggered</string>
</property>
<property name="whatsThis">
<string>Check this option if you want to run an application (or script) when the reminder triggers.</string>
</property>
<property name="text">
<string>Application / script</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="mTypeEmailRadio">
<property name="enabled">
<bool>true</bool>
</property>
<property name="toolTip">
<string>Send email when the reminder is triggered</string>
</property>
<property name="whatsThis">
<string>Check this option if you want to send an email message when the reminder triggers.</string>
</property>
<property name="text">
<string>Send email</string>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>21</width>
<height>41</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
<item>
<widget class="Line" name="line1">
<property name="frameShape">
<enum>QFrame::VLine</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<widget class="QStackedWidget" name="mTypeStack">
<property name="currentIndex">
<number>3</number>
</property>
<widget class="QWidget" name="PageDisplayText">
<layout class="QVBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="mDisplayTextLabel">
<property name="text">
<string>Display &amp;text:</string>
</property>
<property name="buddy">
<cstring>mDisplayText</cstring>
</property>
</widget>
</item>
<item>
<widget class="KTextEdit" name="mDisplayText">
<property name="toolTip">
<string notr="true">Provide text to display when the reminder triggers</string>
</property>
<property name="whatsThis">
<string>Specify any text you desire to display in the popup notice when the reminder triggers.</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="PageSoundFile">
<layout class="QVBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="mSoundFileLabel">
<property name="text">
<string>Sound &amp;file:</string>
</property>
<property name="buddy">
<cstring>mSoundFile</cstring>
</property>
</widget>
</item>
<item>
<widget class="KUrlRequester" name="mSoundFile">
<property name="toolTip">
<string>Specify a file containing a sound to play when the reminder triggers</string>
</property>
<property name="whatsThis">
<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>
</property>
<property name="filter">
<string>audio/x-wav audio/x-mp3 application/ogg</string>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>61</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="PageApplication">
<layout class="QVBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="mApplicationLabel">
<property name="text">
<string>&amp;Application / Script:</string>
</property>
<property name="buddy">
<cstring>mApplication</cstring>
</property>
</widget>
</item>
<item>
<widget class="KUrlRequester" name="mApplication">
<property name="toolTip">
<string>Specify a file containing the application to run when the reminder triggers</string>
</property>
<property name="whatsThis">
<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>
</property>
<property name="filter">
<string>*|All files</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="mAppArgumentsLabel">
<property name="text">
<string>Ar&amp;guments:</string>
</property>
<property name="buddy">
<cstring>mAppArguments</cstring>
</property>
</widget>
</item>
<item>
<widget class="KLineEdit" name="mAppArguments">
<property name="toolTip">
<string>Specify arguments to pass to the application when the reminder triggers</string>
</property>
<property name="whatsThis">
<string>Enter the application arguments to use when running an application when the reminder triggers.</string>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>16</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="PageEmail">
<layout class="QGridLayout">
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<item row="1" column="0" colspan="2">
<widget class="QLabel" name="mEmailTextLabel">
<property name="text">
<string>&amp;Text of the message:</string>
</property>
<property name="buddy">
<cstring>mEmailText</cstring>
</property>
</widget>
</item>
<item row="2" column="0" colspan="2">
<widget class="KTextEdit" name="mEmailText">
<property name="toolTip">
<string>Specify text of an email message to send when the reminder triggers</string>
</property>
<property name="whatsThis">
<string>Enter any text you desire for the email message that will be sent when the alarm triggers.</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="KPIM::AddresseeLineEdit" name="mEmailAddress">
<property name="toolTip">
<string>Specify a list of addresses to send email when the reminder triggers.
If the 'To:' field stays empty the email reminder will be sent to the
default email configured in Kmail (Settings menu/Configure Kmail/Identities).</string>
</property>
<property name="whatsThis">
<string>Enter a list comma-separated addresses to which an email will be sent when the reminder triggers</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="mEmailToLabel">
<property name="text">
<string>&amp;To:</string>
</property>
<property name="buddy">
<cstring>mEmailAddress</cstring>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
</item>
<item row="0" column="0">
<layout class="QGridLayout">
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<item row="2" column="1">
<widget class="QPushButton" name="mRemoveButton">
<property name="toolTip">
<string>Remove the currently selected reminder</string>
</property>
<property name="whatsThis">
<string>Click this button if you want to remove the currently selected reminder. Be careful with this option as there is no way to undo this operation.</string>
</property>
<property name="text">
<string>&amp;Remove</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="mAddButton">
<property name="toolTip">
<string>Create a new reminder using the settings specified below</string>
</property>
<property name="whatsThis">
<string>Click this button if you want to create a new reminder using the settings specified below. You can continue to change the settings as needed.</string>
</property>
<property name="text">
<string comment="Add a new alarm to the alarm list">&amp;Add</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QPushButton" name="mDuplicateButton">
<property name="toolTip">
<string>Create a new reminder from the currently selected reminder</string>
</property>
<property name="whatsThis">
<string>Click this button if you want to create a new reminder using the settings stored in the currently selected reminder. You can continue to change the settings as needed.</string>
</property>
<property name="text">
<string>D&amp;uplicate</string>
</property>
</widget>
</item>
<item row="3" column="1">
<spacer>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>60</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="0" rowspan="4">
<widget class="QTreeWidget" name="mAlarmList">
<property name="toolTip">
<string>The list of reminders for this event or to-do</string>
</property>
<property name="whatsThis">
<string>This area displays a list of all the reminders you have specified for this event or to-do.</string>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum>
</property>
<property name="rootIsDecorated">
<bool>false</bool>
</property>
<property name="allColumnsShowFocus">
<bool>true</bool>
</property>
<column>
<property name="text">
<string>Type</string>
</property>
</column>
<column>
<property name="text">
<string>Offset</string>
</property>
</column>
<column>
<property name="text">
<string>Repeat</string>
</property>
</column>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>KPIM::AddresseeLineEdit</class>
<extends>KLineEdit</extends>
<header>libkdepim/addressline/addresseelineedit.h</header>
</customwidget>
<customwidget>
<class>KUrlRequester</class>
<extends>QFrame</extends>
<header>kurlrequester.h</header>
</customwidget>
<customwidget>
<class>KLineEdit</class>
<extends>QLineEdit</extends>
<header>klineedit.h</header>
</customwidget>
<customwidget>
<class>KComboBox</class>
<extends>QComboBox</extends>
<header>kcombobox.h</header>
</customwidget>
<customwidget>
<class>KTextEdit</class>
<extends>QTextEdit</extends>
<header>ktextedit.h</header>
</customwidget>
</customwidgets>
<includes>
<include location="global">libkdepim/addressline/addresseelineedit.h</include>
</includes>
<resources/>
<connections/>
</ui>