Pimcommon

incidencesforwidget.h
1/*
2 SPDX-FileCopyrightText: 2014-2024 Laurent Montel <montel@kde.org>
3 SPDX-FileCopyrightText: 2021 Carl Schwan <carlschwan@kde.org>
4
5 SPDX-License-Identifier: LGPL-2.0-or-later
6*/
7
8#pragma once
9
10#include "pimcommonakonadi_export.h"
11#include <QComboBox>
12
13namespace PimCommon
14{
15class IncidencesForWidgetPrivate;
16/**
17 * @brief The IncidencesForWidget class is used for configuring which
18 * users sharing this folder should get "busy" periods in their freebusy
19 * lists.
20 * @author Laurent Montel <montel@kde.org>
21 */
22class PIMCOMMONAKONADI_EXPORT IncidencesForWidget : public QComboBox
23{
24 Q_OBJECT
25public:
26 explicit IncidencesForWidget(QWidget *parent = nullptr);
27 ~IncidencesForWidget() override;
28
29 /// Label name of the combobox.
30 static QString labelName();
31};
32}
The IncidencesForWidget class is used for configuring which users sharing this folder should get "bus...
folderdialogacltab.h
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:17:23 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.