00001 /*************************************************************************** 00002 registerwidget.h - 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 REGISTERWIDGET_H 00020 #define REGISTERWIDGET_H 00021 00022 #include "RegisterWidget.h" 00023 00029 class RegisterWidget : public Form3 00030 { 00031 Q_OBJECT 00032 00033 public: 00035 RegisterWidget(QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00036 00038 ~RegisterWidget(); 00039 /*$PUBLIC_FUNCTIONS$*/ 00040 00041 public slots: 00042 /*$PUBLIC_SLOTS$*/ 00043 00044 00045 protected: 00046 /*$PROTECTED_FUNCTIONS$*/ 00047 00048 protected slots: 00049 /*$PROTECTED_SLOTS$*/ 00050 00051 public slots: 00053 void connection_clicked(); 00054 }; 00055 00056 #endif 00057
1.4.6