Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   Related Pages   Examples  

qdbtintlineedit.h

00001 #ifndef _QDBTINTLINEDIT_H
00002 #define _QDBTINTLINEDIT_H
00003 
00004 #include <qdbt/qdbtglobal.h>
00005 #include "qdbttextcelleditor.h"
00006 
00007 class QdbtBaseTabular;
00008 
00009 class QdbtIntLineEdit : public QdbtTextCellEditor
00010 {
00011   Q_OBJECT
00012 
00013 public:
00014   QdbtIntLineEdit( QdbtBaseTabular *p = 0, const char *name = 0 );
00015   ~QdbtIntLineEdit();
00016 };
00017 
00018 #endif

Generated on Mon Apr 22 12:21:53 2002 for QdbtTabular by doxygen1.2.15-20020421