korganizer
koprefs_base.cpp
Go to the documentation of this file.
13 mAutoExportItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Auto Export" ), mAutoExport, false );
16 mAutoExportItem->setWhatsThis( i18n("Check this box to export the calendar to a HTML-file periodically. By default, this file will be called calendar.html and placed in the user home folder. You can change the file location by selecting the \"Export Web page\" option under the \"Export\" menu.") );
18 mAutoExportIntervalItem = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "Auto Export Interval" ), mAutoExportInterval, 10 );
21 mAutoExportIntervalItem->setToolTip( i18n("Interval between periodic HTML exports, in minutes") );
22 mAutoExportIntervalItem->setWhatsThis( i18n("Set the interval between automatic exporting of calendar events in minutes here.") );
24 mConfirmItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Confirm Deletes" ), mConfirm, true );
27 mConfirmItem->setWhatsThis( i18n("Check this box to display a confirmation dialog when deleting items.") );
34 choice.whatsThis = i18n("Select this option to always record new events, to-dos and journal entries using the standard calendar.");
41 choice.whatsThis = i18n("Select this option to choose the calendar to be used to record the item each time you create a new event, to-do or journal entry. This choice is recommended if you intend to use the shared folders functionality of the Kolab server or have to manage multiple accounts using Kontact as a KDE Kolab client. ");
44 mDestinationItem = new KConfigSkeleton::ItemEnum( currentGroup(), QLatin1String( "Destination" ), mDestination, valuesDestination, askDestination );
50 mShowReminderDaemonItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "ShowReminderDaemon" ), mShowReminderDaemon, true );
52 mShowReminderDaemonItem->setWhatsThis( i18n("Check this box to show the KOrganizer reminder daemon in the system tray.") );
57 mTimeZoneIdItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "TimeZoneId" ), mTimeZoneId );
59 mTimeZoneIdItem->setWhatsThis( i18n("Select your timezone from the list of locations on this drop down box. If your city is not listed, select one which shares the same timezone. KOrganizer will automatically adjust for daylight savings.") );
61 mDayBeginsItem = new KConfigSkeleton::ItemDateTime( currentGroup(), QLatin1String( "DayBegins" ), mDayBegins, QDateTime(QDate(1752,1,1), QTime(7,0)) );
63 mDayBeginsItem->setWhatsThis( i18n("Enter the start time for events here. This time should be the earliest time that you use for events, as it will be displayed at the top.") );
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.") );
69 mWorkingHoursStartItem = new KConfigSkeleton::ItemDateTime( currentGroup(), QLatin1String( "WorkingHoursStart" ), mWorkingHoursStart, QDateTime(QDate(1752,1,1), QTime(8,0)) );
71 mWorkingHoursStartItem->setWhatsThis( i18n("Enter the start time for the working hours here. The working hours will be marked with color by KOrganizer.") );
73 mWorkingHoursEndItem = new KConfigSkeleton::ItemDateTime( currentGroup(), QLatin1String( "WorkingHoursEnd" ), mWorkingHoursEnd, QDateTime(QDate(1752,1,1), QTime(17,0)) );
75 mWorkingHoursEndItem->setWhatsThis( i18n("Enter the ending time for the working hours here. The working hours will be marked with color by KOrganizer.") );
77 mExcludeHolidaysItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Exclude Holidays" ), mExcludeHolidays, true );
79 mExcludeHolidaysItem->setWhatsThis( i18n("Check this box to prevent KOrganizer from marking the working hours on holidays.") );
81 mColorMonthBusyDaysEnabledItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "ColorMonthBusyDaysEnabled" ), mColorMonthBusyDaysEnabled, false );
82 mColorMonthBusyDaysEnabledItem->setLabel( i18n("Color busy days with a different background color") );
83 mColorMonthBusyDaysEnabledItem->setWhatsThis( i18n("Check this box if you want month view's background to be filled with a different color on days which have at least one all day event marked as busy. Also, you can change the background color used for this option on the Colors configuration page. Look for the \"Busy days background color\" setting.") );
88 mEnableToolTipsItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Enable ToolTips" ), mEnableToolTips, true );
90 mEnableToolTipsItem->setWhatsThis( i18n("Check this box to display summary tooltips when hovering the mouse over an event or a to-do.") );
92 mTodosUseCategoryColorsItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "TodosUseCategoryColors" ), mTodosUseCategoryColors, false );
94 mTodosUseCategoryColorsItem->setWhatsThis( i18n("Check this box so that to-dos will use category colors and not colors specific to their due, due today or overdue state") );
96 mNextXDaysItem = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "Next X Days" ), mNextXDays, 3 );
99 mNextXDaysItem->setWhatsThis( i18n("Select the number of \"x\" days to be displayed in the next days view. To access the next \"x\" days view, choose the \"Next X Days\" menu item from the \"View\" menu.") );
101 mDailyRecurItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Show Daily Recurrences" ), mDailyRecur, true );
103 mDailyRecurItem->setWhatsThis( i18n("Check this box to show the days containing daily recurring events in bold typeface in the Date Navigator, or uncheck it to give more prominence to other (non daily recurring) events.") );
105 mWeeklyRecurItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Show Weekly Recurrences" ), mWeeklyRecur, true );
107 mWeeklyRecurItem->setWhatsThis( i18n("Check this box to show the days containing weekly recurring events in bold typeface in the Date Navigator, or uncheck it to give more prominence to other (non weekly recurring) events.") );
109 mHighlightTodosItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Highlight To-dos" ), mHighlightTodos, true );
111 mHighlightTodosItem->setWhatsThis( i18n("Check this box to show the days containing to-dos in bold typeface in the Date Navigator when in to-do view.") );
113 mHighlightJournalsItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Highlight Journals" ), mHighlightJournals, true );
114 mHighlightJournalsItem->setLabel( i18n("Show journals instead of events when in Journal View") );
115 mHighlightJournalsItem->setWhatsThis( i18n("Check this box to show the days containing journals in bold typeface in the Date Navigator when in journal view.") );
117 mWeekNumbersShowWorkItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Week Numbers Show Work Week" ), mWeekNumbersShowWork, false );
118 mWeekNumbersShowWorkItem->setLabel( i18n("Week numbers select a work week when in work week mode") );
119 mWeekNumbersShowWorkItem->setWhatsThis( i18n("Check this box to select a working week when clicking on the Date Navigator's week numbers, or uncheck it to choose the whole week.") );
124 mHourSizeItem = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "Hour Size" ), mHourSize, 10 );
129 mHourSizeItem->setWhatsThis( i18n("Select the height of the hour rows in the agenda grid, in pixels. Increasing this value will make each row in the agenda grid taller.") );
131 mEnableAgendaItemIconsItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Show Icons in Agenda View" ), mEnableAgendaItemIcons, true );
134 mEnableAgendaItemIconsItem->setWhatsThis( i18n("Check this box to display icons (alarm, recursion, etc.) in agenda view items.") );
136 mShowTodosAgendaViewItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "ShowTodosAgendaView" ), mShowTodosAgendaView, true );
139 mShowTodosAgendaViewItem->setWhatsThis( i18n("Check this box to display to-dos in the agenda view.") );
141 mMarcusBainsEnabledItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Show current-time line" ), mMarcusBainsEnabled, true );
144 mMarcusBainsEnabledItem->setWhatsThis( i18n("Check this box to display a line in the day or week view indicating the current-time line (Marcus Bains line).") );
146 mMarcusBainsShowSecondsItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Current-time line shows seconds" ), mMarcusBainsShowSeconds, false );
147 mMarcusBainsShowSecondsItem->setLabel( i18n("Show seconds on the current-time (Marcus Bains) line") );
148 mMarcusBainsShowSecondsItem->setToolTip( i18n("Display seconds with the current-time indicator") );
149 mMarcusBainsShowSecondsItem->setWhatsThis( i18n("Check this box if you want to show seconds on the current-time line.") );
151 mSelectionStartsEditorItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "SelectionStartsEditor" ), mSelectionStartsEditor, false );
152 mSelectionStartsEditorItem->setLabel( i18n("Time range selection in agenda view starts event editor") );
153 mSelectionStartsEditorItem->setToolTip( i18n("Enable automatic event editor with time range selection") );
154 mSelectionStartsEditorItem->setWhatsThis( i18n("Check this box to start the event editor automatically when you select a time range in the daily and weekly view. To select a time range, drag the mouse from the start time to the end time of the event you are about to plan.") );
161 choice.toolTip = i18n("Draw agenda items in their category color inside and calendar color for their border");
162 choice.whatsThis = i18n("Select the \"Category inside, calendar outside\" option if you would like to draw calendar items in their associated category color, with the item's border drawn in the color of its calendar. Please use the Colors and Fonts configuration page for setting these colors.");
169 choice.toolTip = i18n("Draw agenda items in their calendar color inside and category color for their border");
170 choice.whatsThis = i18n("Select the \"Calendar inside, category outside\" option if you would like to draw calendar items in their associated calendar color, with the item's border drawn in the color of its category. Please use the Colors and Fonts configuration page for setting these colors.");
177 choice.toolTip = i18n("Draw agenda items using their category color for the inside and border");
178 choice.whatsThis = i18n("Select the \"Only category\" option if you would like to draw calendar items (both inside and border) in the color of their associated category. Please use the Colors and Fonts configuration page for setting these colors.");
185 choice.toolTip = i18n("Draw agenda items using their calendar color for the inside and border");
186 choice.whatsThis = i18n("Select the \"Only calendar\" option if you would like to draw calendar items (both inside and border) in the color of their calendar. Please use the Colors and Fonts configuration page for setting these colors.");
189 mAgendaViewColorsItem = new KConfigSkeleton::ItemEnum( currentGroup(), QLatin1String( "AgendaViewColors" ), mAgendaViewColors, valuesAgendaViewColors, CategoryInsideResourceOutside );
192 mColorBusyDaysEnabledItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "ColorBusyDaysEnabled" ), mColorBusyDaysEnabled, false );
193 mColorBusyDaysEnabledItem->setLabel( i18n("Color busy days with a different background color") );
194 mColorBusyDaysEnabledItem->setWhatsThis( i18n("Check this box if you want agenda's background to be filled with a different color on days which have at least one all day event marked as busy. Also, you can change the background color used for this option on the Colors configuration page. Look for the \"Busy days background color\" setting.") );
202 choice.whatsThis = i18n("Select the \"Merge all calendars into one view\" option if you would like all your calendars to be shown together in one agenda view.");
210 choice.whatsThis = i18n("Select the \"Show calendars side by side\" option if you would like to see two calendars at once, in a side-by-side view.");
218 choice.whatsThis = i18n("Select \"Switch between views with tabs\" if you would like to alternate between calendars using the tab key.");
221 mAgendaViewCalendarDisplayItem = new KConfigSkeleton::ItemEnum( currentGroup(), QLatin1String( "AgendaViewCalendarDisplay" ), mAgendaViewCalendarDisplay, valuesAgendaViewCalendarDisplay, CalendarsMerged );
227 mEnableMonthItemIconsItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Show Icons in Month View" ), mEnableMonthItemIcons, true );
230 mEnableMonthItemIconsItem->setWhatsThis( i18n("Check this box to display icons (alarm, recursion, etc.) in month view items.") );
232 mShowTimeInMonthViewItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Show time in Month View" ), mShowTimeInMonthView, false );
235 mShowTimeInMonthViewItem->setWhatsThis( i18n("Check this box to display the time in month view items.") );
237 mShowTodosMonthViewItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "ShowTodosMonthView" ), mShowTodosMonthView, true );
240 mShowTodosMonthViewItem->setWhatsThis( i18n("Check this box to display to-dos in the month view.") );
242 mShowJournalsMonthViewItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "ShowJournalsMonthView" ), mShowJournalsMonthView, true );
245 mShowJournalsMonthViewItem->setWhatsThis( i18n("Check this box to display journals in the month view.") );
247 mFullViewMonthItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Full View Month" ), mFullViewMonth, false );
249 mFullViewMonthItem->setWhatsThis( i18n("Check this box to use the full KOrganizer window when displaying the month view. If this box is checked, you will gain some space for the monthly view, but other widgets, such as the date navigator, the item details and the calendars list, will not be displayed.") );
256 choice.toolTip = i18n("Draw month items in their category color inside and calendar color for their border");
257 choice.whatsThis = i18n("Select the \"Category inside, calendar outside\" option if you would like to draw calendar items in their associated category color, with the item's border drawn in the color of its calendar. Please use the Colors and Fonts configuration page for setting these colors.");
264 choice.toolTip = i18n("Draw month items in their calendar color inside and category color for their border");
265 choice.whatsThis = i18n("Select the \"Calendar inside, category outside\" option if you would like to draw calendar items in their associated calendar color, with the item's border drawn in the color of its category. Please use the Colors and Fonts configuration page for setting these colors.");
273 choice.whatsThis = i18n("Select the \"Only category\" option if you would like to draw calendar items (both inside and border) in the color of their associated category. Please use the Colors and Fonts configuration page for setting these colors.");
281 choice.whatsThis = i18n("Select the \"Only calendar\" option if you would like to draw calendar items (both inside and border) in the color of their calendar. Please use the Colors and Fonts configuration page for setting these colors.");
284 mMonthViewColorsItem = new KConfigSkeleton::ItemEnum( currentGroup(), QLatin1String( "MonthViewColors" ), mMonthViewColors, valuesMonthViewColors, MonthItemCategoryInsideResourceOutside );
290 mSortCompletedTodosSeparatelyItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Sort Completed Todos Separately" ), mSortCompletedTodosSeparately, true );
291 mSortCompletedTodosSeparatelyItem->setLabel( i18n("Always display completed to-dos at the bottom of the list") );
292 mSortCompletedTodosSeparatelyItem->setToolTip( i18n("Completed to-dos are displayed at the bottom of the list, regardless of priority") );
293 mSortCompletedTodosSeparatelyItem->setWhatsThis( i18n("Check this box if you want all completed to-dos to be always grouped at the bottom of the to-do list.") );
295 mFullViewTodoItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Full View Todo" ), mFullViewTodo, false );
298 mFullViewTodoItem->setWhatsThis( i18n("Check this box to use the full KOrganizer window when displaying the to-do list view. If this box is checked, you will gain some space for the to-do list view, but other widgets, such as the date navigator, the to-do details and the calendars list, will not be displayed.") );
300 mFlatListTodoItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Flat List Todo" ), mFlatListTodo, false );
302 mFlatListTodoItem->setToolTip( i18n("Display to-dos as a flat list instead of a hierarchical tree") );
303 mFlatListTodoItem->setWhatsThis( i18n("Check this box if you want to see all your to-dos in a flat list instead of being arranged in a hierarchical tree.") );
305 mRecordTodosInJournalsItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Record Todos In Journals" ), mRecordTodosInJournals, false );
307 mRecordTodosInJournalsItem->setWhatsThis( i18n("Check this box to record the completion of a to-do in a new entry of your journal automatically.") );
312 mHolidayColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "Holiday Color" ), mHolidayColor, QColor( 255, 100, 100 ) );
314 mHolidayColorItem->setWhatsThis( i18n("Select the holiday color here. The holiday color will be used for the holiday name in the month view and the holiday number in the date navigator.") );
316 mAgendaBgColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "AgendaBackgroundColor" ), mAgendaBgColor, QColor( 255, 255, 255 ) );
320 mAgendaMarcusBainsLineLineColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "Agenda MarcusBainsLine Line Color" ), mAgendaMarcusBainsLineLineColor, QColor( 255,0,0 ) );
322 mAgendaMarcusBainsLineLineColorItem->setToolTip( i18n("Use this color for the Agenda View current-time (Marcus Bains) line") );
323 mAgendaMarcusBainsLineLineColorItem->setWhatsThis( i18n("Select a color to use for the current-time (Marcus Bains) line.") );
324 addItem( mAgendaMarcusBainsLineLineColorItem, QLatin1String( "AgendaMarcusBainsLineLineColor" ) );
325 mViewBgBusyColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "ViewBackgroundBusyColor" ), mViewBgBusyColor, QColor( 136, 255, 219 ) );
327 mViewBgBusyColorItem->setWhatsThis( i18n("When you have an all day event marked as busy, you can have a different agenda or month view background color for that day. Select the color here.") );
329 mWorkingHoursColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "WorkingHoursColor" ), mWorkingHoursColor, QColor( 255, 235, 154 ) );
331 mWorkingHoursColorItem->setWhatsThis( i18n("Select the working hours color for the agenda view here.") );
333 mTodoDueTodayColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "Todo due today Color" ), mTodoDueTodayColor, QColor( 255, 200, 50 ) );
337 mTodoOverdueColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "Todo overdue Color" ), mTodoOverdueColor, QColor( 255, 100, 100 ) );
344 mAgendaTimeLabelsFontItem = new KConfigSkeleton::ItemFont( currentGroup(), QLatin1String( "Agenda TimeLabels Font" ), mAgendaTimeLabelsFont );
346 mAgendaTimeLabelsFontItem->setWhatsThis( i18n("Press this button to configure the time bar font. The time bar is the widget that shows the hours in the agenda view. This button will open the \"Select Font\" dialog, allowing you to choose the hour font for the time bar.") );
348 mMonthViewFontItem = new KConfigSkeleton::ItemFont( currentGroup(), QLatin1String( "MonthView Font" ), mMonthViewFont );
350 mMonthViewFontItem->setWhatsThis( i18n("Press this button to configure the month view font. This button will open the \"Select Font\" dialog, allowing you to choose the font for the items in the month view.") );
352 mAgendaViewFontItem = new KConfigSkeleton::ItemFont( currentGroup(), QLatin1String( "AgendaView Font" ), mAgendaViewFont );
354 mAgendaViewFontItem->setWhatsThis( i18n("Press this button to configure the agenda view font. This button will open the \"Select Font\" dialog, allowing you to choose the font for the events in the agenda view.") );
356 mAgendaMarcusBainsLineFontItem = new KConfigSkeleton::ItemFont( currentGroup(), QLatin1String( "Agenda MarcusBainsLine Font" ), mAgendaMarcusBainsLineFont );
358 mAgendaMarcusBainsLineFontItem->setWhatsThis( i18n("Press this button to configure the current-time line font. This button will open the \"Select Font\" dialog, allowing you to choose the font for the current-time line in the agenda view.") );
363 mSelectedPluginsItem = new KConfigSkeleton::ItemStringList( currentGroup(), QLatin1String( "SelectedPlugins" ), mSelectedPlugins );
369 mEnableQuickTodoItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Quick Todo" ), mEnableQuickTodo, true );
372 mEnableTodoQuickSearchItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Todo Quick Search" ), mEnableTodoQuickSearch, true );
394 mDefaultTodoAttachMethodItem = new KConfigSkeleton::ItemEnum( currentGroup(), QLatin1String( "DefaultTodoAttachMethod" ), mDefaultTodoAttachMethod, valuesDefaultTodoAttachMethod, TodoAttachInlineFull );
396 mDefaultTodoAttachMethodItem->setWhatsThis( i18n("The default way of attaching dropped emails to a task") );
398 mCompactDialogsItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "CompactDialogs" ), mCompactDialogs, false );
401 mShowMenuBarItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "ShowMenuBar" ), mShowMenuBar, true );
407 mWorkWeekMaskItem = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "Work Week Mask" ), mWorkWeekMask, 31 );
410 mDefaultResourceColorSeedItem = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "DefaultResourceColorSeed" ), mDefaultResourceColorSeed, 0 );
420 mDefaultResourceColorsItem = new KConfigSkeleton::ItemStringList( currentGroup(), QLatin1String( "DefaultResourceColors" ), mDefaultResourceColors, defaultDefaultResourceColors );
423 mAssignDefaultResourceColorsItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "AssignDefaultResourceColors" ), mAssignDefaultResourceColors, true );
426 mDecorationsAtMonthViewTopItem = new KConfigSkeleton::ItemStringList( currentGroup(), QLatin1String( "Decorations At Month View Top" ), mDecorationsAtMonthViewTop );
429 mDecorationsAtAgendaViewTopItem = new KConfigSkeleton::ItemStringList( currentGroup(), QLatin1String( "Decorations At Agenda View Top" ), mDecorationsAtAgendaViewTop );
432 mDecorationsAtAgendaViewBottomItem = new KConfigSkeleton::ItemStringList( currentGroup(), QLatin1String( "Decorations At Agenda View Bottom" ), mDecorationsAtAgendaViewBottom );
434 addItem( mDecorationsAtAgendaViewBottomItem, QLatin1String( "DecorationsAtAgendaViewBottom" ) );
438 mAgendaGridBackgroundColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "Agenda Grid Background Color" ), mAgendaGridBackgroundColor, QColor( 255, 255, 255 ) );
440 mAgendaGridBackgroundColorItem->setWhatsThis( i18n("Select the agenda view background color here.") );
442 mAgendaGridBackgroundImageItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Agenda Grid Background Image" ), mAgendaGridBackgroundImage );
445 mAgendaGridHighlightColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "Agenda Grid Highlight Color" ), mAgendaGridHighlightColor, QColor( 100, 100, 255 ) );
447 mAgendaGridHighlightColorItem->setWhatsThis( i18n("Select the highlight color here. The highlight color will be used for marking the currently selected area in your agenda and in the date navigator.") );
449 mAgendaGridWorkHoursBackgroundImageItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Agenda Grid WorkHours Background Image" ), mAgendaGridWorkHoursBackgroundImage );
450 mAgendaGridWorkHoursBackgroundImageItem->setLabel( i18n("Agenda Grid WorkHours Background Image") );
451 addItem( mAgendaGridWorkHoursBackgroundImageItem, QLatin1String( "AgendaGridWorkHoursBackgroundImage" ) );
452 mAgendaCalendarItemsBackgroundColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "Agenda CalendarItems Background Color" ), mAgendaCalendarItemsBackgroundColor, QColor( 255, 100, 100 ) );
453 mAgendaCalendarItemsBackgroundColorItem->setLabel( i18n("Agenda CalendarItems Background Color") );
454 addItem( mAgendaCalendarItemsBackgroundColorItem, QLatin1String( "AgendaCalendarItemsBackgroundColor" ) );
455 mAgendaCalendarItemsBackgroundImageItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Agenda CalendarItems Background Image" ), mAgendaCalendarItemsBackgroundImage );
456 mAgendaCalendarItemsBackgroundImageItem->setLabel( i18n("Agenda CalendarItems Background Image") );
457 addItem( mAgendaCalendarItemsBackgroundImageItem, QLatin1String( "AgendaCalendarItemsBackgroundImage" ) );
458 mAgendaCalendarItemsFontItem = new KConfigSkeleton::ItemFont( currentGroup(), QLatin1String( "Agenda CalendarItems Font" ), mAgendaCalendarItemsFont );
461 mAgendaCalendarItemsFrameColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "Agenda CalendarItems Frame Color" ), mAgendaCalendarItemsFrameColor, QColor( 255, 100, 100 ) );
463 addItem( mAgendaCalendarItemsFrameColorItem, QLatin1String( "AgendaCalendarItemsFrameColor" ) );
464 mAgendaCalendarItemsIconItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Agenda CalendarItems Icon" ), mAgendaCalendarItemsIcon );
467 mAgendaCalendarItemsEventsBackgroundImageItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Agenda CalendarItems Events Background Image" ), mAgendaCalendarItemsEventsBackgroundImage );
468 mAgendaCalendarItemsEventsBackgroundImageItem->setLabel( i18n("Agenda CalendarItems Events Background Image") );
469 addItem( mAgendaCalendarItemsEventsBackgroundImageItem, QLatin1String( "AgendaCalendarItemsEventsBackgroundImage" ) );
470 mAgendaCalendarItemsEventsFontItem = new KConfigSkeleton::ItemFont( currentGroup(), QLatin1String( "Agenda CalendarItems Events Font" ), mAgendaCalendarItemsEventsFont );
472 addItem( mAgendaCalendarItemsEventsFontItem, QLatin1String( "AgendaCalendarItemsEventsFont" ) );
473 mAgendaCalendarItemsEventsFrameColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "Agenda CalendarItems Events Frame Color" ), mAgendaCalendarItemsEventsFrameColor, QColor( 255, 100, 100 ) );
474 mAgendaCalendarItemsEventsFrameColorItem->setLabel( i18n("Agenda CalendarItems Events Frame Color") );
475 addItem( mAgendaCalendarItemsEventsFrameColorItem, QLatin1String( "AgendaCalendarItemsEventsFrameColor" ) );
476 mAgendaCalendarItemsEventsIconItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Agenda CalendarItems Events Icon" ), mAgendaCalendarItemsEventsIcon );
478 addItem( mAgendaCalendarItemsEventsIconItem, QLatin1String( "AgendaCalendarItemsEventsIcon" ) );
479 mAgendaCalendarItemsToDosBackgroundColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "Agenda CalendarItems ToDos Background Color" ), mAgendaCalendarItemsToDosBackgroundColor, QColor( 255, 100, 100 ) );
480 mAgendaCalendarItemsToDosBackgroundColorItem->setLabel( i18n("Agenda CalendarItems ToDos Background Color") );
481 addItem( mAgendaCalendarItemsToDosBackgroundColorItem, QLatin1String( "AgendaCalendarItemsToDosBackgroundColor" ) );
482 mAgendaCalendarItemsToDosBackgroundImageItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Agenda CalendarItems ToDos Background Image" ), mAgendaCalendarItemsToDosBackgroundImage );
483 mAgendaCalendarItemsToDosBackgroundImageItem->setLabel( i18n("Agenda CalendarItems ToDos Background Image") );
484 addItem( mAgendaCalendarItemsToDosBackgroundImageItem, QLatin1String( "AgendaCalendarItemsToDosBackgroundImage" ) );
485 mAgendaCalendarItemsToDosFontItem = new KConfigSkeleton::ItemFont( currentGroup(), QLatin1String( "Agenda CalendarItems ToDos Font" ), mAgendaCalendarItemsToDosFont );
488 mAgendaCalendarItemsToDosFrameColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "Agenda CalendarItems ToDos Frame Color" ), mAgendaCalendarItemsToDosFrameColor, QColor( 255, 100, 100 ) );
489 mAgendaCalendarItemsToDosFrameColorItem->setLabel( i18n("Agenda CalendarItems ToDos Frame Color") );
490 addItem( mAgendaCalendarItemsToDosFrameColorItem, QLatin1String( "AgendaCalendarItemsToDosFrameColor" ) );
491 mAgendaCalendarItemsToDosIconItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Agenda CalendarItems ToDos Icon" ), mAgendaCalendarItemsToDosIcon );
494 mAgendaCalendarItemsToDosDueTodayBackgroundImageItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Agenda CalendarItems ToDos DueToday Background Image" ), mAgendaCalendarItemsToDosDueTodayBackgroundImage );
495 mAgendaCalendarItemsToDosDueTodayBackgroundImageItem->setLabel( i18n("Agenda CalendarItems ToDos DueToday Background Image") );
496 addItem( mAgendaCalendarItemsToDosDueTodayBackgroundImageItem, QLatin1String( "AgendaCalendarItemsToDosDueTodayBackgroundImage" ) );
497 mAgendaCalendarItemsToDosDueTodayFontItem = new KConfigSkeleton::ItemFont( currentGroup(), QLatin1String( "Agenda CalendarItems ToDos DueToday Font" ), mAgendaCalendarItemsToDosDueTodayFont );
498 mAgendaCalendarItemsToDosDueTodayFontItem->setLabel( i18n("Agenda CalendarItems ToDos DueToday Font") );
499 addItem( mAgendaCalendarItemsToDosDueTodayFontItem, QLatin1String( "AgendaCalendarItemsToDosDueTodayFont" ) );
500 mAgendaCalendarItemsToDosDueTodayFrameColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "Agenda CalendarItems ToDos DueToday Frame Color" ), mAgendaCalendarItemsToDosDueTodayFrameColor );
501 mAgendaCalendarItemsToDosDueTodayFrameColorItem->setLabel( i18n("Agenda CalendarItems ToDos DueToday Frame Color") );
502 addItem( mAgendaCalendarItemsToDosDueTodayFrameColorItem, QLatin1String( "AgendaCalendarItemsToDosDueTodayFrameColor" ) );
503 mAgendaCalendarItemsToDosDueTodayIconItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Agenda CalendarItems ToDos DueToday Icon" ), mAgendaCalendarItemsToDosDueTodayIcon );
504 mAgendaCalendarItemsToDosDueTodayIconItem->setLabel( i18n("Agenda CalendarItems ToDos DueToday Icon") );
505 addItem( mAgendaCalendarItemsToDosDueTodayIconItem, QLatin1String( "AgendaCalendarItemsToDosDueTodayIcon" ) );
506 mAgendaCalendarItemsToDosOverdueBackgroundImageItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Agenda CalendarItems ToDos Overdue Background Image" ), mAgendaCalendarItemsToDosOverdueBackgroundImage );
507 mAgendaCalendarItemsToDosOverdueBackgroundImageItem->setLabel( i18n("Agenda CalendarItems ToDos Overdue Background Image") );
508 addItem( mAgendaCalendarItemsToDosOverdueBackgroundImageItem, QLatin1String( "AgendaCalendarItemsToDosOverdueBackgroundImage" ) );
509 mAgendaCalendarItemsToDosOverdueFontItem = new KConfigSkeleton::ItemFont( currentGroup(), QLatin1String( "Agenda CalendarItems ToDos Overdue Font" ), mAgendaCalendarItemsToDosOverdueFont );
510 mAgendaCalendarItemsToDosOverdueFontItem->setLabel( i18n("Agenda CalendarItems ToDos Overdue Font") );
511 addItem( mAgendaCalendarItemsToDosOverdueFontItem, QLatin1String( "AgendaCalendarItemsToDosOverdueFont" ) );
512 mAgendaCalendarItemsToDosOverdueFrameColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "Agenda CalendarItems ToDos Overdue Frame Color" ), mAgendaCalendarItemsToDosOverdueFrameColor );
513 mAgendaCalendarItemsToDosOverdueFrameColorItem->setLabel( i18n("Agenda CalendarItems ToDos Overdue Frame Color") );
514 addItem( mAgendaCalendarItemsToDosOverdueFrameColorItem, QLatin1String( "AgendaCalendarItemsToDosOverdueFrameColor" ) );
515 mAgendaCalendarItemsToDosOverdueIconItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Agenda CalendarItems ToDos Overdue Icon" ), mAgendaCalendarItemsToDosOverdueIcon );
516 mAgendaCalendarItemsToDosOverdueIconItem->setLabel( i18n("Agenda CalendarItems ToDos Overdue Icon") );
517 addItem( mAgendaCalendarItemsToDosOverdueIconItem, QLatin1String( "AgendaCalendarItemsToDosOverdueIcon" ) );
518 mAgendaHolidaysBackgroundColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "Agenda Holidays Background Color" ), mAgendaHolidaysBackgroundColor, QColor( 255, 100, 100 ) );
520 mAgendaHolidaysBackgroundColorItem->setWhatsThis( i18n("Select the holiday color here. The holiday color will be used for the holiday name in the month view and the holiday number in the date navigator.") );
521 addItem( mAgendaHolidaysBackgroundColorItem, QLatin1String( "AgendaHolidaysBackgroundColor" ) );
522 mAgendaHolidaysBackgroundImageItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Agenda Holidays Background Image" ), mAgendaHolidaysBackgroundImage );
524 addItem( mAgendaHolidaysBackgroundImageItem, QLatin1String( "AgendaHolidaysBackgroundImage" ) );
528 mMonthGridBackgroundColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "Month Grid Background Color" ), mMonthGridBackgroundColor, QColor( 255, 255, 255 ) );
530 mMonthGridBackgroundColorItem->setWhatsThis( i18n("Select the Month view background color here.") );
532 mMonthGridBackgroundImageItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Month Grid Background Image" ), mMonthGridBackgroundImage );
535 mMonthGridHighlightColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "Month Grid Highlight Color" ), mMonthGridHighlightColor, QColor( 100, 100, 255 ) );
537 mMonthGridHighlightColorItem->setWhatsThis( i18n("Select the highlight color here. The highlight color will be used for marking the currently selected area in your Month and in the date navigator.") );
539 mMonthGridWorkHoursBackgroundColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "Month Grid WorkHours Background Color" ), mMonthGridWorkHoursBackgroundColor, QColor( 225, 225, 255 ) );
541 mMonthGridWorkHoursBackgroundColorItem->setWhatsThis( i18n("Select the working hours background color for the Month view here.") );
542 addItem( mMonthGridWorkHoursBackgroundColorItem, QLatin1String( "MonthGridWorkHoursBackgroundColor" ) );
543 mMonthGridWorkHoursBackgroundImageItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Month Grid WorkHours Background Image" ), mMonthGridWorkHoursBackgroundImage );
544 mMonthGridWorkHoursBackgroundImageItem->setLabel( i18n("Month Grid WorkHours Background Image") );
545 addItem( mMonthGridWorkHoursBackgroundImageItem, QLatin1String( "MonthGridWorkHoursBackgroundImage" ) );
546 mMonthCalendarItemsBackgroundColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "Month CalendarItems Background Color" ), mMonthCalendarItemsBackgroundColor, QColor( 255, 100, 100 ) );
547 mMonthCalendarItemsBackgroundColorItem->setLabel( i18n("Month CalendarItems Background Color") );
548 addItem( mMonthCalendarItemsBackgroundColorItem, QLatin1String( "MonthCalendarItemsBackgroundColor" ) );
549 mMonthCalendarItemsBackgroundImageItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Month CalendarItems Background Image" ), mMonthCalendarItemsBackgroundImage );
550 mMonthCalendarItemsBackgroundImageItem->setLabel( i18n("Month CalendarItems Background Image") );
551 addItem( mMonthCalendarItemsBackgroundImageItem, QLatin1String( "MonthCalendarItemsBackgroundImage" ) );
552 mMonthCalendarItemsFontItem = new KConfigSkeleton::ItemFont( currentGroup(), QLatin1String( "Month CalendarItems Font" ), mMonthCalendarItemsFont );
555 mMonthCalendarItemsFrameColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "Month CalendarItems Frame Color" ), mMonthCalendarItemsFrameColor, QColor( 255, 100, 100 ) );
558 mMonthCalendarItemsIconItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Month CalendarItems Icon" ), mMonthCalendarItemsIcon );
561 mMonthCalendarItemsEventsBackgroundColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "Month CalendarItems Events Background Color" ), mMonthCalendarItemsEventsBackgroundColor, QColor( 151, 235, 121 ) );
563 mMonthCalendarItemsEventsBackgroundColorItem->setWhatsThis( i18n("Select the default event color here. The default event color will be used for events categories in your Month. Note that you can specify a separate color for each event category below.") );
564 addItem( mMonthCalendarItemsEventsBackgroundColorItem, QLatin1String( "MonthCalendarItemsEventsBackgroundColor" ) );
565 mMonthCalendarItemsEventsBackgroundImageItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Month CalendarItems Events Background Image" ), mMonthCalendarItemsEventsBackgroundImage );
566 mMonthCalendarItemsEventsBackgroundImageItem->setLabel( i18n("Month CalendarItems Events Background Image") );
567 addItem( mMonthCalendarItemsEventsBackgroundImageItem, QLatin1String( "MonthCalendarItemsEventsBackgroundImage" ) );
568 mMonthCalendarItemsEventsFontItem = new KConfigSkeleton::ItemFont( currentGroup(), QLatin1String( "Month CalendarItems Events Font" ), mMonthCalendarItemsEventsFont );
571 mMonthCalendarItemsEventsFrameColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "Month CalendarItems Events Frame Color" ), mMonthCalendarItemsEventsFrameColor, QColor( 255, 100, 100 ) );
572 mMonthCalendarItemsEventsFrameColorItem->setLabel( i18n("Month CalendarItems Events Frame Color") );
573 addItem( mMonthCalendarItemsEventsFrameColorItem, QLatin1String( "MonthCalendarItemsEventsFrameColor" ) );
574 mMonthCalendarItemsEventsIconItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Month CalendarItems Events Icon" ), mMonthCalendarItemsEventsIcon );
577 mMonthCalendarItemsToDosBackgroundColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "Month CalendarItems ToDos Background Color" ), mMonthCalendarItemsToDosBackgroundColor, QColor( 255, 100, 100 ) );
578 mMonthCalendarItemsToDosBackgroundColorItem->setLabel( i18n("Month CalendarItems ToDos Background Color") );
579 addItem( mMonthCalendarItemsToDosBackgroundColorItem, QLatin1String( "MonthCalendarItemsToDosBackgroundColor" ) );
580 mMonthCalendarItemsToDosBackgroundImageItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Month CalendarItems ToDos Background Image" ), mMonthCalendarItemsToDosBackgroundImage );
581 mMonthCalendarItemsToDosBackgroundImageItem->setLabel( i18n("Month CalendarItems ToDos Background Image") );
582 addItem( mMonthCalendarItemsToDosBackgroundImageItem, QLatin1String( "MonthCalendarItemsToDosBackgroundImage" ) );
583 mMonthCalendarItemsToDosFontItem = new KConfigSkeleton::ItemFont( currentGroup(), QLatin1String( "Month CalendarItems ToDos Font" ), mMonthCalendarItemsToDosFont );
586 mMonthCalendarItemsToDosFrameColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "Month CalendarItems ToDos Frame Color" ), mMonthCalendarItemsToDosFrameColor, QColor( 255, 100, 100 ) );
587 mMonthCalendarItemsToDosFrameColorItem->setLabel( i18n("Month CalendarItems ToDos Frame Color") );
588 addItem( mMonthCalendarItemsToDosFrameColorItem, QLatin1String( "MonthCalendarItemsToDosFrameColor" ) );
589 mMonthCalendarItemsToDosIconItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Month CalendarItems ToDos Icon" ), mMonthCalendarItemsToDosIcon );
592 mMonthCalendarItemsToDosDueTodayBackgroundColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "Month CalendarItems ToDos DueTodayBackground Color" ), mMonthCalendarItemsToDosDueTodayBackgroundColor, QColor( 255, 200, 50 ) );
594 mMonthCalendarItemsToDosDueTodayBackgroundColorItem->setWhatsThis( i18n("Select the to-do due today color here.") );
595 addItem( mMonthCalendarItemsToDosDueTodayBackgroundColorItem, QLatin1String( "MonthCalendarItemsToDosDueTodayBackgroundColor" ) );
596 mMonthCalendarItemsToDosDueTodayBackgroundImageItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Month CalendarItems ToDos DueToday Background Image" ), mMonthCalendarItemsToDosDueTodayBackgroundImage );
597 mMonthCalendarItemsToDosDueTodayBackgroundImageItem->setLabel( i18n("Month CalendarItems ToDos DueToday Background Image") );
598 addItem( mMonthCalendarItemsToDosDueTodayBackgroundImageItem, QLatin1String( "MonthCalendarItemsToDosDueTodayBackgroundImage" ) );
599 mMonthCalendarItemsToDosDueTodayFontItem = new KConfigSkeleton::ItemFont( currentGroup(), QLatin1String( "Month CalendarItems ToDos DueToday Font" ), mMonthCalendarItemsToDosDueTodayFont );
600 mMonthCalendarItemsToDosDueTodayFontItem->setLabel( i18n("Month CalendarItems ToDos DueToday Font") );
601 addItem( mMonthCalendarItemsToDosDueTodayFontItem, QLatin1String( "MonthCalendarItemsToDosDueTodayFont" ) );
602 mMonthCalendarItemsToDosDueTodayFrameColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "Month CalendarItems ToDos DueToday Frame Color" ), mMonthCalendarItemsToDosDueTodayFrameColor );
603 mMonthCalendarItemsToDosDueTodayFrameColorItem->setLabel( i18n("Month CalendarItems ToDos DueToday Frame Color") );
604 addItem( mMonthCalendarItemsToDosDueTodayFrameColorItem, QLatin1String( "MonthCalendarItemsToDosDueTodayFrameColor" ) );
605 mMonthCalendarItemsToDosDueTodayIconItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Month CalendarItems ToDos DueToday Icon" ), mMonthCalendarItemsToDosDueTodayIcon );
606 mMonthCalendarItemsToDosDueTodayIconItem->setLabel( i18n("Month CalendarItems ToDos DueToday Icon") );
607 addItem( mMonthCalendarItemsToDosDueTodayIconItem, QLatin1String( "MonthCalendarItemsToDosDueTodayIcon" ) );
608 mMonthCalendarItemsToDosOverdueBackgroundColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "Month CalendarItems ToDos Overdue Background Color" ), mMonthCalendarItemsToDosOverdueBackgroundColor, QColor( 255, 100, 100 ) );
610 mMonthCalendarItemsToDosOverdueBackgroundColorItem->setWhatsThis( i18n("Select the to-do overdue color here.") );
611 addItem( mMonthCalendarItemsToDosOverdueBackgroundColorItem, QLatin1String( "MonthCalendarItemsToDosOverdueBackgroundColor" ) );
612 mMonthCalendarItemsToDosOverdueBackgroundImageItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Month CalendarItems ToDos Overdue Background Image" ), mMonthCalendarItemsToDosOverdueBackgroundImage );
613 mMonthCalendarItemsToDosOverdueBackgroundImageItem->setLabel( i18n("Month CalendarItems ToDos Overdue Background Image") );
614 addItem( mMonthCalendarItemsToDosOverdueBackgroundImageItem, QLatin1String( "MonthCalendarItemsToDosOverdueBackgroundImage" ) );
615 mMonthCalendarItemsToDosOverdueFontItem = new KConfigSkeleton::ItemFont( currentGroup(), QLatin1String( "Month CalendarItems ToDos Overdue Font" ), mMonthCalendarItemsToDosOverdueFont );
616 mMonthCalendarItemsToDosOverdueFontItem->setLabel( i18n("Month CalendarItems ToDos Overdue Font") );
617 addItem( mMonthCalendarItemsToDosOverdueFontItem, QLatin1String( "MonthCalendarItemsToDosOverdueFont" ) );
618 mMonthCalendarItemsToDosOverdueFrameColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "Month CalendarItems ToDos Overdue Frame Color" ), mMonthCalendarItemsToDosOverdueFrameColor );
619 mMonthCalendarItemsToDosOverdueFrameColorItem->setLabel( i18n("Month CalendarItems ToDos Overdue Frame Color") );
620 addItem( mMonthCalendarItemsToDosOverdueFrameColorItem, QLatin1String( "MonthCalendarItemsToDosOverdueFrameColor" ) );
621 mMonthCalendarItemsToDosOverdueIconItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Month CalendarItems ToDos Overdue Icon" ), mMonthCalendarItemsToDosOverdueIcon );
622 mMonthCalendarItemsToDosOverdueIconItem->setLabel( i18n("Month CalendarItems ToDos Overdue Icon") );
623 addItem( mMonthCalendarItemsToDosOverdueIconItem, QLatin1String( "MonthCalendarItemsToDosOverdueIcon" ) );
624 mMonthHolidaysBackgroundColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "Month Holidays Background Color" ), mMonthHolidaysBackgroundColor, QColor( 255, 100, 100 ) );
626 mMonthHolidaysBackgroundColorItem->setWhatsThis( i18n("Select the holiday color here. The holiday color will be used for the holiday name in the month view and the holiday number in the date navigator.") );
628 mMonthHolidaysBackgroundImageItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Month Holidays Background Image" ), mMonthHolidaysBackgroundImage );
QString mMonthCalendarItemsToDosBackgroundImage
Definition: koprefs_base.h:3252
QString mMonthGridBackgroundImage
Definition: koprefs_base.h:3237
QString mAgendaGridWorkHoursBackgroundImage
Definition: koprefs_base.h:3209
bool mAssignDefaultResourceColors
Definition: koprefs_base.h:3200
QString mAgendaCalendarItemsToDosOverdueIcon
Definition: koprefs_base.h:3231
QColor mMonthCalendarItemsToDosDueTodayBackgroundColor
Definition: koprefs_base.h:3256
QString mAgendaCalendarItemsBackgroundImage
Definition: koprefs_base.h:3211
QColor mAgendaHolidaysBackgroundColor
Definition: koprefs_base.h:3232
QColor mMonthGridBackgroundColor
Definition: koprefs_base.h:3236
QColor mMonthCalendarItemsEventsBackgroundColor
Definition: koprefs_base.h:3246
QString mAgendaCalendarItemsToDosDueTodayBackgroundImage
Definition: koprefs_base.h:3224
QColor mAgendaCalendarItemsEventsFrameColor
Definition: koprefs_base.h:3217
QColor mAgendaCalendarItemsFrameColor
Definition: koprefs_base.h:3213
QColor mMonthCalendarItemsBackgroundColor
Definition: koprefs_base.h:3241
QFont mAgendaCalendarItemsToDosDueTodayFont
Definition: koprefs_base.h:3225
Definition: koprefs_base.h:14
QColor mAgendaCalendarItemsToDosDueTodayFrameColor
Definition: koprefs_base.h:3226
QString mMonthCalendarItemsEventsBackgroundImage
Definition: koprefs_base.h:3247
QFont mMonthCalendarItemsToDosDueTodayFont
Definition: koprefs_base.h:3258
QStringList mDefaultResourceColors
Definition: koprefs_base.h:3199
QColor mAgendaCalendarItemsToDosBackgroundColor
Definition: koprefs_base.h:3219
QFont mAgendaCalendarItemsEventsFont
Definition: koprefs_base.h:3216
bool mSortCompletedTodosSeparately
Definition: koprefs_base.h:3166
QFont mMonthCalendarItemsToDosFont
Definition: koprefs_base.h:3253
QColor mAgendaMarcusBainsLineLineColor
Definition: koprefs_base.h:3174
QColor mAgendaGridHighlightColor
Definition: koprefs_base.h:3208
QColor mMonthCalendarItemsFrameColor
Definition: koprefs_base.h:3244
QFont mMonthCalendarItemsToDosOverdueFont
Definition: koprefs_base.h:3263
int mAgendaViewCalendarDisplay
Definition: koprefs_base.h:3155
QString mMonthCalendarItemsToDosDueTodayBackgroundImage
Definition: koprefs_base.h:3257
bool mColorMonthBusyDaysEnabled
Definition: koprefs_base.h:3134
QStringList mDecorationsAtMonthViewTop
Definition: koprefs_base.h:3201
QString mAgendaCalendarItemsToDosBackgroundImage
Definition: koprefs_base.h:3220
QStringList mDecorationsAtAgendaViewBottom
Definition: koprefs_base.h:3203
QString mMonthCalendarItemsBackgroundImage
Definition: koprefs_base.h:3242
QColor mMonthCalendarItemsToDosDueTodayFrameColor
Definition: koprefs_base.h:3259
QString mMonthCalendarItemsToDosDueTodayIcon
Definition: koprefs_base.h:3260
QString mMonthCalendarItemsEventsIcon
Definition: koprefs_base.h:3250
QString mAgendaCalendarItemsToDosIcon
Definition: koprefs_base.h:3223
QString mAgendaGridBackgroundImage
Definition: koprefs_base.h:3207
QFont mMonthCalendarItemsEventsFont
Definition: koprefs_base.h:3248
QColor mMonthGridWorkHoursBackgroundColor
Definition: koprefs_base.h:3239
QString mAgendaCalendarItemsEventsBackgroundImage
Definition: koprefs_base.h:3215
QFont mAgendaCalendarItemsToDosOverdueFont
Definition: koprefs_base.h:3229
QString mAgendaCalendarItemsToDosOverdueBackgroundImage
Definition: koprefs_base.h:3228
QString mAgendaCalendarItemsIcon
Definition: koprefs_base.h:3214
QFont mAgendaCalendarItemsToDosFont
Definition: koprefs_base.h:3221
QString mAgendaCalendarItemsEventsIcon
Definition: koprefs_base.h:3218
QColor mMonthCalendarItemsToDosFrameColor
Definition: koprefs_base.h:3254
QColor mMonthCalendarItemsToDosOverdueFrameColor
Definition: koprefs_base.h:3264
QColor mMonthCalendarItemsToDosOverdueBackgroundColor
Definition: koprefs_base.h:3261
QColor mAgendaCalendarItemsBackgroundColor
Definition: koprefs_base.h:3210
QColor mMonthHolidaysBackgroundColor
Definition: koprefs_base.h:3266
QColor mMonthCalendarItemsEventsFrameColor
Definition: koprefs_base.h:3249
QColor mAgendaCalendarItemsToDosOverdueFrameColor
Definition: koprefs_base.h:3230
QString mMonthCalendarItemsToDosOverdueIcon
Definition: koprefs_base.h:3265
QString mMonthCalendarItemsToDosOverdueBackgroundImage
Definition: koprefs_base.h:3262
QString mAgendaHolidaysBackgroundImage
Definition: koprefs_base.h:3233
QColor mAgendaGridBackgroundColor
Definition: koprefs_base.h:3206
QString mMonthGridWorkHoursBackgroundImage
Definition: koprefs_base.h:3240
QFont mAgendaMarcusBainsLineFont
Definition: koprefs_base.h:3184
QStringList mDecorationsAtAgendaViewTop
Definition: koprefs_base.h:3202
QString mMonthCalendarItemsToDosIcon
Definition: koprefs_base.h:3255
QString mMonthHolidaysBackgroundImage
Definition: koprefs_base.h:3267
Definition: koprefs_base.h:16
QString mAgendaCalendarItemsToDosDueTodayIcon
Definition: koprefs_base.h:3227
QColor mMonthCalendarItemsToDosBackgroundColor
Definition: koprefs_base.h:3251
QColor mAgendaCalendarItemsToDosFrameColor
Definition: koprefs_base.h:3222
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:19 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:56:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.