summaryrefslogtreecommitdiffabout
path: root/korganizer/filteredit_base.h
blob: 135f6faf35ff7c15661e8c6d2d90c6352aa1650f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
/****************************************************************************
** Form interface generated from reading ui file 'filteredit_base.ui'
**
** Created: Fr Jan 21 21:25:30 2005
**      by: The User Interface Compiler ($Id$)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/

#ifndef FILTEREDIT_BASE_H
#define FILTEREDIT_BASE_H

#include <qvariant.h>
#include <qwidget.h>
//Added by qt3to4:
#include <Q3VBoxLayout>
#include <Q3Frame>
#include <Q3GridLayout>
#include <Q3HBoxLayout>
#include <QLabel>

class Q3VBoxLayout;
class Q3HBoxLayout;
class Q3GridLayout;
class QSpacerItem;
class Q3Frame;
class Q3ButtonGroup;
class QRadioButton;
class QPushButton;
class Q3ListBox;
class Q3ListBoxItem;
class QLabel;
class QCheckBox;

class FilterEdit_base : public QWidget
{
    Q_OBJECT

public:
    FilterEdit_base( QWidget* parent = 0, const char* name = 0, Qt::WFlags fl = 0 );
    ~FilterEdit_base();

    Q3Frame* mCriteriaFrame;
    Q3ButtonGroup* ButtonGroup1;
    QRadioButton* mCatShowCheck;
    QRadioButton* mCatHideCheck;
    QPushButton* mCatEditButton;
    Q3ListBox* mCatList;
    QLabel* textLabel1;
    QCheckBox* mRecurringCheck;
    QCheckBox* mCompletedCheck;
    QLabel* textLabel1_2;
    QCheckBox* mEventCheck;
    QCheckBox* mTodoCheck;
    QCheckBox* mJournalCheck;
    QLabel* textLabel2;
    QCheckBox* mPublicCheck;
    QCheckBox* mPrivateCheck;
    QCheckBox* mConfidentialCheck;

protected:
    Q3VBoxLayout* FilterEdit_baseLayout;
    Q3VBoxLayout* mCriteriaFrameLayout;
    Q3GridLayout* ButtonGroup1Layout;
    Q3HBoxLayout* layout4;
    Q3HBoxLayout* layout7;
    Q3HBoxLayout* layout9;
    Q3HBoxLayout* layout2;

protected slots:
    virtual void languageChange();

};

#endif // FILTEREDIT_BASE_H