Akonadi Contacts

addresstypedialog.h
1/*
2 This file is part of Contact Editor.
3
4 SPDX-FileCopyrightText: 2009 Tobias Koenig <tokoe@kde.org>
5
6 SPDX-License-Identifier: LGPL-2.0-or-later
7*/
8
9#pragma once
10
11#include <KContacts/Address>
12#include <QDialog>
13
14class QButtonGroup;
15
16namespace Akonadi
17{
18/**
19 * Dialog for creating a new address types.
20 *
21 * @note This dialog is only used by AddressTypeCombo.
22 */
24{
26public:
28 ~AddressTypeDialog() override;
29
30 [[nodiscard]] KContacts::Address::Type type() const;
31
32private:
33 QButtonGroup *mGroup = nullptr;
34
36};
37}
Dialog for creating a new address types.
A widget for editing the display name of a contact.
Q_OBJECTQ_OBJECT
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:13:20 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.