kpilotConfigDialog.h
00001 #ifndef _KPILOT_KPILOTCONFIGDIALOG_H
00002 #define _KPILOT_KPILOTCONFIGDIALOG_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
00028
00029
00030
00031
00032
00033 #include "uiDialog.h"
00034
00035 class KPilotConfigWidget;
00036 class KPilotConfigSettings;
00037
00038 class KPilotConfigDialog : public UIDialog
00039 {
00040 Q_OBJECT
00041 public:
00042 KPilotConfigDialog(QWidget *,const char *,bool);
00043 virtual ~KPilotConfigDialog();
00044
00045 protected:
00046 virtual bool validate();
00047 virtual void commitChanges();
00048
00049 protected slots:
00050 void changePortType(int);
00051 void slotSelectNoBackupDBs();
00052 void slotSelectNoRestoreDBs();
00053
00054 private:
00055 KPilotConfigWidget *fConfigWidget;
00056
00057 void readConfig();
00058 void disableUnusedOptions();
00059
00060
00061
00062 void getEncoding(const KPilotConfigSettings &);
00063 void setEncoding(KPilotConfigSettings &);
00064 } ;
00065
00066 #endif
This file is part of the documentation for kpilot Library Version 3.2.2.