]> git.lyx.org Git - lyx.git/blob - src/frontends/kde/dlg/tabcreatedlgdata.h
initalize memeber vars
[lyx.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: Sat Mar 31 17:24:11 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 TabularCreateDialogData_included
14 #define TabularCreateDialogData_included
15
16 #include <qdialog.h>
17 #include <qpushbutton.h>
18 #include <qspinbox.h>
19 #include "emptytable.h"
20
21 class TabularCreateDialogData : public QDialog
22 {
23     Q_OBJECT
24
25 public:
26
27     TabularCreateDialogData
28     (
29         QWidget* parent = NULL,
30         const char* name = NULL
31     );
32
33     virtual ~TabularCreateDialogData();
34
35 public slots:
36
37
38 protected slots:
39
40     virtual void clickedCancel();
41     virtual void clickedInsert();
42
43 public:
44     QPushButton* button_ok;
45     QPushButton* button_cancel;
46     EmptyTable* table;
47     QSpinBox* spin_rows;
48     QSpinBox* spin_cols;
49
50 };
51
52 #endif // TabularCreateDialogData_included