Salome HOME
Issue #805 In the sketch presentation, show both the parameter and its value: minor...
[modules/shaper.git] / src / SamplePanelPlugin / SamplePanelPlugin_Panel.h
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
2
3 // File:        SamplePanelPlugin_PageGroupBox.h
4 // Created:     29 Mar 2015
5 // Author:      Natalia ERMOLAEVA
6
7 #ifndef SAMPLEPANELPLUGIN_PANEL_H_
8 #define SAMPLEPANELPLUGIN_PANEL_H_
9
10 #include <QWidget>
11
12 /*!
13  * \ingroup GUI
14  * Represent a property panel's list of ModuleBase_ModelWidgets.
15  */
16 class SamplePanelPlugin_Panel : public QWidget
17 {
18 public:
19   /// Constructs a panel page
20   SamplePanelPlugin_Panel(QWidget* theParent);
21   /// Destructs the page
22   virtual ~SamplePanelPlugin_Panel() {}
23 };
24
25 #endif /* SAMPLEPANELPLUGIN_PANEL_H_ */