korganizer
calprintmonthconfig_base.h
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './calprintmonthconfig_base.ui' 00003 ** 00004 ** Created: Thu Mar 29 06:08:54 2007 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.8 edited Jan 11 14:47 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef CALPRINTMONTH_BASE_H 00011 #define CALPRINTMONTH_BASE_H 00012 00013 #include <qvariant.h> 00014 #include <qwidget.h> 00015 #include <kdateedit.h> 00016 00017 class QVBoxLayout; 00018 class QHBoxLayout; 00019 class QGridLayout; 00020 class QSpacerItem; 00021 class QGroupBox; 00022 class QLabel; 00023 class KComboBox; 00024 class KIntSpinBox; 00025 class QCheckBox; 00026 00027 class CalPrintMonthConfig_Base : public QWidget 00028 { 00029 Q_OBJECT 00030 00031 public: 00032 CalPrintMonthConfig_Base( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00033 ~CalPrintMonthConfig_Base(); 00034 00035 QGroupBox* mDateRangeGroup; 00036 QLabel* mFromDateLabel; 00037 KComboBox* mFromMonth; 00038 KIntSpinBox* mFromYear; 00039 QLabel* mToDateLabel; 00040 KComboBox* mToMonth; 00041 KIntSpinBox* mToYear; 00042 QCheckBox* mIncludeTodos; 00043 QCheckBox* mWeekNumbers; 00044 QCheckBox* mRecurDaily; 00045 QCheckBox* mRecurWeekly; 00046 00047 protected: 00048 QGridLayout* CalPrintMonth_BaseLayout; 00049 QSpacerItem* spacer2; 00050 QHBoxLayout* mDateRangeGroupLayout; 00051 QSpacerItem* spacer1; 00052 00053 protected slots: 00054 virtual void languageChange(); 00055 00056 }; 00057 00058 #endif // CALPRINTMONTH_BASE_H