Databasehandlingdialogclasses  0.5.3
hk_kdenewdatabasebase.h
1 /****************************************************************************
2 ** Form interface generated from reading ui file 'newdatabasedialog.ui'
3 **
4 ** Created: Sa Jul 30 19:25:02 2005
5 ** by: The User Interface Compiler ($Id: hk_kdenewdatabasebase.h,v 1.2 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_KDENEWDATABASEDIALOGBASE_H
11 #define HK_KDENEWDATABASEDIALOGBASE_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 QLineEdit;
22 class QPushButton;
23 
24 class hk_kdenewdatabasedialogbase : public QDialog
25 {
26  Q_OBJECT
27 
28 public:
29  hk_kdenewdatabasedialogbase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
31 
32  QLabel* databaselabel;
33  QLineEdit* databasefield;
34  QPushButton* directorybutton;
35  QPushButton* okbutton;
36  QPushButton* cancelbutton;
37 
38 public slots:
39  virtual void ok_clicked();
40  virtual void directory_clicked();
41  virtual void text_changed();
42 
43 protected:
44  QVBoxLayout* hk_kdenewdatabasedialogbaseLayout;
45  QHBoxLayout* layout2;
46  QHBoxLayout* Layout1;
47  QSpacerItem* Horizontal_Spacing2;
48 
49 protected slots:
50  virtual void languageChange();
51 
52 };
53 
54 #endif // HK_KDENEWDATABASEDIALOGBASE_H
Definition: hk_kdenewdatabasebase.h:24