Salome HOME
Update Help for VISU module.
[modules/visu.git] / src / VISUGUI / VisuGUI_VectorsDlg.h
index 58cd32bae48e51c1bfa967236475af78304ced46..70d99b7c5379c902c7c8353b09066defed321ca1 100644 (file)
@@ -1,28 +1,28 @@
 //  VISU VISUGUI : GUI of VISU component
 //
 //  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-//  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
-// 
-//  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.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
+//  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+//  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.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
 //
 //
 //
 //  File   : VisuGUI_VectorsDlg.h
-//  Author : Laurent CORNABE & Hubert ROLLAND 
+//  Author : Laurent CORNABE & Hubert ROLLAND
 //  Module : VISU
 //  $Header$
 
@@ -30,7 +30,7 @@
 #define VISUGUI_VECTORSDLG_H
 
 #include "VisuGUI_ScalarBarDlg.h"
-#include "QAD_SpinBoxDbl.h"
+#include "QtxDblSpinBox.h"
 
 #include <qdialog.h>
 #include <qbuttongroup.h>
 
 #include "SALOMEconfig.h"
 #include CORBA_CLIENT_HEADER(VISU_Gen)
+
+class SalomeApp_Module;
+
 namespace VISU{
   class Vectors_i;
 }
 
 class VisuGUI_VectorsDlg : public QDialog
-{ 
+{
     Q_OBJECT
 
 public:
-    VisuGUI_VectorsDlg();
+    VisuGUI_VectorsDlg (SalomeApp_Module* theModule);
     ~VisuGUI_VectorsDlg() {};
 
     void   setScaleFactor( double sf );
@@ -78,7 +81,7 @@ public:
 
 protected slots:
   void accept();
-   
+
 private:
     QGroupBox*      TopGroup;
     QCheckBox*      UseMagn;
@@ -87,7 +90,7 @@ private:
     QLabel*         LineWidLabel;
     QSpinBox*       LinWid;
     QLabel*         ScaleLabel;
-    QAD_SpinBoxDbl* ScalFact;
+    QtxDblSpinBox*  ScalFact;
     QCheckBox*      UseGlyph;
     QButtonGroup*   TypeGlyph;
     QRadioButton*   RBCones6;