]> git.lyx.org Git - lyx.git/blob - src/frontends/kde/dlg/docgeometrydlgdata.h
initalize memeber vars
[lyx.git] / src / frontends / kde / dlg / docgeometrydlgdata.h
1 /**********************************************************************
2
3         --- Qt Architect 1.4-6 generated file ---
4
5         File: docgeometrydlgdata.h
6         Last generated: Sat Mar 31 16:48:30 2001
7
8         DO NOT EDIT!!!  This file will be automatically
9         regenerated by qtarch.  All changes will be lost.
10
11  *********************************************************************/
12
13 #ifndef DocGeometryDialogData_included
14 #define DocGeometryDialogData_included
15
16 #include <qwidget.h>
17 #include <qradiobutton.h>
18 #include "lengthentry.h"
19 #include <qcombobox.h>
20
21 class DocGeometryDialogData : public QWidget
22 {
23     Q_OBJECT
24
25 public:
26
27     DocGeometryDialogData
28     (
29         QWidget* parent = NULL,
30         const char* name = NULL
31     );
32
33     virtual ~DocGeometryDialogData();
34
35 public slots:
36
37
38 protected slots:
39
40     virtual void papersizeChanged(const char*);
41     virtual void marginsChanged(const char*);
42
43 public:
44     QComboBox* combo_papersize;
45     LengthEntry* length_width;
46     LengthEntry* length_height;
47     LengthEntry* length_headheight;
48     LengthEntry* length_headsep;
49     LengthEntry* length_footskip;
50     QComboBox* combo_margins;
51     LengthEntry* length_top;
52     LengthEntry* length_bottom;
53     LengthEntry* length_left;
54     LengthEntry* length_right;
55     QRadioButton* radio_portrait;
56     QRadioButton* radio_landscape;
57
58 };
59
60 #endif // DocGeometryDialogData_included