Databasehandlingdialogclasses  0.5.3
hk_kdefinddialogbase.h
1 /****************************************************************************
2 ** Form interface generated from reading ui file 'finddialog.ui'
3 **
4 ** Created: Sa Jul 30 18:50:16 2005
5 ** by: The User Interface Compiler ($Id: hk_kdefinddialogbase.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_KDEFINDDIALOGBASE_H
11 #define HK_KDEFINDDIALOGBASE_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 QLabel;
21 class QPushButton;
22 class QButtonGroup;
23 class QCheckBox;
24 class QComboBox;
25 
26 class hk_kdefinddialogbase : public QDialog
27 {
28  Q_OBJECT
29 
30 public:
31  hk_kdefinddialogbase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
33 
34  QLabel* searchlabel;
35  QPushButton* ok_button;
36  QPushButton* cancel_button;
37  QButtonGroup* optionsgroup;
38  QCheckBox* case_sensitivebox;
39  QCheckBox* all_columnsbox;
40  QCheckBox* part_of_columnbox;
41  QCheckBox* find_backwardsbox;
42  QComboBox* searchfield;
43 
44 public slots:
45  virtual void find_slot();
46  virtual void new_findargument();
47 
48 protected:
49  QGridLayout* hk_kdefinddialogbaseLayout;
50  QVBoxLayout* Layout5;
51  QSpacerItem* Spacer1;
52  QGridLayout* optionsgroupLayout;
53 
54 protected slots:
55  virtual void languageChange();
56 
57 };
58 
59 #endif // HK_KDEFINDDIALOGBASE_H
Definition: hk_kdefinddialogbase.h:26