1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
3 // File: PartSet_WidgetChoice.h
4 // Created: 17 Nov 2015
5 // Author: Vitaly Smetannikov
7 #ifndef PartSet_WidgetChoice_H
8 #define PartSet_WidgetChoice_H
11 #include <ModuleBase_WidgetChoice.h>
15 * Implementation of a proxy of choice widget in order to geat access to it on moment
16 * of creation in module
18 class PARTSET_EXPORT PartSet_WidgetChoice : public ModuleBase_WidgetChoice
23 /// \param theParent the parent object
24 /// \param theData the widget configuation. The attribute of the model widget is obtained from
25 PartSet_WidgetChoice(QWidget* theParent, const Config_WidgetAPI* theData)
26 : ModuleBase_WidgetChoice(theParent, theData) {}