setting_general.h

Go to the documentation of this file.
00001 
00023 #ifndef SETTING_GENERAL_H
00024 #define SETTING_GENERAL_H
00025 
00026 #include "setting_window.h"
00027 
00028 class GeneralSettings : public AbstractSettings
00029 {
00030         public:
00031                 GeneralSettings();
00032                 void load(QSettings*);
00033                 void save(QSettings*);
00034 
00035         private:
00036                 QVBoxLayout m_vlayout;
00037                 QCheckBox m_chkTrayIcon;
00038 };
00039 
00040 #endif

Generated on Thu Apr 5 13:06:31 2007 for LCDBuilder by  doxygen 1.4.7