Databasehandlingdialogclasses  0.5.3
hk_kdexmlexportdialogbase.h
1 /****************************************************************************
2 ** Form interface generated from reading ui file 'xmlexportdialog.ui'
3 **
4 ** Created: Di Jul 4 17:49:50 2006
5 ** by: The User Interface Compiler ($Id: hk_kdexmlexportdialogbase.h,v 1.8 2006/07/04 16:06:23 knorr Exp $)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9 
10 #ifndef HK_KDEXMLEXPORTDIALOGBASE_H
11 #define HK_KDEXMLEXPORTDIALOGBASE_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 QLineEdit;
21 class QComboBox;
22 class QLabel;
23 class QToolButton;
24 class QCheckBox;
25 class QPushButton;
26 
27 class hk_kdexmlexportdialogbase : public QDialog
28 {
29  Q_OBJECT
30 
31 public:
32  hk_kdexmlexportdialogbase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
34 
35  QLineEdit* maindocumenttagfield;
36  QLineEdit* rowelementfield;
37  QComboBox* typefield;
38  QLabel* typelabel;
39  QComboBox* tablenamefield;
40  QLabel* maindocumenttaglabel;
41  QLabel* tablenamelabel;
42  QLabel* rowelementlabel;
43  QLabel* filelable;
44  QLineEdit* filefield;
45  QToolButton* filebutton;
46  QCheckBox* structurefield;
47  QCheckBox* attributefield;
48  QCheckBox* excelxmlfield;
49  QPushButton* buttonOk;
50  QPushButton* buttonCancel;
51  QPushButton* buttonHelp;
52 
53 public slots:
54  virtual void ok_clicked();
55  virtual void listtype_changed();
56  virtual void help_clicked();
57  virtual void buttons_enabled();
58 
59 protected:
60  QGridLayout* hk_kdexmlexportdialogbaseLayout;
61  QSpacerItem* Spacer2;
62  QGridLayout* layout7;
63  QHBoxLayout* Layout10;
64  QVBoxLayout* layout5;
65  QSpacerItem* Spacer1_2;
66  QVBoxLayout* Layout5;
67  QSpacerItem* Spacer1;
68 
69 protected slots:
70  virtual void languageChange();
71 
72  virtual void excel_clicked();
73  virtual void filebutton_clicked();
74 
75 
76 };
77 
78 #endif // HK_KDEXMLEXPORTDIALOGBASE_H
Definition: hk_kdexmlexportdialogbase.h:27