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

hk_kdecsvimportdialogbase.h

00001 /****************************************************************************
00002 ** Form interface generated from reading ui file 'hk_kdecsvimportdialog.ui'
00003 **
00004 ** Created: Die Sep 23 20:03:27 2003
00005 **      by: The User Interface Compiler ($Id: hk_kdecsvimportdialogbase.h,v 1.5 2003/09/23 19:05:53 knorr Exp $)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 ****************************************************************************/
00009 
00010 #ifndef HK_KDECSVIMPORTDIALOGBASE_H
00011 #define HK_KDECSVIMPORTDIALOGBASE_H
00012 
00013 #include <qvariant.h>
00014 #include <qdialog.h>
00015 
00016 class QVBoxLayout;
00017 class QHBoxLayout;
00018 class QGridLayout;
00019 class QCheckBox;
00020 class QComboBox;
00021 class QLabel;
00022 class QLineEdit;
00023 class QPushButton;
00024 class QToolButton;
00025 
00026 class hk_kdecsvimportdialogbase : public QDialog
00027 {
00028     Q_OBJECT
00029 
00030 public:
00031     hk_kdecsvimportdialogbase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00032     ~hk_kdecsvimportdialogbase();
00033 
00034     QLabel* TextLabel1;
00035     QLineEdit* filefield;
00036     QToolButton* filebutton;
00037     QCheckBox* appendrows;
00038     QLabel* TextLabel2;
00039     QLabel* TextLabel1_2;
00040     QLabel* lblAppend;
00041     QLabel* TextLabel1_3;
00042     QLabel* TextLabel3;
00043     QComboBox* columnseparatorfield;
00044     QCheckBox* firstrow;
00045     QLineEdit* tablename;
00046     QLineEdit* textdelimiterfield;
00047     QPushButton* buttonOk;
00048     QPushButton* buttonCancel;
00049     QPushButton* buttonHelp;
00050 
00051 public slots:
00052     virtual void ok_clicked();
00053 
00054 protected:
00055     QHBoxLayout* hk_kdecsvimportdialogbaseLayout;
00056     QVBoxLayout* Layout12;
00057     QHBoxLayout* Layout10;
00058     QGridLayout* Layout11;
00059     QVBoxLayout* Layout5;
00060 
00061 protected slots:
00062     virtual void languageChange();
00063 
00064     virtual void buttons_enabled();
00065     virtual void filebutton_clicked();
00066 
00067 };
00068 
00069 #endif // HK_KDECSVIMPORTDIALOGBASE_H

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