Databasehandlingdialogclasses  0.5.3
hk_kdecsvimportdialogbase.h
1 /****************************************************************************
2 ** Form interface generated from reading ui file 'hk_kdecsvimportdialog.ui'
3 **
4 ** Created: Do Sep 1 10:04:45 2005
5 ** by: The User Interface Compiler ($Id: hk_kdecsvimportdialogbase.h,v 1.11 2005/09/01 08:27:12 knorr Exp $)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9 
10 #ifndef HK_KDECSVIMPORTDIALOGBASE_H
11 #define HK_KDECSVIMPORTDIALOGBASE_H
12 
13 #include <qvariant.h>
14 #include <qdialog.h>
15 
16 class QVBoxLayout;
17 class QHBoxLayout;
18 class QGridLayout;
19 class QSpacerItem;
20 class QPushButton;
21 class QLabel;
22 class QTable;
23 class QFrame;
24 class QCheckBox;
25 class QLineEdit;
26 class QComboBox;
27 class QToolButton;
28 
29 class hk_kdecsvimportdialogbase : public QDialog
30 {
31  Q_OBJECT
32 
33 public:
34  hk_kdecsvimportdialogbase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
36 
37  QPushButton* buttonOk;
38  QPushButton* buttonCancel;
39  QPushButton* morebutton;
40  QPushButton* buttonHelp;
41  QLabel* textLabel1;
42  QTable* previewtable;
43  QFrame* moreframe;
44  QCheckBox* autoincfield;
45  QLineEdit* datetimeformatfield;
46  QLineEdit* dateformatfield;
47  QLabel* datetimeformatlabel;
48  QLabel* localelabel;
49  QComboBox* charsetfield;
50  QComboBox* localefield;
51  QLineEdit* timeformatfield;
52  QLabel* charsetlabel;
53  QLabel* timeformatlabel;
54  QLabel* autoinclabel;
55  QLabel* dateformatlabel;
56  QLabel* TextLabel1_3;
57  QLabel* TextLabel3;
58  QComboBox* tablename;
59  QLabel* lblAppend;
60  QLabel* TextLabel1_2;
61  QLineEdit* textdelimiterfield;
62  QCheckBox* firstrow;
63  QCheckBox* appendrows;
64  QLabel* TextLabel1;
65  QLineEdit* filefield;
66  QToolButton* filebutton;
67  QLabel* TextLabel2;
68  QComboBox* columnseparatorfield;
69 
70 public slots:
71  virtual void ok_clicked();
72  virtual void help_clicked();
73  virtual void morebutton_clicked();
74 
75 protected:
76  QGridLayout* hk_kdecsvimportdialogbaseLayout;
77  QVBoxLayout* layout6;
78  QSpacerItem* Spacer1;
79  QGridLayout* layout5;
80  QSpacerItem* Spacer1_3;
81  QSpacerItem* Spacer1_3_2;
82  QVBoxLayout* layout8;
83  QGridLayout* moreframeLayout;
84  QSpacerItem* Spacer1_3_3;
85  QHBoxLayout* Layout10;
86 
87 protected slots:
88  virtual void languageChange();
89 
90  virtual void buttons_enabled();
91  virtual void filebutton_clicked();
92 
93 
94 };
95 
96 #endif // HK_KDECSVIMPORTDIALOGBASE_H
Definition: hk_kdecsvimportdialogbase.h:29