Databasehandlingdialogclasses  0.5.3
hk_kdecomboboxtextlistbase.h
1 /****************************************************************************
2 ** Form interface generated from reading ui file 'combotextlist.ui'
3 **
4 ** Created: Son Feb 6 15:05:31 2005
5 ** by: The User Interface Compiler ($Id: hk_kdecomboboxtextlistbase.h,v 1.1 2005/02/11 22:22:23 knorr Exp $)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9 
10 #ifndef HK_KDECOMBOBOXTEXTLISTBASE_H
11 #define HK_KDECOMBOBOXTEXTLISTBASE_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 QPushButton;
21 class QTable;
22 class QLabel;
23 
24 class hk_kdecomboboxtextlistbase : public QDialog
25 {
26  Q_OBJECT
27 
28 public:
29  hk_kdecomboboxtextlistbase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
31 
32  QPushButton* ok_button;
33  QPushButton* cancel_button;
34  QTable* grid;
35  QLabel* descriptionlabel;
36 
37 public slots:
38  virtual void slot_data_changed(int,int);
39  virtual void ok_clicked();
40 
41 protected:
42  QGridLayout* hk_kdecomboboxtextlistbaseLayout;
43  QVBoxLayout* Layout5;
44  QSpacerItem* Spacer1;
45 
46 protected slots:
47  virtual void languageChange();
48 
49 };
50 
51 #endif // HK_KDECOMBOBOXTEXTLISTBASE_H
Definition: hk_kdecomboboxtextlistbase.h:24