Akonadi Contacts
emailaddressselectionwidget.h
43 * Akonadi::EmailAddressSelectionWidget *widget = new Akonadi::EmailAddressSelectionWidget( this );
78 * @param showOnlyContactWithEmail Allow to specify if you want to see only contact with email (by default yes in other constructor)
82 explicit EmailAddressSelectionWidget(bool showOnlyContactWithEmail, QAbstractItemModel *model = nullptr, QWidget *parent = nullptr);
void doubleClicked()
~EmailAddressSelectionWidget() override
Destroys the email address selection widget.
QLineEdit * searchLineEdit() const
Returns the line edit that is used for the search line.
Definition emailaddressselectionwidget.cpp:217
EmailAddressSelectionWidget(QWidget *parent=nullptr)
Creates a new email address selection widget.
Definition emailaddressselectionwidget.cpp:170
Akonadi::EmailAddressSelection::List selectedAddresses() const
Returns the list of selected email addresses.
Definition emailaddressselectionwidget.cpp:190
QTreeView * view() const
Returns the tree view that is used to list the items.
Definition emailaddressselectionwidget.cpp:222
QList< EmailAddressSelection > List
A list of email address selection objects.
Definition emailaddressselection.h:42
A widget for editing the display name of a contact.
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
QObject * parent() const const
QWidget(QWidget *parent, Qt::WindowFlags f)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:55:33 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:55:33 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.