calprintmonthconfig_base.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
#ifndef CALPRINTMONTH_BASE_H
00011
#define CALPRINTMONTH_BASE_H
00012
00013
#include <qvariant.h>
00014
#include <qpixmap.h>
00015
#include <qwidget.h>
00016
00017
class QVBoxLayout;
00018
class QHBoxLayout;
00019
class QGridLayout;
00020
class QSpacerItem;
00021
class KDateEdit;
00022
class QGroupBox;
00023
class QLabel;
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
00042
protected:
00043
QGridLayout* CalPrintMonth_BaseLayout;
00044
QSpacerItem* spacer2;
00045
QGridLayout* mDateRangeGroupLayout;
00046
QSpacerItem* spacer1;
00047
00048
protected slots:
00049
virtual void languageChange();
00050
00051
private:
00052
QPixmap image0;
00053
00054 };
00055
00056
#endif // CALPRINTMONTH_BASE_H
This file is part of the documentation for korganizer Library Version 3.3.0.