Databasehandlingdialogclasses  0.5.3
hk_kdepreferencesdialogbase.h
1 /****************************************************************************
2 ** Form interface generated from reading ui file 'preferencesdialog.ui'
3 **
4 ** Created: Fr Jan 6 16:47:40 2006
5 ** by: The User Interface Compiler ($Id: hk_kdepreferencesdialogbase.h,v 1.10 2006/01/23 19:07:16 knorr Exp $)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9 
10 #ifndef HK_KDEPREFERENCESDIALOGBASE_H
11 #define HK_KDEPREFERENCESDIALOGBASE_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 QTabWidget;
21 class QWidget;
22 class QLabel;
23 class QPushButton;
24 class QLineEdit;
25 class QComboBox;
26 class QSpinBox;
27 
28 class hk_kdepreferencesdialogbase : public QDialog
29 {
30  Q_OBJECT
31 
32 public:
33  hk_kdepreferencesdialogbase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
35 
36  QTabWidget* regionaltab;
37  QWidget* generalpage;
38  QLabel* driverpathlabel;
39  QPushButton* driverpathbutton;
40  QLineEdit* driverpathfield;
41  QLabel* defaultdriverlabel;
42  QComboBox* defaultdriverfield;
43  QSpinBox* snap2gridxfield;
44  QLabel* snap2gridxlabel;
45  QLabel* snap2gridylabel;
46  QSpinBox* snap2gridyfield;
47  QLabel* sizetypelabel;
48  QComboBox* sizetypefield;
49  QComboBox* storepasswordfield;
50  QLabel* storepasswordlabel;
51  QLabel* automaticupdatelabel;
52  QComboBox* automaticupdatefield;
53  QWidget* Appearance;
54  QLabel* maximizedlabel;
55  QComboBox* maximizedfield;
56  QLabel* bepedanticlabel;
57  QComboBox* bepedanticfield;
58  QLabel* use_singleclicklabel;
59  QComboBox* use_singleclickfield;
60  QWidget* defaults;
61  QComboBox* fontfield;
62  QSpinBox* fontsizefield;
63  QLabel* fontlabel;
64  QComboBox* textalignmentfield;
65  QComboBox* numberalignmentfield;
66  QLabel* textalignmentlabel;
67  QLabel* numberalignmentlabel;
68  QLabel* separatorlabel;
69  QComboBox* separatorfield;
70  QLabel* precisionlabel;
71  QSpinBox* precisionfield;
72  QWidget* regionalpage;
73  QLabel* datelabel;
74  QLineEdit* datefield;
75  QLineEdit* timefield;
76  QLabel* timelabel;
77  QLabel* datetimelabel;
78  QComboBox* measurefield;
79  QLabel* measurelabel;
80  QLineEdit* datetimefield;
81  QLineEdit* localefield;
82  QLabel* localelabel;
83  QWidget* printerpage;
84  QLabel* printcommandlabel;
85  QLineEdit* printcommandfield;
86  QComboBox* embedfontsfield;
87  QLabel* embedfontslabel;
88  QPushButton* buttonHelp;
89  QPushButton* buttonOk;
90  QPushButton* buttonCancel;
91 
92 public slots:
93  virtual void driverpathbutton_clicked();
94  virtual void help_clicked();
95 
96 protected:
97  QVBoxLayout* hk_kdepreferencesdialogbaseLayout;
98  QGridLayout* generalpageLayout;
99  QSpacerItem* Spacer6;
100  QSpacerItem* Spacer7;
101  QGridLayout* AppearanceLayout;
102  QSpacerItem* spacer10;
103  QSpacerItem* spacer11;
104  QGridLayout* defaultsLayout;
105  QSpacerItem* Spacer16;
106  QSpacerItem* Spacer15;
107  QHBoxLayout* Layout3;
108  QGridLayout* regionalpageLayout;
109  QSpacerItem* Spacer1;
110  QSpacerItem* Spacer2;
111  QGridLayout* printerpageLayout;
112  QSpacerItem* Spacer1_2;
113  QSpacerItem* Spacer2_2;
114  QHBoxLayout* layout13;
115  QSpacerItem* Horizontal_Spacing2;
116 
117 protected slots:
118  virtual void languageChange();
119 
120 };
121 
122 #endif // HK_KDEPREFERENCESDIALOGBASE_H
Definition: hk_kdepreferencesdialogbase.h:28