kopete/libkopete
addressbooklinkwidget.cpp
Go to the documentation of this file.
41 AddressBookLinkWidget::AddressBookLinkWidget( QWidget * parent, const char * name ) : QWidget(parent), Ui::AddressBookLinkWidgetBase(), mMetaContact( 0 )
46 btnClear->setIcon( KIcon( (QApplication::layoutDirection() == Qt::RightToLeft) ? QString::fromLatin1( "edit-clear-locationbar-ltr" ) : QString::fromLatin1( "edit-clear-locationbar-rtl") ) );
89 QPointer <Kopete::UI::AddressBookSelectorDialog> dialog = new Kopete::UI::AddressBookSelectorDialog( i18n("Address Book Association"), message,
A dialog that uses AddressBookSelectorWidget to allow the user to select a KDE addressbook contact...
Definition: addressbookselectordialog.h:49
void slotSelectAddressee()
Definition: addressbooklinkwidget.cpp:76
Definition: kopetemetacontact.h:54
void addresseeChanged(const KABC::Addressee &addr)
Emitted when the selected addressee changed.
AddressBookLinkWidget(QWidget *parent=0, const char *name=0)
Definition: addressbooklinkwidget.cpp:41
void setAddressee(const KABC::Addressee &addr)
Set the currently selected addressee.
Definition: addressbooklinkwidget.cpp:51
void slotClearAddressee()
Definition: addressbooklinkwidget.cpp:67
void setMetaContact(const Kopete::MetaContact *)
Set the current metacontact so that the selector dialog may be preselected.
Definition: addressbooklinkwidget.cpp:57
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.