X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetFactory.h;h=f81ee61c982ff850b9747c050a3a4394e8764d04;hb=38afbd899a8645c83e17f2c24a17a2b7414911b4;hp=7d40f5b7215f1d1ee8667ac2fc1b424d16eba615;hpb=efaa3e56c591f0b6a0e018cc91027ff5f82b2438;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetFactory.h b/src/ModuleBase/ModuleBase_WidgetFactory.h index 7d40f5b72..f81ee61c9 100644 --- a/src/ModuleBase/ModuleBase_WidgetFactory.h +++ b/src/ModuleBase/ModuleBase_WidgetFactory.h @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + /* * ModuleBase_WidgetFactory.h * @@ -39,8 +41,6 @@ class MODULEBASE_EXPORT ModuleBase_WidgetFactory QWidget* createContainer(const std::string& theType, QWidget* theParent = NULL); QWidget* labelControl(QWidget* theParent); QWidget* doubleSpinBoxControl(QWidget* theParent); - //QWidget* featureSelectorControl(QWidget* theParent); - //QWidget* featureOrAttributeSelectorControl(QWidget* theParent); QWidget* doubleValueEditor(QWidget* theParent); QWidget* shapeSelectorControl(QWidget* theParent); QWidget* booleanControl(QWidget* theParent);