Databasehandlingdialogclasses  0.5.3
hk_kdefilterdialogbase.h
1 /****************************************************************************
2 ** Form interface generated from reading ui file 'filterdialog.ui'
3 **
4 ** Created: Sa Jul 30 18:48:24 2005
5 ** by: The User Interface Compiler ($Id: hk_kdefilterdialogbase.h,v 1.4 2005/07/31 12:39:05 knorr Exp $)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9 
10 #ifndef HK_KDEFILTERDIALOGBASE_H
11 #define HK_KDEFILTERDIALOGBASE_H
12 
13 #include <qvariant.h>
14 #include <qdialog.h>
15 
16 class QVBoxLayout;
17 class QHBoxLayout;
18 class QGridLayout;
19 class QSpacerItem;
20 class QMultiLineEdit;
21 class QPushButton;
22 
23 class hk_kdefilterdialogbase : public QDialog
24 {
25  Q_OBJECT
26 
27 public:
28  hk_kdefilterdialogbase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
30 
31  QMultiLineEdit* textfield;
32  QPushButton* buttonOk;
33  QPushButton* buttonCancel;
34 
35 protected:
36  QHBoxLayout* hk_kdefilterdialogbaseLayout;
37  QVBoxLayout* Layout5;
38  QSpacerItem* Spacer1;
39 
40 protected slots:
41  virtual void languageChange();
42 
43  virtual void text_changed();
44 
45 
46 };
47 
48 #endif // HK_KDEFILTERDIALOGBASE_H
Definition: hk_kdefilterdialogbase.h:23