korganizer
calprintmonthconfig_base.h
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './calprintmonthconfig_base.ui' 00003 ** 00004 ** Created: Thu Sep 14 10:56:41 2006 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.6 edited Aug 31 2005 $) 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 KDateEdit; 00024 class QCheckBox; 00025 00026 class CalPrintMonthConfig_Base : public QWidget 00027 { 00028 Q_OBJECT 00029 00030 public: 00031 CalPrintMonthConfig_Base( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00032 ~CalPrintMonthConfig_Base(); 00033 00034 QGroupBox* mDateRangeGroup; 00035 QLabel* mToDateLabel; 00036 QLabel* mFromDateLabel; 00037 KDateEdit* mToDate; 00038 KDateEdit* mFromDate; 00039 QCheckBox* mIncludeTodos; 00040 QCheckBox* mWeekNumbers; 00041 QCheckBox* mRecurDaily; 00042 QCheckBox* mRecurWeekly; 00043 00044 protected: 00045 QGridLayout* CalPrintMonth_BaseLayout; 00046 QSpacerItem* spacer2; 00047 QGridLayout* mDateRangeGroupLayout; 00048 QSpacerItem* spacer1; 00049 00050 protected slots: 00051 virtual void languageChange(); 00052 00053 }; 00054 00055 #endif // CALPRINTMONTH_BASE_H