qlineedit1.h

Ir a la documentación de este archivo.
00001 //
00002 //
00003 // C++ Interface: $MODULE$
00004 //
00005 // Description: 
00006 //
00007 //
00008 // Author: Tomeu Borrás Riera <tborras@conetxia.com>, (C) 2003
00009 //
00010 // Copyright: See COPYING file that comes with this distribution
00011 //
00012 //
00013 #ifndef _QLINEEDIT1_H_
00014 #define _QLINEEDIT1_H_
00015 
00016 #include <qlineedit.h>
00017 
00018 /*
00019 #include <Foundation/NSObject.h>
00020 
00021 @interface QLineEdit1 : QLineEdit
00022 @end
00023 
00024 #endif
00025 */
00026 
00027 class QLineEdit1: public QLineEdit {
00028 public:
00029         int hola;
00030         QLineEdit1(QWidget *, const char *); 
00031         ~QLineEdit1();
00032 };// end QLineEdit1
00033 
00034 
00035 #endif
00036 
00037 

Generado el Sat May 21 00:04:45 2005 para BulmaGes por  doxygen 1.4.2