configureviewdialog.h
00001 #ifndef CONFIGUREVIEWDIALOG_H
00002 #define CONFIGUREVIEWDIALOG_H
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027 #include <kdialogbase.h>
00028
00029 class SelectFieldsWidget;
00030 class ConfigureViewFilterPage;
00031
00032 namespace KABC { class AddressBook; }
00033
00043 class ConfigureViewDialog : public KDialogBase
00044 {
00045 Q_OBJECT
00046
00047 public:
00048 ConfigureViewDialog(const QString &viewName, KABC::AddressBook *document,
00049 QWidget *parent, const char *name);
00050 virtual ~ConfigureViewDialog();
00051
00058 virtual void readConfig(KConfig *config);
00059
00065 virtual void writeConfig(KConfig *config);
00066
00067 private:
00068 void initGUI( KABC::AddressBook * );
00069
00070 SelectFieldsWidget *mSelectFieldsWidget;
00071 ConfigureViewFilterPage *mFilterPage;
00072 };
00073
00074 #endif
This file is part of the documentation for kdelibs Version 3.1.4.