Main Page | Class Hierarchy | Class List | Directories | File List | Class Members

hk_kdefilterdialogbase.h

00001 /****************************************************************************
00002  ** Form interface generated from reading ui file 'filterdialog.ui'
00003  **
00004  ** Created: Sun Oct 7 11:28:33 2001
00005  **      by:  The User Interface Compiler (uic)
00006  **
00007  ** WARNING! All changes made in this file will be lost!
00008  ****************************************************************************/
00009 #ifndef HK_KDEFILTERDIALOGBASE_H
00010 #define HK_KDEFILTERDIALOGBASE_H
00011 
00012 #include <qvariant.h>
00013 #include <qdialog.h>
00014 class QVBoxLayout;
00015 class QHBoxLayout;
00016 class QGridLayout;
00017 class QMultiLineEdit;
00018 class QPushButton;
00019 
00020 class hk_kdefilterdialogbase : public QDialog
00021 {
00022     Q_OBJECT
00023 
00024         public:
00025         hk_kdefilterdialogbase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00026         ~hk_kdefilterdialogbase();
00027 
00028         QMultiLineEdit* textfield;
00029         QPushButton* buttonOk;
00030         QPushButton* buttonCancel;
00031 
00032     protected slots:
00033         virtual void text_changed();
00034 
00035     protected:
00036         QHBoxLayout* hk_kdefilterdialogbaseLayout;
00037         QVBoxLayout* Layout5;
00038 };
00039 #endif                                            // HK_KDEFILTERDIALOGBASE_H

Generated on Tue Mar 22 23:28:15 2005 for Databasehandlingdialogclasses by  doxygen 1.4.1