]> git.lyx.org Git - lyx.git/blob - src/frontends/kde/dlg/parageneraldlgdata.h
FormDocument and various fixes.
[lyx.git] / src / frontends / kde / dlg / parageneraldlgdata.h
1 /**********************************************************************
2
3         --- Qt Architect 1.4-6 generated file ---
4
5         File: parageneraldlgdata.h
6         Last generated: Wed Jan 24 06:43: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 ParaGeneralDialogData_included
14 #define ParaGeneralDialogData_included
15
16 #include <qwidget.h>
17 #include "tabstack.h"
18 #include <qradiobutton.h>
19 #include <qcheckbox.h>
20 #include <qlineedit.h>
21 #include <qbuttongroup.h>
22
23 class ParaGeneralDialogData : public QWidget
24 {
25     Q_OBJECT
26
27 public:
28
29     ParaGeneralDialogData
30     (
31         QWidget* parent = NULL,
32         const char* name = NULL
33     );
34
35     virtual ~ParaGeneralDialogData();
36
37 public slots:
38
39
40 protected slots:
41
42
43 protected:
44     QButtonGroup* alignment;
45     QCheckBox* lineabove;
46     QCheckBox* linebelow;
47     QCheckBox* noindent;
48     QRadioButton* block;
49     QRadioButton* center;
50     QRadioButton* left;
51     QRadioButton* right;
52     QLineEdit* labelwidth;
53     TabStack* spacetab;
54
55 };
56
57 #endif // ParaGeneralDialogData_included