00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './ksettingsforecastdecl.ui' 00003 ** 00004 ** Created: Mon Nov 17 11:37:58 2008 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.4 edited Nov 24 2003 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef KSETTINGSFORECASTDECL_H 00011 #define KSETTINGSFORECASTDECL_H 00012 00013 #include <qvariant.h> 00014 #include <qwidget.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QSpacerItem; 00020 class QGroupBox; 00021 class QSpinBox; 00022 class QLabel; 00023 class QButtonGroup; 00024 class QRadioButton; 00025 00026 class KSettingsForecastDecl : public QWidget 00027 { 00028 Q_OBJECT 00029 00030 public: 00031 KSettingsForecastDecl( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00032 ~KSettingsForecastDecl(); 00033 00034 QGroupBox* groupBox6; 00035 QSpinBox* kcfg_forecastAccountCycle; 00036 QLabel* textLabel2; 00037 QSpinBox* kcfg_forecastDays; 00038 QLabel* textLabel1; 00039 QSpinBox* kcfg_beginForecastDay; 00040 QLabel* textLabel4; 00041 QButtonGroup* kcfg_forecastMethod; 00042 QRadioButton* radioButton9; 00043 QRadioButton* radioButton10; 00044 QGroupBox* groupBox3; 00045 QLabel* textLabel3; 00046 QSpinBox* kcfg_forecastCycles; 00047 QButtonGroup* kcfg_historyMethod; 00048 QRadioButton* radioButton11; 00049 QRadioButton* radioButton12; 00050 QRadioButton* radioButton13; 00051 00052 protected: 00053 QGridLayout* KSettingsForecastDeclLayout; 00054 QSpacerItem* spacer10; 00055 QGridLayout* groupBox6Layout; 00056 QGridLayout* layout7; 00057 QSpacerItem* spacer6; 00058 QGridLayout* layout5; 00059 QVBoxLayout* kcfg_forecastMethodLayout; 00060 QVBoxLayout* groupBox3Layout; 00061 QHBoxLayout* unnamedLayout; 00062 QSpacerItem* spacer7; 00063 QVBoxLayout* kcfg_historyMethodLayout; 00064 00065 protected slots: 00066 virtual void languageChange(); 00067 00068 }; 00069 00070 #endif // KSETTINGSFORECASTDECL_H
1.4.1