]> git.lyx.org Git - lyx.git/blob - src/frontends/kde/dlg/parageneraldlgdata.h
Update to MVC. Ref,Toc and citation don't work at all currently.
[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: Sat Mar 31 16:49:06 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 <qcheckbox.h>
19 #include <qcombobox.h>
20 #include <qlineedit.h>
21
22 class ParaGeneralDialogData : public QWidget
23 {
24     Q_OBJECT
25
26 public:
27
28     ParaGeneralDialogData
29     (
30         QWidget* parent = NULL,
31         const char* name = NULL
32     );
33
34     virtual ~ParaGeneralDialogData();
35
36 public slots:
37
38
39 protected slots:
40
41
42 protected:
43     QComboBox* combo_justification;
44     TabStack* tabstack;
45     QCheckBox* check_lineabove;
46     QCheckBox* check_linebelow;
47     QCheckBox* check_noindent;
48     QLineEdit* line_labelwidth;
49
50 };
51
52 #endif // ParaGeneralDialogData_included