Salome HOME
Plugin for the folowing task: 3.4 Construction of vertices, edges and faces from...
[modules/shaper.git] / src / SketchShapePlugin / SketchShapePlugin_PageGroupBox.h
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
2
3 // File:        SketchShapePlugin_PageGroupBox.h
4 // Created:     25 Nov 2015
5 // Author:      Natalia ERMOLAEVA
6
7 #ifndef SKETCHSHAPEPLUGIN_PAGEGROUPBOX_H_
8 #define SKETCHSHAPEPLUGIN_PAGEGROUPBOX_H_
9
10 #include <ModuleBase_PageGroupBox.h>
11
12 class QWidget;
13
14 /*!
15  * \ingroup GUI
16  * Represent a property panel's list of ModuleBase_ModelWidgets.
17  */
18 class SketchShapePlugin_PageGroupBox// : public ModuleBase_PageGroupBox
19 {
20   //Q_OBJECT
21  public:
22   /// Constructs a page that looks like a QGroupBox
23   SketchShapePlugin_PageGroupBox(QWidget* theParent = 0) {};
24   /// Destructs the page
25   virtual ~SketchShapePlugin_PageGroupBox() {};
26 };
27
28 #endif /* SKETCHSHAPEPLUGIN_PAGEGROUPBOX_H_ */