Databasehandlingdialogclasses  0.5.3
hk_kdecsvexportdialogbase.h
1 /****************************************************************************
2 ** Form interface generated from reading ui file 'hk_kdecsvexportdialog.ui'
3 **
4 ** Created: Do Sep 1 10:22:16 2005
5 ** by: The User Interface Compiler ($Id: hk_kdecsvexportdialogbase.h,v 1.2 2005/09/01 08:27:11 knorr Exp $)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9 
10 #ifndef HK_KDECSVEXPORTDIALOGBASE_H
11 #define HK_KDECSVEXPORTDIALOGBASE_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 QLabel;
21 class QLineEdit;
22 class QToolButton;
23 class QComboBox;
24 class QCheckBox;
25 class QFrame;
26 class QPushButton;
27 
28 class hk_kdecsvexportdialogbase : public QDialog
29 {
30  Q_OBJECT
31 
32 public:
33  hk_kdecsvexportdialogbase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
35 
36  QLabel* TextLabel1;
37  QLineEdit* filefield;
38  QToolButton* filebutton;
39  QComboBox* tablefield;
40  QComboBox* typefield;
41  QLabel* typelabel;
42  QLabel* TextLabel1_2_2;
43  QComboBox* columnseparatorfield;
44  QLabel* TextLabel2;
45  QCheckBox* firstrow;
46  QLabel* TextLabel3;
47  QLabel* TextLabel1_3;
48  QLineEdit* textdelimiterfield;
49  QFrame* moreframe;
50  QLabel* dateformatlabel;
51  QComboBox* localefield;
52  QLineEdit* timeformatfield;
53  QLineEdit* dateformatfield;
54  QLineEdit* datetimeformatfield;
55  QComboBox* charsetfield;
56  QLabel* charsetlabel;
57  QLabel* localelabel;
58  QLabel* timeformatlabel;
59  QLabel* datetimeformatlabel;
60  QPushButton* buttonOk;
61  QPushButton* buttonCancel;
62  QPushButton* morebutton;
63  QPushButton* buttonHelp;
64 
65 public slots:
66  virtual void ok_clicked();
67  virtual void help_clicked();
68  virtual void listtype_changed();
69  virtual void morebutton_clicked();
70 
71 protected:
72  QGridLayout* hk_kdecsvexportdialogbaseLayout;
73  QSpacerItem* Spacer1_3;
74  QHBoxLayout* Layout10;
75  QGridLayout* moreframeLayout;
76  QVBoxLayout* layout7;
77  QSpacerItem* Spacer1;
78 
79 protected slots:
80  virtual void languageChange();
81 
82  virtual void buttons_enabled();
83  virtual void filebutton_clicked();
84 
85 
86 };
87 
88 #endif // HK_KDECSVEXPORTDIALOGBASE_H
Definition: hk_kdecsvexportdialogbase.h:28