Akonadi Contacts
emailaddressselectiondialog.cpp
36 q->connect(mView->emailAddressSelectionWidget()->view(), &QTreeView::doubleClicked, q, &QDialog::accept);
50 KConfigGroup group(KSharedConfig::openStateConfig(), QStringLiteral("EmailAddressSelectionDialog"));
61 KConfigGroup group(KSharedConfig::openStateConfig(), QStringLiteral("EmailAddressSelectionDialog"));
A dialog to select email addresses from Akonadi.
Definition emailaddressselectiondialog.h:49
Akonadi::EmailAddressSelection::List selectedAddresses() const override
Returns the list of selected email addresses.
Definition emailaddressselectiondialog.cpp:86
Akonadi::EmailAddressSelectionWidget * view() const override
Returns the email address selection view that is used.
Definition emailaddressselectiondialog.cpp:91
~EmailAddressSelectionDialog() override
Destroys the email address selection dialog.
Definition emailaddressselectiondialog.cpp:81
EmailAddressSelectionDialog(QWidget *parent=nullptr)
Creates a new email address selection dialog.
Definition emailaddressselectiondialog.cpp:69
A widget to select email addresses from Akonadi.
Definition emailaddressselectionwidget.h:57
QTreeView * view() const
Returns the tree view that is used to list the items.
Definition emailaddressselectionwidget.cpp:222
A widget for editing the display name of a contact.
void setShortcut(const QKeySequence &key)
void doubleClicked(const QModelIndex &index)
virtual void accept()
virtual void reject()
virtual QSize sizeHint() const const override
void accepted()
void rejected()
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)
void setDefault(bool)
int height() const const
bool isValid() const const
int width() const const
Key_Return
CTRL
void resize(const QSize &)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:36:45 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:36:45 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.