calprintdayconfig_base.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
#ifndef CALPRINTDAY_BASE_H
00011
#define CALPRINTDAY_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 QCheckBox;
00023
class QGroupBox;
00024
class QLabel;
00025
class QTimeEdit;
00026
00027
class CalPrintDayConfig_Base :
public QWidget
00028 {
00029 Q_OBJECT
00030
00031
public:
00032 CalPrintDayConfig_Base(
QWidget* parent = 0,
const char* name = 0, WFlags fl = 0 );
00033 ~CalPrintDayConfig_Base();
00034
00035
QCheckBox* mIncludeTodos;
00036
QGroupBox* mDateRangeGroup;
00037
QLabel* mToDateLabel;
00038
QLabel* mFromDateLabel;
00039
QLabel* mFromTimeLabel;
00040
QLabel* mToTimeLabel;
00041
QTimeEdit* mFromTime;
00042
QTimeEdit* mToTime;
00043
QCheckBox* mIncludeAllEvents;
00044 KDateEdit* mToDate;
00045 KDateEdit* mFromDate;
00046
QCheckBox* mColors;
00047
00048
protected:
00049
QGridLayout* CalPrintDay_BaseLayout;
00050
QSpacerItem* spacer3;
00051
QGridLayout* mDateRangeGroupLayout;
00052
QSpacerItem* spacer1;
00053
QSpacerItem* spacer2;
00054
00055
protected slots:
00056
virtual void languageChange();
00057
00058
private:
00059
QPixmap image0;
00060
00061 };
00062
00063
#endif // CALPRINTDAY_BASE_H
This file is part of the documentation for korganizer Library Version 3.3.0.