]> git.lyx.org Git - lyx.git/blob - src/frontends/kde/dlg/paraextradlgdata.h
Update to MVC. Ref,Toc and citation don't work at all currently.
[lyx.git] / src / frontends / kde / dlg / paraextradlgdata.h
1 /**********************************************************************
2
3         --- Qt Architect 1.4-6 generated file ---
4
5         File: paraextradlgdata.h
6         Last generated: Sat Mar 31 16:49:02 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 ParaExtraDialogData_included
14 #define ParaExtraDialogData_included
15
16 #include <qwidget.h>
17 #include <qradiobutton.h>
18 #include <qcheckbox.h>
19 #include <qcombobox.h>
20 #include <qbuttongroup.h>
21 #include <krestrictedline.h>
22
23 class ParaExtraDialogData : public QWidget
24 {
25     Q_OBJECT
26
27 public:
28
29     ParaExtraDialogData
30     (
31         QWidget* parent = NULL,
32         const char* name = NULL
33     );
34
35     virtual ~ParaExtraDialogData();
36
37 public slots:
38
39
40 protected slots:
41
42     virtual void typeHighlighted(int);
43
44 protected:
45     QComboBox* combo_type;
46     KRestrictedLine* line_widthvalue;
47     QComboBox* combo_widthvalueunits;
48     QButtonGroup* specialalignment;
49     QRadioButton* radio_top;
50     QRadioButton* radio_middle;
51     QRadioButton* radio_bottom;
52     QCheckBox* check_hfillbetween;
53     QCheckBox* check_startnewminipage;
54
55 };
56
57 #endif // ParaExtraDialogData_included