resourceexchangeconfig.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022 #ifndef KDEPIM_RESOURCECALENDAREXCHANGECONFIG_H
00023 #define KDEPIM_RESOURCECALENDAREXCHANGECONFIG_H
00024
00025 #include <qcheckbox.h>
00026
00027 #include <kcombobox.h>
00028 #include <kurlrequester.h>
00029 #include <klineedit.h>
00030 #include <knuminput.h>
00031
00032 #include <kresources/resource.h>
00033 #include <kresources/configwidget.h>
00034
00035 namespace KCal {
00036
00037 class ResourceExchangeConfig : public KRES::ConfigWidget
00038 {
00039 Q_OBJECT
00040
00041 public:
00042 ResourceExchangeConfig( QWidget* parent = 0, const char* name = 0 );
00043
00044 public slots:
00045 virtual void loadSettings( KRES::Resource *resource);
00046 virtual void saveSettings( KRES::Resource *resource );
00047
00048 protected slots:
00049 void slotToggleAuto( bool on );
00050 void slotUserChanged( const QString& text );
00051 void slotFindClicked();
00052
00053 private:
00054 KLineEdit* mHostEdit;
00055 KLineEdit* mPortEdit;
00056 KLineEdit* mAccountEdit;
00057 KLineEdit* mPasswordEdit;
00058 QCheckBox *mAutoMailbox;
00059 KLineEdit* mMailboxEdit;
00060 QPushButton* mTryFindMailbox;
00061 KIntNumInput* mCacheEdit;
00062 };
00063
00064 }
00065 #endif
This file is part of the documentation for libkpimexchange Library Version 3.2.2.