Salome HOME
Fix of issue 0020593: EDF 885 VISU: Unchecking Filter by Scalar does not remove white...
[modules/visu.git] / src / VISUGUI / VisuGUI_CutLinesDlg.h
index 2d0b1fb26d6df100377143a5ed457cae578030b0..a0e5565ca20a636cb89d488b25afac466863701a 100644 (file)
@@ -1,37 +1,37 @@
-//  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.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
+//
+//  Copyright (C) 2003-2007  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.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 //  File   : VisuGUI_CutLinesDlg.h
 //  Author : VSV
 //  Module : VISU
-
+//
 #ifndef VISUGUI_CUTLINESDLG_H
 #define VISUGUI_CUTLINESDLG_H
 
 #include "VisuGUI_CutPlanesDlg.h"
 
-#include <qhbuttongroup.h>
-#include <qvalidator.h>
-#include <qtabwidget.h>
-#include <qcheckbox.h>
+#include <QCheckBox>
 
 class QLineEdit;
+class QTabWidget;
 
 class SUIT_ViewManager;
 class SalomeApp_Module;
@@ -82,25 +82,25 @@ private:
   void deletePlanes();
   void updateGlyphs(bool update);
 
-  QHButtonGroup* mySelPlane;
-  QtxDblSpinBox* myRotXSpn;
-  QtxDblSpinBox* myRotYSpn;
+  QButtonGroup* mySelPlane;
+  QtxDoubleSpinBox* myRotXSpn;
+  QtxDoubleSpinBox* myRotYSpn;
   QLabel* myRotXLbl;
   QLabel* myRotYLbl;
-  QtxDblSpinBox* myPosSpn;
+  QtxDoubleSpinBox* myPosSpn;
   QLineEdit* myBasePlanePos;
   QCheckBox* myCBSetDef;
   QCheckBox* myCreateTable;
   QCheckBox* myCurvesCheck;
 
-  QHButtonGroup* mySelPlane2;
-  QtxDblSpinBox* myNbSpn;
-  QtxDblSpinBox* myRotXSpn2;
-  QtxDblSpinBox* myRotYSpn2;
+  QButtonGroup* mySelPlane2;
+  QtxDoubleSpinBox* myNbSpn;
+  QtxDoubleSpinBox* myRotXSpn2;
+  QtxDoubleSpinBox* myRotYSpn2;
   QLabel* myRotXLbl2;
   QLabel* myRotYLbl2;
-  QtxDblSpinBox* myPosSpn2;
-  QTable* myPosTable;
+  QtxDoubleSpinBox* myPosSpn2;
+  QTableWidget* myPosTable;
   bool hasInit;
 
   QDoubleValidator *mydvalidator;