]> git.lyx.org Git - lyx.git/blob - src/frontends/kde/dlg/docsettingsdlgdata.h
Update to MVC. Ref,Toc and citation don't work at all currently.
[lyx.git] / src / frontends / kde / dlg / docsettingsdlgdata.h
1 /**********************************************************************
2
3         --- Qt Architect 1.4-6 generated file ---
4
5         File: docsettingsdlgdata.h
6         Last generated: Sat Mar 31 16:48: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 DocSettingsDialogData_included
14 #define DocSettingsDialogData_included
15
16 #include <qwidget.h>
17 #include "lengthentry.h"
18 #include <qcheckbox.h>
19 #include <qcombobox.h>
20 #include <qlineedit.h>
21 #include <krestrictedline.h>
22
23 class DocSettingsDialogData : public QWidget
24 {
25     Q_OBJECT
26
27 public:
28
29     DocSettingsDialogData
30     (
31         QWidget* parent = NULL,
32         const char* name = NULL
33     );
34
35     virtual ~DocSettingsDialogData();
36
37 public slots:
38
39
40 protected slots:
41
42     virtual void paraspacingChanged(const char*);
43     virtual void classChanged(const char*);
44     virtual void addspaceChanged(bool);
45
46 public:
47     QComboBox* combo_docclass;
48     QComboBox* combo_pagestyle;
49     QComboBox* combo_font;
50     QComboBox* combo_fontsize;
51     QCheckBox* check_sides;
52     QCheckBox* check_columns;
53     QComboBox* combo_paraspacing;
54     LengthEntry* length_paraspacing;
55     LengthEntry* length_paraspacingstretch;
56     LengthEntry* length_paraspacingshrink;
57     QComboBox* combo_linespacing;
58     KRestrictedLine* line_linespacing;
59     QLineEdit* line_extraoptions;
60     QCheckBox* check_addspace;
61
62 };
63
64 #endif // DocSettingsDialogData_included