Salome HOME
updated copyright message
[modules/shaper.git] / src / PartSet / PartSet_WidgetBSplinePoints.h
index 360af3580f471755e109b259f3c0362deb019e6e..c3a06ae1f9830536138a6bee0dc024d0ec528485 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2019-2023  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
@@ -32,6 +32,7 @@ class ModelAPI_CompositeFeature;
 class ModuleBase_LabelValue;
 class PartSet_ExternalObjectsMgr;
 class QGroupBox;
+class QScrollArea;
 
 /**\class PartSet_WidgetBSplinePoints
  * \ingroup Modules
@@ -158,7 +159,9 @@ protected:
   ModuleBase_IWorkshop* myWorkshop; ///< workshop
 
 private:
-  QGroupBox* myGroupBox;  ///< the parent group box for all intenal widgets
+  QGroupBox* myBox;
+  QWidget* myGroupBox;  ///< the parent group box for all intenal widgets
+  QScrollArea* myScrollArea;
   std::vector<ModuleBase_LabelValue*> myXSpin; ///< the label for the X coordinate
   std::vector<ModuleBase_LabelValue*> myYSpin; ///< the label for the Y coordinate
   PartSet_ExternalObjectsMgr* myExternalObjectMgr; ///< reference to external objects manager