Salome HOME
Merge from BR_V5_DEV 16Feb09
[plugins/ghs3dprlplugin.git] / src / tepal2med / dlg_ghs3dmain.h
index 140cc7a5f8399ad44d6d4d08699a13a865b81c63..cc10918b600ca6ae8adaea0b97d875ff7b524ac4 100755 (executable)
@@ -1,56 +1,49 @@
-/****************************************************************************
-** Form interface generated from reading ui file 'dlg_ghs3dmain.ui'
-**
-** Created: mer fév 14 13:34:52 2007
-**      by: The User Interface Compiler ($Id$)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
+// Copyright (C) 2007-2008 OPEN CASCADE, CEA/DEN, EDF R&D
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
+// ---
+//
+// File   : dlg_gsh3dmain.h
+// Author : Vadim SANDLER, Open CASCADE S.A.S (vadim.sandler@opencascade.com)
+//
+// ---
 
 #ifndef DLG_GHS3DMAIN_H
+
 #define DLG_GHS3DMAIN_H
 
-#include <qvariant.h>
-#include <qdialog.h>
-#include <qstring.h>
+#include <QDialog>
 
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QSpacerItem;
-class QGroupBox;
-class QSpinBox;
-class QLabel;
-class QRadioButton;
-class QPushButton;
+#include "ui_dlg_ghs3dmain.h"
 
 class dlg_ghs3dmain : public QDialog
 {
-    Q_OBJECT
+  Q_OBJECT
 
 public:
-    dlg_ghs3dmain( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
-    ~dlg_ghs3dmain();
-
-    QGroupBox* Parameters;
-    QSpinBox* NbPart;
-    QLabel* textNbPart;
-    QRadioButton* KeepFiles;
-    QPushButton* Ok;
-
-    bool value_KeepFiles,value_Ok;
-    int value_NbPart;
-
-protected:
-
-protected slots:
-    virtual void languageChange();
-
-    virtual void init();
-    virtual void destroy();
-    virtual void slotok();
+  dlg_ghs3dmain();
+  ~dlg_ghs3dmain();
 
+  int  NbPart() const;
+  bool KeepFiles() const;
 
+private:
+  Ui::dlg_ghs3dmain ui;
 };
 
 #endif // DLG_GHS3DMAIN_H