X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshersGUI%2FStdMeshersGUI_QuadrangleParamWdg.h;h=167ad09114b6e8501400cee851eb15f0af9ef7cf;hp=539c8316788c44c4cc9a1cb491f521989f6ebd82;hb=HEAD;hpb=d9b70538644d78d4defa84cb64d7b28aa526e000 diff --git a/src/StdMeshersGUI/StdMeshersGUI_QuadrangleParamWdg.h b/src/StdMeshersGUI/StdMeshersGUI_QuadrangleParamWdg.h index 539c83167..44afe5fae 100644 --- a/src/StdMeshersGUI/StdMeshersGUI_QuadrangleParamWdg.h +++ b/src/StdMeshersGUI/StdMeshersGUI_QuadrangleParamWdg.h @@ -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 -// 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 @@ -78,6 +78,7 @@ class STDMESHERSGUI_EXPORT StdMeshersGUI_QuadrangleParamCreator : public StdMesh QLineEdit* myName; StdMeshersGUI_QuadrangleParamWdg* myTypeWdg; StdMeshersGUI_SubShapeSelectorWdg* myVertexSelWdg; + StdMeshersGUI_SubShapeSelectorWdg* myCornersSelWdg; QListWidget* myShapesList; QPushButton* myAddShapeBut; QTreeWidget* myCoordsTreeWdg; @@ -109,7 +110,7 @@ class STDMESHERSGUI_EXPORT StdMeshersGUI_QuadrangleParamWdg : public QWidget void typeChanged(int); private: - QButtonGroup* myType; // Quadranle preference, Triangle preference, Reduced + QButtonGroup* myType; // Quadrangle preference, Triangle preference, Reduced }; //================================================================================