#include <resourceconfigwidget.h>
Inheritance diagram for KABC::ResourceConfigWidget:

Public Slots | |
| virtual void | loadSettings (KConfig *config) |
| virtual void | saveSettings (KConfig *config) |
Public Methods | |
| ResourceConfigWidget (QWidget *parent=0, const char *name=0) | |
| virtual void | setEditMode (bool value) |
The loadSettings() and saveSettings() slots should be reimplemented to store the resource specific settings.
Definition at line 36 of file resourceconfigwidget.h.
|
||||||||||||
|
Constructor. |
|
|
This method is called by the ResourceConfigDialog to load the resource specific settings. You have to reimplement it.
|
|
|
This method is called by the ResourceConfigDialog to save the resource specific settings. You have to reimplement it.
|
|
|
Sets the widget to 'edit' mode. Reimplement this method if you are interested in the mode change (to disable some GUI element for example). By default the widget is in 'add' mode. |
1.2.18