Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

qlabuserselector.h

00001 #ifndef QLABUSERSELECTOR_H
00002 #define QLABUSERSELECTOR_H 
00003 
00004 #include <qwidget.h>
00005 #include <qwidgetplugin.h>
00006 #include <qlabdbcombo.h>
00007 
00008 
00009 class QT_WIDGET_PLUGIN_EXPORT QlabUserSelector : public QlabDbCombo
00010 {
00011         // Q_OBJECT
00012         
00013 public :
00014         QlabUserSelector( QWidget* parent = 0, const char* name = 0 ) ;
00015         ~QlabUserSelector() ;
00016 
00017 } ;
00018 
00019 #endif // QLABUSERSELECTOR_H

 

L.A.B. Project © 2001-2004 LAB Project & DJ Anubis