]> git.lyx.org Git - features.git/blob - src/frontends/kde/parageneraldlgdata.h
96715ecd96ef720cff92d86d70d4fcdd11446196
[features.git] / src / frontends / kde / parageneraldlgdata.h
1 /**********************************************************************
2
3         --- Qt Architect generated file ---
4
5         File: parageneraldlgdata.h
6         Last generated: Sun Oct 15 16:00:50 2000
7
8         DO NOT EDIT!!!  This file will be automatically
9         regenerated by qtarch.  All changes will be lost.
10
11  *********************************************************************/
12
13 #ifndef ParaGeneralDialogData_included
14 #define ParaGeneralDialogData_included
15
16 #include <qwidget.h>
17 #include <qradiobutton.h>
18 #include <qcheckbox.h>
19 #include <qcombobox.h>
20 #include <qlineedit.h>
21 #include <qbuttongroup.h>
22 #include <krestrictedline.h>
23
24 class ParaGeneralDialogData : public QWidget
25 {
26     Q_OBJECT
27
28 public:
29
30     ParaGeneralDialogData
31     (
32         QWidget* parent = NULL,
33         const char* name = NULL
34     );
35
36     virtual ~ParaGeneralDialogData();
37
38 public slots:
39
40
41 protected slots:
42
43     virtual void spaceaboveplusChanged(const char*);
44     virtual void spacebelowplusChanged(const char*);
45     virtual void spacebelowminusChanged(const char*);
46     virtual void spacebelowvalueChanged(const char*);
47     virtual void spaceaboveminusChanged(const char*);
48     virtual void spaceaboveHighlighted(int);
49     virtual void spacebelowHighlighted(int);
50     virtual void spaceabovevalueChanged(const char*);
51
52 protected:
53     QButtonGroup* alignment;
54     QCheckBox* lineabove;
55     QCheckBox* linebelow;
56     QCheckBox* pagebreakabove;
57     QCheckBox* noindent;
58     QComboBox* spaceabove;
59     QCheckBox* pagebreakbelow;
60     QComboBox* spacebelow;
61     QRadioButton* block;
62     QRadioButton* center;
63     QRadioButton* left;
64     QRadioButton* right;
65     QLineEdit* labelwidth;
66     KRestrictedLine* spaceabovevalue;
67     QComboBox* spaceabovevalueunits;
68     KRestrictedLine* spaceaboveminus;
69     QComboBox* spaceaboveminusunits;
70     KRestrictedLine* spaceaboveplus;
71     QComboBox* spaceaboveplusunits;
72     KRestrictedLine* spacebelowminus;
73     KRestrictedLine* spacebelowplus;
74     KRestrictedLine* spacebelowvalue;
75     QComboBox* spacebelowvalueunits;
76     QComboBox* spacebelowplusunits;
77     QComboBox* spacebelowminusunits;
78
79 };
80
81 #endif // ParaGeneralDialogData_included