korganizer
filteredit_base.h
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './filteredit_base.ui' 00003 ** 00004 ** Created: Thu Mar 29 06:09:13 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 FILTEREDIT_BASE_H 00011 #define FILTEREDIT_BASE_H 00012 00013 #include <qvariant.h> 00014 #include <qwidget.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QSpacerItem; 00020 class QListBox; 00021 class QListBoxItem; 00022 class QPushButton; 00023 class QButtonGroup; 00024 class QLabel; 00025 class QLineEdit; 00026 class QCheckBox; 00027 class KIntNumInput; 00028 class QRadioButton; 00029 00030 class FilterEdit_base : public QWidget 00031 { 00032 Q_OBJECT 00033 00034 public: 00035 FilterEdit_base( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00036 ~FilterEdit_base(); 00037 00038 QListBox* mRulesList; 00039 QPushButton* mNewButton; 00040 QPushButton* mDeleteButton; 00041 QButtonGroup* mDetailsFrame; 00042 QLabel* textLabel1; 00043 QLineEdit* mNameLineEdit; 00044 QCheckBox* mRecurringCheck; 00045 QCheckBox* mCompletedCheck; 00046 QLabel* mCompletedTimeSpanLabel; 00047 KIntNumInput* mCompletedTimeSpan; 00048 QCheckBox* mHideInactiveTodosCheck; 00049 QButtonGroup* mCategoriesButtonGroup; 00050 QListBox* mCatList; 00051 QRadioButton* mCatHideCheck; 00052 QRadioButton* mCatShowCheck; 00053 QPushButton* mCatEditButton; 00054 QCheckBox* mHideTodosNotAssignedToMeCheck; 00055 00056 public slots: 00057 virtual void updateFilter(); 00058 00059 protected: 00060 QGridLayout* FilterEdit_baseLayout; 00061 QGridLayout* mDetailsFrameLayout; 00062 QHBoxLayout* layout3; 00063 QHBoxLayout* layout1; 00064 QSpacerItem* spacer2; 00065 QSpacerItem* spacer3; 00066 QGridLayout* mCategoriesButtonGroupLayout; 00067 QSpacerItem* spacer4; 00068 00069 protected slots: 00070 virtual void languageChange(); 00071 00072 }; 00073 00074 #endif // FILTEREDIT_BASE_H