akonadi
22 #ifndef EMAILEDITWIDGET_H
23 #define EMAILEDITWIDGET_H
50 void loadContact(
const KABC::Addressee &contact );
51 void storeContact( KABC::Addressee &contact )
const;
53 void setReadOnly(
bool readOnly );
57 void textChanged(
const QString& );
60 KLineEdit *mEmailEdit;
61 QToolButton *mEditButton;
62 QStringList mEmailList;
65 class EmailEditDialog :
public KDialog
70 explicit EmailEditDialog(
const QStringList &list, QWidget *parent = 0 );
73 QStringList emails()
const;
81 void selectionChanged();
86 KListWidget *mEmailListBox;
87 QPushButton *mAddButton;
88 QPushButton *mRemoveButton;
89 QPushButton *mEditButton;
90 QPushButton *mStandardButton;
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:27 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.