Akonadi Contacts

mailtypecombobox.h
1/*
2 This file is part of Contact Editor.
3
4 SPDX-FileCopyrightText: 2016-2024 Laurent Montel <montel@kde.org>
5
6 SPDX-License-Identifier: LGPL-2.0-or-later
7*/
8
9#pragma once
10
11#include "../../widgets/contacteditorcombobox.h"
12#include "akonadi_contact_widgets_private_export.h"
13
14namespace Akonadi
15{
16class AKONADI_CONTACT_WIDGETS_TESTS_EXPORT MailTypeCombobox : public Akonadi::ContactEditorComboBox
17{
18 Q_OBJECT
19public:
20 explicit MailTypeCombobox(QWidget *parent = nullptr);
21 ~MailTypeCombobox() override;
22};
23}
A widget for editing the display name of a contact.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Jul 26 2024 11:57:38 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.