Databasehandlingdialogclasses  0.5.3
hk_kdereportsectiondialogbase.h
1 /****************************************************************************
2 ** Form interface generated from reading ui file 'reportsection.ui'
3 **
4 ** Created: Sa Jul 30 22:09:41 2005
5 ** by: The User Interface Compiler ($Id: hk_kdereportsectiondialogbase.h,v 1.4 2005/07/31 12:39:05 knorr Exp $)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9 
10 #ifndef HK_KDEREPORTSECTIONDIALOGBASE_H
11 #define HK_KDEREPORTSECTIONDIALOGBASE_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 QFrame;
21 class QLabel;
22 class QComboBox;
23 class QToolButton;
24 class QListBox;
25 class QListBoxItem;
26 class QPushButton;
27 
28 class hk_kdereportsectiondialogbase : public QDialog
29 {
30  Q_OBJECT
31 
32 public:
33  hk_kdereportsectiondialogbase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
35 
36  QFrame* Frame14;
37  QLabel* fieldlabel;
38  QComboBox* sectionfield;
39  QToolButton* addbutton;
40  QToolButton* deletebutton;
41  QToolButton* upbutton;
42  QToolButton* downbutton;
43  QListBox* sectionbox;
44  QLabel* boxlabel;
45  QPushButton* exitbutton;
46 
47 public slots:
48  virtual void add_clicked();
49  virtual void check_buttons();
50  virtual void delete_clicked();
51  virtual void down_clicked();
52  virtual void up_clicked();
53 
54 protected:
55  QHBoxLayout* hk_kdereportsectiondialogbaseLayout;
56  QHBoxLayout* Frame14Layout;
57  QVBoxLayout* Layout5;
58  QSpacerItem* Spacer3;
59  QVBoxLayout* Layout4;
60  QSpacerItem* Spacer2;
61  QSpacerItem* Spacer1_2;
62  QGridLayout* Layout10;
63  QVBoxLayout* Layout11;
64  QSpacerItem* Spacer1;
65 
66 protected slots:
67  virtual void languageChange();
68 
69 };
70 
71 #endif // HK_KDEREPORTSECTIONDIALOGBASE_H
Definition: hk_kderowselector.cpp:97
Definition: hk_kdereportsectiondialogbase.h:28
Definition: hk_kderowselector.cpp:114