]> git.lyx.org Git - features.git/blob - src/frontends/kde/dlg/tabcreatedlgdata.h
iA smaller KDE fix + remove l10n menu bindings
[features.git] / src / frontends / kde / dlg / tabcreatedlgdata.h
1 /**********************************************************************
2
3         --- Qt Architect 1.4-6 generated file ---
4
5         File: tabcreatedlgdata.h
6         Last generated: Mon Dec 4 18:22:14 2000
7
8         DO NOT EDIT!!!  This file will be automatically
9         regenerated by qtarch.  All changes will be lost.
10
11  *********************************************************************/
12
13 #ifndef TabularCreateDialogData_included
14 #define TabularCreateDialogData_included
15
16 #include <qwidget.h>
17 #include <qspinbox.h>
18 #include "emptytable.h"
19
20 class TabularCreateDialogData : public QWidget
21 {
22     Q_OBJECT
23
24 public:
25
26     TabularCreateDialogData
27     (
28         QWidget* parent = NULL,
29         const char* name = NULL
30     );
31
32     virtual ~TabularCreateDialogData();
33
34 public slots:
35
36
37 protected slots:
38
39     virtual void clickedCancel();
40     virtual void clickedInsert();
41
42 protected:
43     EmptyTable* table;
44     QSpinBox* rows;
45     QSpinBox* cols;
46
47 };
48
49 #endif // TabularCreateDialogData_included