]> git.lyx.org Git - lyx.git/blob - src/frontends/kde/dlg/docextradlgdata.h
Update to MVC. Ref,Toc and citation don't work at all currently.
[lyx.git] / src / frontends / kde / dlg / docextradlgdata.h
1 /**********************************************************************
2
3         --- Qt Architect 1.4-6 generated file ---
4
5         File: docextradlgdata.h
6         Last generated: Sat Mar 31 16:48:27 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 DocExtraDialogData_included
14 #define DocExtraDialogData_included
15
16 #include <qwidget.h>
17 #include <qcheckbox.h>
18 #include <qcombobox.h>
19 #include <qspinbox.h>
20
21 class DocExtraDialogData : public QWidget
22 {
23     Q_OBJECT
24
25 public:
26
27     DocExtraDialogData
28     (
29         QWidget* parent = NULL,
30         const char* name = NULL
31     );
32
33     virtual ~DocExtraDialogData();
34
35 public slots:
36
37
38 protected slots:
39
40
41 public:
42     QComboBox* combo_first;
43     QComboBox* combo_second;
44     QComboBox* combo_third;
45     QComboBox* combo_fourth;
46     QCheckBox* check_ignore;
47     QSpinBox* spin_sectiondepth;
48     QSpinBox* spin_tocdepth;
49     QComboBox* combo_psdriver;
50     QCheckBox* check_amsmath;
51
52 };
53
54 #endif // DocExtraDialogData_included