00001 /*************************************************************************** 00002 - description 00003 ------------------- 00004 begin : lun mar 13 2006 00005 copyright : (C) 2006 by 00006 - Sylvain Archenault <sylvain.archenault@laposte.net> 00007 - Yves Houpert <yves.houpert@insa-rouen.fr> 00008 ***************************************************************************/ 00009 00010 /*************************************************************************** 00011 * * 00012 * This program is free software; you can redistribute it and/or modify * 00013 * it under the terms of the GNU General Public License as published by * 00014 * the Free Software Foundation; either version 2 of the License, or * 00015 * (at your option) any later version. * 00016 * * 00017 ***************************************************************************/ 00018 00019 #ifndef VALIDATIONWIDGET_H 00020 #define VALIDATIONWIDGET_H 00021 00022 #include "ValidationWidget.h" 00023 00025 class ValidationWidget : public Form5 00026 { 00027 Q_OBJECT 00028 00029 public: 00031 ValidationWidget(QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00032 00034 ~ValidationWidget(); 00035 /*$PUBLIC_FUNCTIONS$*/ 00036 00037 public slots: 00038 /*$PUBLIC_SLOTS$*/ 00039 00040 protected: 00041 /*$PROTECTED_FUNCTIONS$*/ 00042 00043 protected slots: 00044 /*$PROTECTED_SLOTS$*/ 00045 00046 }; 00047 00048 #endif 00049
1.4.6