akonadi/contact
NameEditWidget Class Reference
A widget for editing the name of a contact. More...
#include <nameeditwidget.h>
Inherits QWidget.
Signals | |
void | nameChanged (const KABC::Addressee &contact) |
Public Member Functions | |
NameEditWidget (QWidget *parent=0) | |
void | loadContact (const KABC::Addressee &contact) |
void | setReadOnly (bool readOnly) |
void | storeContact (KABC::Addressee &contact) const |
Detailed Description
A widget for editing the name of a contact.
The widget will show the name in a lineedit and provides a button to open a dialog for editing of the single name components.
Definition at line 38 of file nameeditwidget.h.
Member Function Documentation
void NameEditWidget::nameChanged | ( | const KABC::Addressee & | contact | ) | [signal] |
This signal is emitted whenever the name has been changed.
- Parameters:
-
contact A dummy contact that contains only the name components.
The documentation for this class was generated from the following files: