Akonadi Contacts
12 #include "contacteditor_private_export.h"
13 #include <KContacts/Email>
16 namespace ContactEditor
18 class PreferredLineEditWidget;
19 class MailTypeCombobox;
20 class CONTACTEDITOR_TESTS_EXPORT MailWidget :
public QWidget
24 explicit MailWidget(
QWidget *parent =
nullptr);
25 ~MailWidget()
override;
28 void updateAddRemoveButton(
bool addButtonEnabled);
31 void setPreferred(
bool b);
32 void setReadOnly(
bool readOnly);
34 void addWidget(ContactEditor::MailWidget *);
35 void removeWidget(ContactEditor::MailWidget *);
36 void preferredChanged(ContactEditor::MailWidget *);
40 void slotRemoveMail();
41 void slotPreferredChanged();
44 PreferredLineEditWidget *mMailEdit =
nullptr;
45 ContactEditor::MailTypeCombobox *mMailType =
nullptr;
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Apr 1 2023 04:09:05 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.