Databasehandlingdialogclasses  0.5.3
hk_kdedatabasesetting.h
1 // ****************************************************************************
2 // copyright (c) 2000-2005 Horst Knorr <hk_classes@knoda.org>
3 // This file is part of the hk_kdeclasses library.
4 // This file may be distributed and/or modified under the terms of the
5 // GNU Library Public License version 2 as published by the Free Software
6 // Foundation and appearing in the file LGPL included in the
7 // packaging of this file.
8 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
9 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
10 // ****************************************************************************
11  //$Revision: 1.4 $
12 #ifndef HK_KDEDATABASESETTING_H
13 #define HK_KDEDATABASESETTING_H
14 #include "hk_kdedatabasesettingbase.h"
15 class hk_database;
16 class KListViewItem;
17 
19 {
20  Q_OBJECT
21 
22 public:
23  hk_kdedatabasesetting( hk_database*,QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
25 public slots:
26  virtual void create_clicked();
27  virtual void selection_changed();
28  virtual void listview_changed();
29  virtual void ok_clicked();
30  virtual void alload_changed();
31  virtual void allstore_changed();
32  virtual void encoding_changed();
33 
34 private:
35 hk_database* p_database;
36 KListViewItem* p_systemtableitem;
37 KListViewItem* p_localeitem;
38 
39 };
40 
41 #endif // HK_KDEDATABASESETTING_H
Definition: hk_kdedatabasesetting.h:18
Definition: hk_kdedatabasesettingbase.h:29