calendarsupport
kcalprefs_base.cpp
Go to the documentation of this file.
15 mEmailControlCenterItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Use Control Center Email" ), mEmailControlCenter, true );
17 mEmailControlCenterItem->setWhatsThis( i18n("Check this box to use the KDE-wide e-mail settings, which are defined using the System Settings \"About Me\" Module. Uncheck this box to be able to specify your full name and e-mail.") );
22 mStartTimeItem = new KConfigSkeleton::ItemDateTime( currentGroup(), QLatin1String( "StartTime" ), mStartTime, QDateTime(QDate(1752,1,1), QTime(10,0)) );
24 mStartTimeItem->setWhatsThis( i18n("Enter the default time for events here. The default is used if you do not supply a start time.") );
26 mDefaultDurationItem = new KConfigSkeleton::ItemDateTime( currentGroup(), QLatin1String( "DefaultDuration" ), mDefaultDuration, QDateTime(QDate(1752,1,1), QTime(1,0)) );
28 mDefaultDurationItem->setWhatsThis( i18n("Enter default duration for events here. The default is used if you do not supply an end time.") );
30 mDefaultAudioFileRemindersItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Enable Default Audio File" ), mDefaultAudioFileReminders, false );
31 mDefaultAudioFileRemindersItem->setLabel( i18n("Enable a default sound file for audio reminders") );
32 mDefaultAudioFileRemindersItem->setWhatsThis( i18n("Check this box if you want to enable the specified file to be used as the default sound file for new reminders. You can always specify another file in the Reminder configuration accessible from the Event or To-do editors.") );
34 mAudioFilePathItem = new KConfigSkeleton::ItemPath( currentGroup(), QLatin1String( "Reminder Audio File" ), mAudioFilePath );
36 mAudioFilePathItem->setWhatsThis( i18n("Set a file to be used as the default sound file for new reminders. You can always specify another file in the Reminder configuration accessible from the Event or To-do editors.") );
38 mDefaultEventRemindersItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Enable Event Reminders" ), mDefaultEventReminders, false );
41 mDefaultEventRemindersItem->setWhatsThis( i18n("Check this box if you want to enable reminders for all newly created Events. You can always turn-off the reminders in the Event editor dialog.") );
43 mDefaultTodoRemindersItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Enable To-do Reminders" ), mDefaultTodoReminders, false );
46 mDefaultTodoRemindersItem->setWhatsThis( i18n("Check this box if you want to enable reminders for all newly created To-dos. You can always turn-off the reminders in the To-do editor dialog.") );
48 mReminderTimeItem = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "Default Reminder Time" ), mReminderTime, 15 );
51 mReminderTimeItem->setWhatsThis( i18n("Enter the default reminder time for all newly created items. The time unit is specified in the adjacent combobox.") );
53 mReminderTimeUnitsItem = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "Default Reminder Time Units" ), mReminderTimeUnits, 0 );
56 mReminderTimeUnitsItem->setWhatsThis( i18n("Enter the default reminder time units for all newly created items. The time is specified in the adjacent spinbox.") );
61 mExcludeHolidaysItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Exclude Holidays" ), mExcludeHolidays, true );
63 mExcludeHolidaysItem->setWhatsThis( i18n("Check this box to prevent KOrganizer from marking the working hours on holidays.") );
65 mHolidaysItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Holidays" ), mHolidays );
67 mHolidaysItem->setWhatsThis( i18n("Select from which region you want to use the holidays here. Defined holidays are shown as non-working days in the date navigator, the agenda view, etc.") );
72 mUseGroupwareCommunicationItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Use Groupware Communication" ), mUseGroupwareCommunication, true );
74 mUseGroupwareCommunicationItem->setWhatsThis( i18n("Check this box to enable automatic generation of mails when creating, updating or deleting events (or to-dos) involving other attendees. You should check this box if you want to use the groupware functionality (e.g. Configuring Kontact as a KDE Kolab client).") );
76 mAdditionalMailsItem = new KConfigSkeleton::ItemStringList( currentGroup(), QLatin1String( "AdditionalMails" ), mAdditionalMails );
82 mShowTimeZoneSelectorInIncidenceEditorItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "ShowTimeZoneSelectorInIncidenceEditor" ), mShowTimeZoneSelectorInIncidenceEditor, true );
83 mShowTimeZoneSelectorInIncidenceEditorItem->setLabel( i18n("Show timezone selectors in the event and todo editor dialog.") );
84 addItem( mShowTimeZoneSelectorInIncidenceEditorItem, QLatin1String( "ShowTimeZoneSelectorInIncidenceEditor" ) );
88 mAutoArchiveItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Auto Archive" ), mAutoArchive, false );
91 mExpiryTimeItem = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "Expiry Time" ), mExpiryTime, 1 );
92 mExpiryTimeItem->setLabel( i18n("If auto-archiving is enabled, events older than this amount will be archived. The unit of this value is specified in another field.") );
113 mExpiryUnitItem = new KConfigSkeleton::ItemEnum( currentGroup(), QLatin1String( "Expiry Unit" ), mExpiryUnit, valuesExpiryUnit, UnitMonths );
116 mArchiveFileItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Archive File" ), mArchiveFile );
119 mArchiveEventsItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Archive Events" ), mArchiveEvents, true );
122 mArchiveTodosItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Archive Todos" ), mArchiveTodos, true );
138 mArchiveActionItem = new KConfigSkeleton::ItemEnum( currentGroup(), QLatin1String( "Archive Action" ), mArchiveAction, valuesArchiveAction, actionArchive );
144 mWorkWeekMaskItem = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "Work Week Mask" ), mWorkWeekMask, 31 );
147 mUserNameItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "user_name" ), mUserName, i18n("Anonymous") );
149 mUserNameItem->setWhatsThis( i18n("Enter your full name here. This name will be displayed as \"Organizer\" in to-dos and events you create.") );
151 mUserEmailItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "user_email" ), mUserEmail, i18n("nobody@nowhere") );
153 mUserEmailItem->setWhatsThis( i18n("Enter here your e-mail address. This e-mail address will be used to identify the owner of the calendar, and displayed in events and to-dos you create.") );
155 mEventTemplatesItem = new KConfigSkeleton::ItemStringList( currentGroup(), QLatin1String( "EventTemplates" ), mEventTemplates );
158 mTodoTemplatesItem = new KConfigSkeleton::ItemStringList( currentGroup(), QLatin1String( "TodoTemplates" ), mTodoTemplates );
161 mJournalTemplatesItem = new KConfigSkeleton::ItemStringList( currentGroup(), QLatin1String( "JournalTemplates" ), mJournalTemplates );
164 mActiveDesignerFieldsItem = new KConfigSkeleton::ItemStringList( currentGroup(), QLatin1String( "ActiveDesignerFields" ), mActiveDesignerFields );
170 mUnsetCategoryColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "Unset Category Color" ), mUnsetCategoryColor, QColor( 151, 235, 121 ) );
171 mUnsetCategoryColorItem->setLabel( i18n("\"No category\" color (for \"Only category\" drawing schemes)") );
172 mUnsetCategoryColorItem->setToolTip( i18n("Use this color when drawing items without a category") );
173 mUnsetCategoryColorItem->setWhatsThis( i18n("Select a color to use for the \"no category\" or \"unset category\" situation, when an item does not belong to any category. This color is used when drawing items in the agenda or month views using the \"Only category\" scheme.") );
QStringList mTodoTemplates
Definition: kcalprefs_base.h:790
bool mUseGroupwareCommunication
Definition: kcalprefs_base.h:770
int mReminderTimeUnits
Definition: kcalprefs_base.h:763
bool mDefaultAudioFileReminders
Definition: kcalprefs_base.h:758
QDateTime mDefaultDuration
Definition: kcalprefs_base.h:757
QStringList mEventTemplates
Definition: kcalprefs_base.h:789
QStringList mJournalTemplates
Definition: kcalprefs_base.h:791
QString mAudioFilePath
Definition: kcalprefs_base.h:759
bool mShowTimeZoneSelectorInIncidenceEditor
Definition: kcalprefs_base.h:774
QStringList mActiveDesignerFields
Definition: kcalprefs_base.h:792
QColor mUnsetCategoryColor
Definition: kcalprefs_base.h:795
bool mDefaultEventReminders
Definition: kcalprefs_base.h:760
QStringList mAdditionalMails
Definition: kcalprefs_base.h:771
bool mDefaultTodoReminders
Definition: kcalprefs_base.h:761
bool mEmailControlCenter
Definition: kcalprefs_base.h:753
bool mExcludeHolidays
Definition: kcalprefs_base.h:766
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:54:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:54:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.