findwidgetbase_p.h
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file 'findwidgetbase_p.ui' 00003 ** 00004 ** Created: Sat Jan 10 19:08:15 2004 00005 ** by: The User Interface Compiler (uic) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 #ifndef FINDWIDGETBASE_H 00010 #define FINDWIDGETBASE_H 00011 00012 #include <qvariant.h> 00013 #include <qwidget.h> 00014 class QVBoxLayout; 00015 class QHBoxLayout; 00016 class QGridLayout; 00017 class CategorySelect; 00018 class QCheckBox; 00019 class QFrame; 00020 class QLabel; 00021 class QLineEdit; 00022 class QPushButton; 00023 00024 class FindWidgetBase : public QWidget 00025 { 00026 Q_OBJECT 00027 00028 public: 00029 FindWidgetBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00030 ~FindWidgetBase(); 00031 00032 QLabel* lblFindWhat; 00033 QLineEdit* txtFind; 00034 QPushButton* cmdFind; 00035 QLabel* lblCategory; 00036 CategorySelect* cmbCat; 00037 QFrame* Frame3; 00038 QLabel* lblStartDate; 00039 QPushButton* cmdStartDate; 00040 QCheckBox* chkCase; 00041 QCheckBox* chkBackwards; 00042 QLabel* lblStatus; 00043 00044 protected: 00045 QVBoxLayout* FindWidgetBaseLayout; 00046 QHBoxLayout* Layout1; 00047 QHBoxLayout* Layout2; 00048 QHBoxLayout* Frame3Layout; 00049 }; 00050 00051 #endif // FINDWIDGETBASE_H
