RegisterWidget.ui.h

00001 /****************************************************************************
00002 ** ui.h extension file, included from the uic-generated form implementation.
00003 **
00004 ** If you want to add, delete, or rename functions or slots, use
00005 ** Qt Designer to update this file, preserving your code.
00006 **
00007 ** You should not define a constructor or destructor in this file.
00008 ** Instead, write your code in functions called init() and destroy().
00009 ** These will automatically be called by the form's constructor and
00010 ** destructor.
00011 *****************************************************************************/
00012 #include"validationwidget.h"
00013 
00014 
00015 void Form3::connection_clicked()
00016 {
00017    
00018 }
00019 
00020 
00021 void Form3::creerCompte_clicked()
00022 {
00023    ValidationWidget* a = new ValidationWidget(this);
00024    a->show();
00025    this->close();
00026 }

Generated on Fri May 19 12:15:54 2006 for Bamboo Ch@t by  doxygen 1.4.6