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

qlabvendorselector.h

00001 /*
00002 * Linux Advanced Business Enterprise Management System
00003 *
00004 * File name....... : qlabvendorselector.h
00005 * File version.... : 1.2.8
00006 * Revision Date... : Sat Feb 21 2004
00007 *
00008 * File Description : Vendor selection combo
00009 *
00010 * Author.......... : DJ Anubis
00011 * Copyright....... : (C) 2001-2004 by DJ Anubis
00012 * Email .......... : labproject@free.fr
00013 *
00014 * License :
00015 *   Please read the license file in doc directory.
00016 *   1. Lab Public License.
00017 *      You should have received a copy of the Lab Public License with this package.
00018 *      If this is not the case, you can read it or download it at:
00019 *      http://labproject.free.fr
00020 *   2. Q Public License.
00021 *      Conformant to Trolltech QPL license.
00022 *   3. GNU General Public License.
00023 *      Reserved for free projects.
00024 *   4. Commercial license.
00025 *      Recommanded if your code is not distributed under one of the 3 models above.
00026 *
00027 *   Read the license FAQ in doc directory.
00028 *
00029 */
00030 
00031 #ifndef QLABVENDORSELECTOR_H
00032 #define QLABVENDORSELECTOR_H
00033 
00034 #include <qwidget.h>
00035 #include <qwidgetplugin.h>
00036 #include <qlabdbcombo.h>
00037 
00038 
00039 class QT_WIDGET_PLUGIN_EXPORT QlabVendorSelector : public QlabDbCombo
00040 {
00041         Q_OBJECT ;
00042 
00043 public :
00044         QlabVendorSelector( QWidget* parent = 0, const char* name = 0 ) ;
00045         ~QlabVendorSelector() ;
00046 
00047 } ;
00048 
00049 #endif // QLABVENDORSELECTOR_H

 

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