korganizer
calprinttodoconfig_base.h
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './calprinttodoconfig_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 CALPRINTTODOCONFIG_BASE_H 00011 #define CALPRINTTODOCONFIG_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 QLabel; 00022 class QLineEdit; 00023 class QButtonGroup; 00024 class QRadioButton; 00025 class KDateEdit; 00026 class QCheckBox; 00027 class QGroupBox; 00028 class QComboBox; 00029 00030 class CalPrintTodoConfig_Base : public QWidget 00031 { 00032 Q_OBJECT 00033 00034 public: 00035 CalPrintTodoConfig_Base( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00036 ~CalPrintTodoConfig_Base(); 00037 00038 QLabel* mTitleLabel; 00039 QLineEdit* mTitle; 00040 QButtonGroup* mPrintType; 00041 QRadioButton* mPrintAll; 00042 QRadioButton* mPrintUnfinished; 00043 QRadioButton* mPrintDueRange; 00044 QLabel* mFromDateLabel; 00045 KDateEdit* mFromDate; 00046 QLabel* mToDateLabel; 00047 KDateEdit* mToDate; 00048 QButtonGroup* includeInfoBox; 00049 QCheckBox* mPriority; 00050 QCheckBox* mDescription; 00051 QCheckBox* mDueDate; 00052 QCheckBox* mPercentComplete; 00053 QGroupBox* sortingOptionsBox; 00054 QLabel* sortFieldLabel; 00055 QComboBox* mSortField; 00056 QLabel* sortDirectionLabel; 00057 QComboBox* mSortDirection; 00058 QButtonGroup* otherOptionsBox; 00059 QCheckBox* mConnectSubTodos; 00060 QCheckBox* mStrikeOutCompleted; 00061 00062 protected: 00063 QGridLayout* CalPrintTodoConfig_BaseLayout; 00064 QSpacerItem* spacer3; 00065 QVBoxLayout* mPrintTypeLayout; 00066 QHBoxLayout* layout2; 00067 QSpacerItem* spacer2; 00068 QSpacerItem* spacer1; 00069 QGridLayout* includeInfoBoxLayout; 00070 QGridLayout* sortingOptionsBoxLayout; 00071 QSpacerItem* spacer4; 00072 QSpacerItem* spacer5; 00073 QVBoxLayout* otherOptionsBoxLayout; 00074 00075 protected slots: 00076 virtual void languageChange(); 00077 00078 }; 00079 00080 #endif // CALPRINTTODOCONFIG_BASE_H