8#include "incidencesforwidget.h"
11#include <KLocalizedString>
14IncidencesForWidget::IncidencesForWidget(
QWidget *parent)
17 addItem(
i18n(
"Nobody"));
18 addItem(
i18n(
"Admins of This Folder"));
19 addItem(
i18n(
"All Readers of This Folder"));
21 setObjectName(
"contentstypecombobox"_L1);
23 "This setting defines which users sharing "
24 "this folder should get \"busy\" periods in their freebusy lists "
25 "and should see the alarms for the events or tasks in this folder. "
26 "The setting applies to Calendar and Task folders only "
27 "(for tasks, this setting is only used for alarms).\n\n"
28 "Example use cases: if the boss shares a folder with his secretary, "
29 "only the boss should be marked as busy for his meetings, so he should "
30 "select \"Admins\", since the secretary has no admin rights on the folder.\n"
31 "On the other hand if a working group shares a Calendar for "
32 "group meetings, all readers of the folders should be marked "
33 "as busy for meetings.\n"
34 "A company-wide folder with optional events in it would use \"Nobody\" "
35 "since it is not known who will go to those events.");
36 setWhatsThis(whatsThisForMyOwnFolders);
39IncidencesForWidget::~IncidencesForWidget() =
default;
43 return i18n(
"Generate free/&busy and activate alarms for:");
46#include "moc_incidencesforwidget.cpp"
QString i18n(const char *text, const TYPE &arg...)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:39:22 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.