]> git.lyx.org Git - lyx.git/blob - src/frontends/kde/dlg/paraabovedlgdata.h
FormDocument and various fixes.
[lyx.git] / src / frontends / kde / dlg / paraabovedlgdata.h
1 /**********************************************************************
2
3         --- Qt Architect 1.4-6 generated file ---
4
5         File: paraabovedlgdata.h
6         Last generated: Wed Jan 24 06:43:38 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 ParaAboveDialogData_included
14 #define ParaAboveDialogData_included
15
16 #include <qwidget.h>
17 #include "lengthentry.h"
18 #include <qcheckbox.h>
19 #include <qcombobox.h>
20
21 class ParaAboveDialogData : public QWidget
22 {
23     Q_OBJECT
24
25 public:
26
27     ParaAboveDialogData
28     (
29         QWidget* parent = NULL,
30         const char* name = NULL
31     );
32
33     virtual ~ParaAboveDialogData();
34
35 public slots:
36
37
38 protected slots:
39
40     virtual void spaceaboveHighlighted(int);
41
42 public:
43     QCheckBox* pagebreakabove;
44     QCheckBox* keepabove;
45     QComboBox* spaceabove;
46     LengthEntry* spaceabovevalue;
47     LengthEntry* spaceaboveplus;
48     LengthEntry* spaceaboveminus;
49
50 };
51
52 #endif // ParaAboveDialogData_included