Salome HOME
updated copyright message
[modules/shaper.git] / src / CollectionPlugin / CollectionPlugin_WidgetField.h
index 515a442aaf3dfd878b15dcf48546dce9eb46e853..cb1e975f38b6abc992dd2eaa1f189670d64b6cef 100644 (file)
@@ -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-2023  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,8 +58,8 @@ public:
 
   void setDataType(ModelAPI_AttributeTables::ValueType theType) { myType = theType; }
 
-//protected:
-//  bool eventFilter(QObject* theObj, QEvent* theEvent);
+private slots:
+  void onEditItem(const QString& theText);
 
 private:
   ModelAPI_AttributeTables::ValueType myType;