Databasehandlingdialogclasses  0.5.3
hk_kderelationdialogbase.h
1 /****************************************************************************
2 ** Form interface generated from reading ui file 'kderelationdialogbase.ui'
3 **
4 ** Created: Sa Mär 11 15:53:50 2006
5 ** by: The User Interface Compiler ($Id: hk_kderelationdialogbase.h,v 1.6 2006/03/12 12:08:49 knorr Exp $)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9 
10 #ifndef HK_KDERELATIONDIALOGBASE_H
11 #define HK_KDERELATIONDIALOGBASE_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 QWidgetStack;
21 class QWidget;
22 class QGroupBox;
23 class QLabel;
24 class QComboBox;
25 class QButtonGroup;
26 class QRadioButton;
27 class QPushButton;
28 class QTable;
29 
30 class hk_kderelationdialogbase : public QDialog
31 {
32  Q_OBJECT
33 
34 public:
35  hk_kderelationdialogbase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
37 
38  QWidgetStack* detailbox;
39  QWidget* WStackPage;
40  QGroupBox* integritybox;
41  QLabel* onupdatelabel;
42  QLabel* ondeletelabel;
43  QComboBox* onupdatefield;
44  QComboBox* ondeletefield;
45  QWidget* WStackPage_2;
46  QButtonGroup* joingroup;
47  QRadioButton* button_all;
48  QRadioButton* button_equivalent;
49  QPushButton* ok_button;
50  QPushButton* cancel_button;
51  QTable* grid;
52 
53 public slots:
54  virtual void ok_button_clicked();
55 
56 protected:
57  QGridLayout* hk_kderelationdialogbaseLayout;
58  QGridLayout* WStackPageLayout;
59  QGridLayout* integrityboxLayout;
60  QHBoxLayout* WStackPageLayout_2;
61  QVBoxLayout* joingroupLayout;
62  QVBoxLayout* Layout5;
63  QSpacerItem* Spacer1;
64 
65 protected slots:
66  virtual void languageChange();
67 
68 };
69 
70 #endif // HK_KDERELATIONDIALOGBASE_H
Definition: hk_kderelationdialogbase.h:30