X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_PageBase.cpp;h=d48bf062bacafb97c83b659d2982690356a75f98;hb=b3025c793455da0df5d0fe83455a7f45c64e885e;hp=272cb38472994fa70181a6ea05e83a285fa41c66;hpb=30c051954fe28016ee74f7aaf851dbdec4249d8c;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_PageBase.cpp b/src/ModuleBase/ModuleBase_PageBase.cpp index 272cb3847..d48bf062b 100644 --- a/src/ModuleBase/ModuleBase_PageBase.cpp +++ b/src/ModuleBase/ModuleBase_PageBase.cpp @@ -1,10 +1,22 @@ -// Copyright (C) 2014-20xx CEA/DEN, EDF R&D -/* - * ModuleBase_PageBase.cpp - * - * Created on: Mar 4, 2015 - * Author: sbh - */ +// Copyright (C) 2014-2017 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 +// License as published by the Free Software Foundation; either +// 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 +// 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 +// #include #include @@ -59,9 +71,9 @@ void ModuleBase_PageBase::clearPage() // Issue #460: this patch is necessary since the row stretch information // is stored independently on the items: when the items are removed - // from the layout the stretch information is kept, so in the next + // from the layout the stretch information is kept, so in the next // filling of the layout some "additional" (old) rows may be stretched - // without necessity. + // without necessity. // In this patch we clear the stretch information specifying the default value: 0. QGridLayout* aLayout = dynamic_cast( pageLayout() ); if( aLayout )