ConfigureTableViewDialog Class Reference
Configure dialog for the table view. More...
#include <configuretableviewdialog.h>
Inheritance diagram for ConfigureTableViewDialog:

Public Member Functions | |
ConfigureTableViewDialog (const QString &viewName, KABC::AddressBook *doc, QWidget *parent, const char *name) | |
virtual void | readConfig (KConfig *config) |
Reads the configuration from the config object and sets the values in the GUI. | |
virtual void | writeConfig (KConfig *config) |
Writes the configuration from the GUI to the config object. |
Detailed Description
Configure dialog for the table view.This dialog inherits from the standard view dialog in order to add a custom page for the table view.
Definition at line 44 of file configuretableviewdialog.h.
Member Function Documentation
|
Reads the configuration from the config object and sets the values in the GUI. If this method is overloaded, be sure to call the base class's method. Do not change the group of the config object in this method. Reimplemented from ConfigureViewDialog. Definition at line 132 of file configuretableviewdialog.cpp. References LookAndFeelPage::readConfig(), and ConfigureViewDialog::readConfig(). |
|
Writes the configuration from the GUI to the config object. If this method is overloaded, be sure to call the base class's method. Do not change the group of the config object in this method. Reimplemented from ConfigureViewDialog. Definition at line 139 of file configuretableviewdialog.cpp. References LookAndFeelPage::writeConfig(), and ConfigureViewDialog::writeConfig(). |
The documentation for this class was generated from the following files: