kaddressbook
mergecontactsdialog.cpp
Go to the documentation of this file.
53 mNoEnoughContactSelected = new KABMergeContacts::MergeContactErrorLabel(KABMergeContacts::MergeContactErrorLabel::NotEnoughContactsSelected);
57 mNoContactSelected = new KABMergeContacts::MergeContactErrorLabel(MergeContactErrorLabel::NoContactSelected, this);
64 connect(mManualMergeResultWidget, SIGNAL(customizeMergeContact(Akonadi::Item::List,MergeContacts::ConflictInformations,Akonadi::Collection)),
65 this, SLOT(slotCustomizeMergeContact(Akonadi::Item::List,MergeContacts::ConflictInformations,Akonadi::Collection)));
99 void MergeContactsDialog::slotCustomizeMergeContact(const Akonadi::Item::List &lst, MergeContacts::ConflictInformations conflictType, const Akonadi::Collection &col)
void setContacts(MergeContacts::ConflictInformations conflictTypes, const Akonadi::Item::List &listItem, const Akonadi::Collection &col)
Definition: mergecontactselectinformationscrollarea.cpp:72
bool isValid() const
Definition: mergecontacterrorlabel.h:29
void setContacts(const Akonadi::Item::List &items)
Definition: mergecontactwidget.cpp:116
void setCurrentWidget(QWidget *widget)
void setContact(const Akonadi::Item &item)
Definition: mergecontactinfowidget.cpp:59
~MergeContactsDialog()
Definition: mergecontactsdialog.cpp:82
MergeContactsDialog(QWidget *parent=0)
Definition: mergecontactsdialog.cpp:42
void setObjectName(const QString &name)
void setContacts(const Akonadi::Item::List &list)
Definition: mergecontactsdialog.cpp:87
Definition: mergecontactselectinformationscrollarea.h:28
int addWidget(QWidget *widget)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.