00001
00002
00003
00004
00005
00006
00007
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