10 #ifndef HK_KDECSVIMPORTDIALOGBASE_H 11 #define HK_KDECSVIMPORTDIALOGBASE_H 37 QPushButton* buttonOk;
38 QPushButton* buttonCancel;
39 QPushButton* morebutton;
40 QPushButton* buttonHelp;
44 QCheckBox* autoincfield;
45 QLineEdit* datetimeformatfield;
46 QLineEdit* dateformatfield;
47 QLabel* datetimeformatlabel;
49 QComboBox* charsetfield;
50 QComboBox* localefield;
51 QLineEdit* timeformatfield;
53 QLabel* timeformatlabel;
55 QLabel* dateformatlabel;
61 QLineEdit* textdelimiterfield;
63 QCheckBox* appendrows;
66 QToolButton* filebutton;
68 QComboBox* columnseparatorfield;
71 virtual void ok_clicked();
72 virtual void help_clicked();
73 virtual void morebutton_clicked();
76 QGridLayout* hk_kdecsvimportdialogbaseLayout;
80 QSpacerItem* Spacer1_3;
81 QSpacerItem* Spacer1_3_2;
83 QGridLayout* moreframeLayout;
84 QSpacerItem* Spacer1_3_3;
85 QHBoxLayout* Layout10;
88 virtual void languageChange();
90 virtual void buttons_enabled();
91 virtual void filebutton_clicked();
96 #endif // HK_KDECSVIMPORTDIALOGBASE_H Definition: hk_kdecsvimportdialogbase.h:29