Main Page | Class Hierarchy | Class List | Directories | File List | Class Members

hk_kdedriverdialog.h

00001 // ****************************************************************************
00002 // copyright (c) 2000-2004 Horst Knorr <hk_classes@knoda.org>  
00003 // This file is part of the hk_kdeclasses library.
00004 // This file may be distributed and/or modified under the terms of the
00005 // GNU Library Public License version 2 as published by the Free Software
00006 // Foundation and appearing in the file LGPL included in the
00007 // packaging of this file.
00008 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
00009 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
00010 // ****************************************************************************
00011 
00012 #ifndef HK_KDEDRIVERDIALOG_H
00013 #define HK_KDEDRIVERDIALOG_H
00014 
00015 #include <qwidget.h>
00016 #include <qlistbox.h>
00017 #include <qpushbutton.h>
00018 #include <qcombobox.h>
00019 #include <qlabel.h>
00020 
00021 #include <qdialog.h>
00022 //#include <hk_classes.h>
00023 #include <hk_string.h>
00024 #include <qlistview.h>
00025 
00026 class Directory;
00032 class hk_kdedriverdialog : public QDialog
00033 {
00034     Q_OBJECT
00035         public:
00036         hk_kdedriverdialog(QWidget *parent=0, const char *name=0);
00037         ~hk_kdedriverdialog();
00038         hk_string drivername(void){return p_drivername;}
00039     protected slots:
00040         void exit_clicked(void);
00041         void ok_clicked(void);
00042         void  directory_changed(QListViewItem * );
00043     protected:
00044         QListBox *driverlist;
00045         QPushButton *ok_button;
00046         QPushButton *exit_button;
00047         QLabel*    label;
00048         QListView* directorylist;
00049         hk_string  p_drivername;
00050         hk_string  p_originaldriverpath;
00051 
00052     private:
00053 //hk_connection* p_connection;
00054 };
00055 #endif

Generated on Tue Mar 22 23:28:15 2005 for Databasehandlingdialogclasses by  doxygen 1.4.1