summaryrefslogtreecommitdiffabout
path: root/korganizer/filteredit_base.h.emb
blob: 8befd6b17ece96e87ca18fc9c9152a82b04dfc14 (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
/****************************************************************************
** Form interface generated from reading ui file 'filteredit_base.ui'
**
** Created: Do Jan 22 23:56:38 2004
**      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>

class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QFrame;
class QButtonGroup;
class QRadioButton;
class QListBox;
class QListBoxItem;
class QPushButton;
class QCheckBox;

class FilterEdit_base : public QWidget
{
    Q_OBJECT

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

    QFrame* mCriteriaFrame;
    QButtonGroup* ButtonGroup1;
    QRadioButton* mCatShowCheck;
    QRadioButton* mCatHideCheck;
    QListBox* mCatList;
    QPushButton* mCatEditButton;
    QCheckBox* mRecurringCheck;
    QCheckBox* mCompletedCheck;

public slots:
    virtual void updateFilter();

protected:
    QVBoxLayout* FilterEdit_baseLayout;
    QVBoxLayout* mCriteriaFrameLayout;
    QVBoxLayout* ButtonGroup1Layout;

protected slots:
    virtual void languageChange();

};

#endif // FILTEREDIT_BASE_H