00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef HK_KDECSVEXPORTDIALOGBASE_H
00011 #define HK_KDECSVEXPORTDIALOGBASE_H
00012
00013 #include <qvariant.h>
00014 #include <qdialog.h>
00015
00016 class QVBoxLayout;
00017 class QHBoxLayout;
00018 class QGridLayout;
00019 class QSpacerItem;
00020 class QLabel;
00021 class QLineEdit;
00022 class QToolButton;
00023 class QComboBox;
00024 class QCheckBox;
00025 class QFrame;
00026 class QPushButton;
00027
00028 class hk_kdecsvexportdialogbase : public QDialog
00029 {
00030 Q_OBJECT
00031
00032 public:
00033 hk_kdecsvexportdialogbase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00034 ~hk_kdecsvexportdialogbase();
00035
00036 QLabel* TextLabel1;
00037 QLineEdit* filefield;
00038 QToolButton* filebutton;
00039 QComboBox* tablefield;
00040 QComboBox* typefield;
00041 QLabel* typelabel;
00042 QLabel* TextLabel1_2_2;
00043 QComboBox* columnseparatorfield;
00044 QLabel* TextLabel2;
00045 QCheckBox* firstrow;
00046 QLabel* TextLabel3;
00047 QLabel* TextLabel1_3;
00048 QLineEdit* textdelimiterfield;
00049 QFrame* moreframe;
00050 QLabel* dateformatlabel;
00051 QComboBox* localefield;
00052 QLineEdit* timeformatfield;
00053 QLineEdit* dateformatfield;
00054 QLineEdit* datetimeformatfield;
00055 QComboBox* charsetfield;
00056 QLabel* charsetlabel;
00057 QLabel* localelabel;
00058 QLabel* timeformatlabel;
00059 QLabel* datetimeformatlabel;
00060 QPushButton* buttonOk;
00061 QPushButton* buttonCancel;
00062 QPushButton* morebutton;
00063 QPushButton* buttonHelp;
00064
00065 public slots:
00066 virtual void ok_clicked();
00067 virtual void help_clicked();
00068 virtual void listtype_changed();
00069 virtual void morebutton_clicked();
00070
00071 protected:
00072 QGridLayout* hk_kdecsvexportdialogbaseLayout;
00073 QSpacerItem* Spacer1_3;
00074 QHBoxLayout* Layout10;
00075 QGridLayout* moreframeLayout;
00076 QVBoxLayout* layout7;
00077 QSpacerItem* Spacer1;
00078
00079 protected slots:
00080 virtual void languageChange();
00081
00082 virtual void buttons_enabled();
00083 virtual void filebutton_clicked();
00084
00085
00086 };
00087
00088 #endif // HK_KDECSVEXPORTDIALOGBASE_H