Databasehandlingdialogclasses  0.5.3
hk_kdesubreportdialogbase.h
1 /****************************************************************************
2 ** Form interface generated from reading ui file 'subreportdialog.ui'
3 **
4 ** Created: Don Aug 19 19:38:43 2004
5 ** by: The User Interface Compiler ($Id: hk_kdesubreportdialogbase.h,v 1.5 2004/08/20 16:41:42 knorr Exp $)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9 
10 #ifndef HK_KDESUBREPORTDIALOGBASE_H
11 #define HK_KDESUBREPORTDIALOGBASE_H
12 
13 #include <qvariant.h>
14 #include <qpixmap.h>
15 #include <qdialog.h>
16 
17 class QVBoxLayout;
18 class QHBoxLayout;
19 class QGridLayout;
20 class QSpacerItem;
21 class QPushButton;
22 class QFrame;
23 class QLabel;
24 class QComboBox;
25 class QToolButton;
26 class QCheckBox;
27 class QListView;
28 class QListViewItem;
29 
30 class hk_kdesubreportdialogbase : public QDialog
31 {
32  Q_OBJECT
33 
34 public:
35  hk_kdesubreportdialogbase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
37 
38  QPushButton* setbutton;
39  QPushButton* deletebutton;
40  QPushButton* buttonCancel;
41  QFrame* Frame15;
42  QLabel* subreportlabel;
43  QComboBox* subreportfield;
44  QFrame* Frame3;
45  QToolButton* deletefieldbutton;
46  QLabel* mastertext;
47  QLabel* subreporttext;
48  QComboBox* thisfield;
49  QToolButton* addfieldbutton;
50  QCheckBox* printbeforefield;
51  QComboBox* masterfield;
52  QListView* dependingfieldlist;
53 
54 public slots:
55  virtual void add_dependingfields();
56  virtual void check_buttons();
57  virtual void delete_dependingfields();
58  virtual void delete_subreport();
59  virtual void set_subreportlist();
60  virtual void set_subreport();
61  virtual void subreport_selected();
62 
63 protected:
64  QGridLayout* hk_kdesubreportdialogbaseLayout;
65  QVBoxLayout* Layout8;
66  QSpacerItem* Spacer1;
67  QHBoxLayout* Frame15Layout;
68  QHBoxLayout* Frame3Layout;
69  QGridLayout* Layout3;
70  QSpacerItem* Spacer2_2;
71  QSpacerItem* Spacer3;
72  QSpacerItem* Spacer2;
73 
74 protected slots:
75  virtual void languageChange();
76 
77 private:
78  QPixmap image0;
79  QPixmap image1;
80 
81 };
82 
83 #endif // HK_KDESUBREPORTDIALOGBASE_H
Definition: hk_kderowselector.cpp:97
Definition: hk_kdesubreportdialogbase.h:30