]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/tabularcreatedlg.h
try this for distinguishing inner and outer tabs
[lyx.git] / src / frontends / qt2 / tabularcreatedlg.h
1 /****************************************************************************
2 ** Form interface generated from reading ui file 'tabularcreatedlg.ui'
3 **
4 ** Created: Tue Feb 6 01:41:06 2001
5 **      by:  The User Interface Compiler (uic)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9 #ifndef INSERTTABULARDLG_H
10 #define INSERTTABULARDLG_H
11
12 #include <qvariant.h>
13 #include <qdialog.h>
14 class QVBoxLayout; 
15 class QHBoxLayout; 
16 class QGridLayout; 
17 class EmptyTable;
18 class QLabel;
19 class QPushButton;
20 class QSpinBox;
21
22 class InsertTabularDlg : public QDialog
23
24     Q_OBJECT
25
26 public:
27     InsertTabularDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
28     ~InsertTabularDlg();
29
30     QLabel* rowsL;
31     QSpinBox* rows;
32     QLabel* columnsL;
33     QSpinBox* columns;
34     EmptyTable* table;
35     QPushButton* insertPB;
36     QPushButton* cancelPB;
37
38 protected slots:
39     virtual void insert_tabular();
40     virtual void cancel_adaptor();
41
42 protected:
43     QVBoxLayout* InsertTabularDlgLayout;
44     QHBoxLayout* Layout1;
45     QHBoxLayout* Layout2;
46 };
47
48 #endif // INSERTTABULARDLG_H