Salome HOME
Update of CheckDone
[modules/smesh.git] / src / StdMeshersGUI / StdMeshersGUI_QuadrangleParamWdg.h
index 539c8316788c44c4cc9a1cb491f521989f6ebd82..44afe5faee7002d04a0f17da2493556173abd1ab 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2024  CEA, EDF, OPEN CASCADE
 //
 // 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
 //
 // 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.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -78,6 +78,7 @@ class STDMESHERSGUI_EXPORT StdMeshersGUI_QuadrangleParamCreator : public StdMesh
   QLineEdit*                         myName;
   StdMeshersGUI_QuadrangleParamWdg*  myTypeWdg;
   StdMeshersGUI_SubShapeSelectorWdg* myVertexSelWdg;
   QLineEdit*                         myName;
   StdMeshersGUI_QuadrangleParamWdg*  myTypeWdg;
   StdMeshersGUI_SubShapeSelectorWdg* myVertexSelWdg;
+  StdMeshersGUI_SubShapeSelectorWdg* myCornersSelWdg;
   QListWidget*                       myShapesList;
   QPushButton*                       myAddShapeBut;
   QTreeWidget*                       myCoordsTreeWdg;
   QListWidget*                       myShapesList;
   QPushButton*                       myAddShapeBut;
   QTreeWidget*                       myCoordsTreeWdg;
@@ -109,7 +110,7 @@ class STDMESHERSGUI_EXPORT StdMeshersGUI_QuadrangleParamWdg : public QWidget
   void typeChanged(int);
 
  private:
   void typeChanged(int);
 
  private:
-  QButtonGroup* myType; // Quadranle preference, Triangle preference, Reduced
+  QButtonGroup* myType; // Quadrangle preference, Triangle preference, Reduced
 };
 
 //================================================================================
 };
 
 //================================================================================