]> SALOME platform Git repositories - plugins/ghs3dprlplugin.git/blobdiff - src/tepal2med/dlg_ghs3dmain.ui.h
Salome HOME
Merge from BR_V5_DEV 16Feb09
[plugins/ghs3dprlplugin.git] / src / tepal2med / dlg_ghs3dmain.ui.h
diff --git a/src/tepal2med/dlg_ghs3dmain.ui.h b/src/tepal2med/dlg_ghs3dmain.ui.h
deleted file mode 100755 (executable)
index 748ae85..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-/****************************************************************************
-** ui.h extension file, included from the uic-generated form implementation.
-**
-** If you want to add, delete, or rename functions or slots, use
-** Qt Designer to update this file, preserving your code.
-**
-** You should not define a constructor or destructor in this file.
-** Instead, write your code in functions called init() and destroy().
-** These will automatically be called by the form's constructor and
-** destructor.
-*****************************************************************************/
-
-#include <iostream>
-
-using namespace std;
-
-void dlg_ghs3dmain::init()
-{
-   //cout<<"init"<<endl;
-   this->value_KeepFiles=FALSE;
-   this->value_Ok=FALSE;
-   this->value_NbPart=1;
-}
-
-
-void dlg_ghs3dmain::destroy()
-{
-   //cout<<"destroy"<<endl;
-}
-
-
-void dlg_ghs3dmain::slotok()
-{
-   this->value_KeepFiles=KeepFiles->isChecked();
-   this->value_Ok=TRUE;
-   this->value_NbPart=NbPart->value();
-   //cout<<"ok "<<value_KeepFiles<<" "<<value_NbPart<<endl;
-   this->close();
-}