]> git.lyx.org Git - lyx.git/blob - src/frontends/kde/parageneraldlg.h
More preference work from Angus
[lyx.git] / src / frontends / kde / parageneraldlg.h
1 /**********************************************************************
2
3         --- Qt Architect generated file ---
4
5         File: parageneraldlg.h
6         Last generated: Sat Oct 14 00:27:47 2000
7
8  *********************************************************************/
9
10 #ifndef ParaGeneralDialog_included
11 #define ParaGeneralDialog_included
12
13 #include "parageneraldlgdata.h"
14
15 class ParaDialog;
16
17 class ParaGeneralDialog : public ParaGeneralDialogData
18 {
19     Q_OBJECT
20
21 public:
22
23     ParaGeneralDialog
24     (
25         QWidget* parent = NULL,
26         const char* name = NULL
27     );
28
29     virtual ~ParaGeneralDialog();
30
31     friend class ParaDialog;
32
33 protected slots:
34
35     void spaceaboveHighlighted(int);
36     void spacebelowHighlighted(int);
37     void spaceabovevalueChanged(const char *text);
38     void spaceaboveplusChanged(const char *text);
39     void spaceaboveminusChanged(const char *text);
40     void spacebelowvalueChanged(const char *text);
41     void spacebelowplusChanged(const char *text);
42     void spacebelowminusChanged(const char *text);
43
44 private:
45
46         void createUnits(QComboBox *box);
47 };
48 #endif // ParaGeneralDialog_included