X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FCollectionPlugin%2FCollectionPlugin_WidgetField.h;h=00ec0329000f274107029c3f88ea92fd2ac81167;hb=3692e4ddfe1d709b235b6f1a8b96218ead1a45c5;hp=f56f6431b3d08760d17432ead6f5ccfdd4b3a0e8;hpb=d3e739dbd0889d27e230d33ff54ce82b2c6b9a13;p=modules%2Fshaper.git diff --git a/src/CollectionPlugin/CollectionPlugin_WidgetField.h b/src/CollectionPlugin/CollectionPlugin_WidgetField.h index f56f6431b..00ec03290 100644 --- a/src/CollectionPlugin/CollectionPlugin_WidgetField.h +++ b/src/CollectionPlugin/CollectionPlugin_WidgetField.h @@ -1,9 +1,21 @@ -// Copyright (C) 2014-20xx CEA/DEN, EDF R&D - -// File: CollectionPlugin_WidgetField.h -// Created: 16 Nov 2016 -// Author: Vitaly SMETANNIKOV - +// Copyright (C) 2014-2024 CEA, EDF +// +// 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 +// #ifndef CollectionPlugin_WidgetField_H #define CollectionPlugin_WidgetField_H @@ -46,9 +58,6 @@ public: void setDataType(ModelAPI_AttributeTables::ValueType theType) { myType = theType; } -//protected: -// bool eventFilter(QObject* theObj, QEvent* theEvent); - private slots: void onEditItem(const QString& theText);