summaryrefslogtreecommitdiffabout
path: root/korganizer/filteredit_base.h
Unidiff
Diffstat (limited to 'korganizer/filteredit_base.h') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/filteredit_base.h66
1 files changed, 66 insertions, 0 deletions
diff --git a/korganizer/filteredit_base.h b/korganizer/filteredit_base.h
new file mode 100644
index 0000000..664598a
--- a/dev/null
+++ b/korganizer/filteredit_base.h
@@ -0,0 +1,66 @@
1/****************************************************************************
2** Form interface generated from reading ui file 'filteredit_base.ui'
3**
4** Created: Di Mai 4 15:24:50 2004
5** by: The User Interface Compiler ($Id$)
6**
7** WARNING! All changes made in this file will be lost!
8****************************************************************************/
9
10#ifndef FILTEREDIT_BASE_H
11#define FILTEREDIT_BASE_H
12
13#include <qvariant.h>
14#include <qwidget.h>
15
16class QVBoxLayout;
17class QHBoxLayout;
18class QGridLayout;
19class QSpacerItem;
20class QFrame;
21class QButtonGroup;
22class QRadioButton;
23class QListBox;
24class QListBoxItem;
25class QPushButton;
26class QLabel;
27class QCheckBox;
28
29class FilterEdit_base : public QWidget
30{
31 Q_OBJECT
32
33public:
34 FilterEdit_base( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
35 ~FilterEdit_base();
36
37 QFrame* mCriteriaFrame;
38 QButtonGroup* ButtonGroup1;
39 QRadioButton* mCatShowCheck;
40 QRadioButton* mCatHideCheck;
41 QListBox* mCatList;
42 QPushButton* mCatEditButton;
43 QLabel* textLabel1;
44 QCheckBox* mRecurringCheck;
45 QCheckBox* mCompletedCheck;
46 QLabel* textLabel2;
47 QCheckBox* mPublicCheck;
48 QCheckBox* mPrivateCheck;
49 QCheckBox* mConfidentialCheck;
50
51public slots:
52 virtual void updateFilter();
53
54protected:
55 QVBoxLayout* FilterEdit_baseLayout;
56 QGridLayout* mCriteriaFrameLayout;
57 QVBoxLayout* ButtonGroup1Layout;
58 QHBoxLayout* layout1;
59 QHBoxLayout* layout2;
60
61protected slots:
62 virtual void languageChange();
63
64};
65
66#endif // FILTEREDIT_BASE_H