Databasehandlingdialogclasses  0.5.3
hk_kdedatabasesettingbase.h
1 /****************************************************************************
2 ** Form interface generated from reading ui file 'databaseconfig.ui'
3 **
4 ** Created: Sa Aug 26 22:49:32 2006
5 ** by: The User Interface Compiler ($Id: hk_kdedatabasesettingbase.h,v 1.7 2006/08/27 07:41:32 knorr Exp $)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9 
10 #ifndef HK_KDEDATABASESETTINGBASE_H
11 #define HK_KDEDATABASESETTINGBASE_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 KListView;
23 class QListViewItem;
24 class QWidgetStack;
25 class QWidget;
26 class QComboBox;
27 class QFrame;
28 
29 class hk_kdedatabasesettingbase : public QDialog
30 {
31  Q_OBJECT
32 
33 public:
34  hk_kdedatabasesettingbase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
36 
37  QLabel* headertext;
38  QLabel* textLabel2;
39  QPushButton* buttonHelp;
40  QPushButton* ok_button;
41  QPushButton* cancel_button;
42  KListView* listview;
43  QWidgetStack* widgetstack;
44  QWidget* systemtablepage;
45  QLabel* createlabel;
46  QPushButton* createbutton;
47  QComboBox* automaticupdatefield;
48  QLabel* automaticupdatelabel;
49  QFrame* storageframe;
50  QLabel* loadlabel;
51  QLabel* querylabel;
52  QLabel* formlabel;
53  QComboBox* formload;
54  QComboBox* queryload;
55  QComboBox* allload;
56  QLabel* alllabel;
57  QLabel* reportlabel;
58  QComboBox* reportload;
59  QComboBox* moduleload;
60  QLabel* modulelabel;
61  QWidget* encodingpage;
62  QComboBox* databaseencodingfield;
63  QLabel* databaseencodinglabel;
64 
65 public slots:
66  virtual void ok_clicked();
67  virtual void selection_changed();
68  virtual void listview_changed();
69  virtual void create_clicked();
70  virtual void alload_changed();
71  virtual void allstore_changed();
72  virtual void encoding_changed();
73 
74 protected:
75  QGridLayout* hk_kdedatabasesettingbaseLayout;
76  QSpacerItem* spacer2;
77  QHBoxLayout* Layout1;
78  QSpacerItem* Horizontal_Spacing2;
79  QGridLayout* systemtablepageLayout;
80  QGridLayout* storageframeLayout;
81  QGridLayout* encodingpageLayout;
82  QSpacerItem* spacer3;
83  QSpacerItem* spacer4;
84 
85 protected slots:
86  virtual void languageChange();
87 
88 };
89 
90 #endif // HK_KDEDATABASESETTINGBASE_H
Definition: hk_kdedatabasesettingbase.h:29