summaryrefslogtreecommitdiffabout
path: root/korganizer/kofilterview_base.h
blob: ed084ce15139009126e13fe03d86977240690fb9 (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
/****************************************************************************
** Form interface generated from reading ui file 'kofilterview_base.ui'
**
** Created: Sat Jun 26 17:22:53 2004
**      by:  The User Interface Compiler (uic)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#ifndef KOFILTERVIEW_BASE_H
#define KOFILTERVIEW_BASE_H

#include <qvariant.h>
#include <qwidget.h>
class QVBoxLayout; 
class QHBoxLayout; 
class QGridLayout; 
class QCheckBox;
class QComboBox;
class QFrame;
class QPushButton;

class KOFilterView_base : public QWidget
{ 
    Q_OBJECT

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

    QFrame* Frame11;
    QCheckBox* mEnabledCheck;
    QComboBox* mSelectionCombo;
    QPushButton* mEditButton;

protected:
    QVBoxLayout* KOFilterView_baseLayout;
    QVBoxLayout* Frame11Layout;
};

#endif // KOFILTERVIEW_BASE_H