summaryrefslogtreecommitdiffabout
path: root/korganizer/filteredit_base.h
authorzautrix <zautrix>2004-06-26 19:01:18 (UTC)
committer zautrix <zautrix>2004-06-26 19:01:18 (UTC)
commitb9aad1f15dc600e4dbe4c62d3fcced6363188ba3 (patch) (side-by-side diff)
tree2c3d4004fb21c72cba65793859f9bcd8ffd3a49c /korganizer/filteredit_base.h
downloadkdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.zip
kdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.tar.gz
kdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.tar.bz2
Initial revision
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 @@
+/****************************************************************************
+** Form interface generated from reading ui file 'filteredit_base.ui'
+**
+** Created: Di Mai 4 15:24:50 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 QSpacerItem;
+class QFrame;
+class QButtonGroup;
+class QRadioButton;
+class QListBox;
+class QListBoxItem;
+class QPushButton;
+class QLabel;
+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;
+ QLabel* textLabel1;
+ QCheckBox* mRecurringCheck;
+ QCheckBox* mCompletedCheck;
+ QLabel* textLabel2;
+ QCheckBox* mPublicCheck;
+ QCheckBox* mPrivateCheck;
+ QCheckBox* mConfidentialCheck;
+
+public slots:
+ virtual void updateFilter();
+
+protected:
+ QVBoxLayout* FilterEdit_baseLayout;
+ QGridLayout* mCriteriaFrameLayout;
+ QVBoxLayout* ButtonGroup1Layout;
+ QHBoxLayout* layout1;
+ QHBoxLayout* layout2;
+
+protected slots:
+ virtual void languageChange();
+
+};
+
+#endif // FILTEREDIT_BASE_H