kaddressbook
ContactEditorTabPage Class Reference
List of all members.Detailed Description
Definition at line 66 of file contacteditorwidgetmanager.h.
Signals | |
| void | changed () |
Public Member Functions | |
| ContactEditorTabPage (QWidget *parent, const char *name=0) | |
| void | addWidget (KAB::ContactEditorWidget *widget) |
| void | loadContact (KABC::Addressee *addr) |
| void | storeContact (KABC::Addressee *addr) |
| void | setReadOnly (bool readOnly) |
| void | updateLayout () |
Member Function Documentation
|
|
Adds a widget to the tab.
Definition at line 117 of file contacteditorwidgetmanager.cpp. |
|
|
Emitted whenever the page has changed.
|
|
|
Load the contacts data into the GUI.
Definition at line 139 of file contacteditorwidgetmanager.cpp. |
|
|
Sets whether the contact should be presented as read-only. You should update your GUI in the reimplemented method. Definition at line 159 of file contacteditorwidgetmanager.cpp. |
|
|
Save the data from the GUI into the passed contact object.
Definition at line 148 of file contacteditorwidgetmanager.cpp. |
|
|
Calculates the layout of the widgets and moves them to the correct position.
Definition at line 166 of file contacteditorwidgetmanager.cpp. |
The documentation for this class was generated from the following files:

