Salome HOME
Sources formated according to the codeing standards
[modules/shaper.git] / src / XGUI / XGUI_PropertyPanel.h
index 7b55b2c0f5713feefc9896af887ad6c0cb2c89d3..7331bc53136ecdec2a184c985c090f6ec397408d 100644 (file)
 class QKeyEvent;
 class QVBoxLayout;
 
-class XGUI_EXPORT XGUI_PropertyPanel: public QDockWidget
+class XGUI_EXPORT XGUI_PropertyPanel : public QDockWidget
 {
-  Q_OBJECT
-public:
+Q_OBJECT
+ public:
   XGUI_PropertyPanel(QWidget* theParent);
   virtual ~XGUI_PropertyPanel();
 
@@ -31,10 +31,10 @@ public:
 
   void cleanContent();
 
-protected:
+ protected:
   virtual bool eventFilter(QObject *theObject, QEvent *theEvent);
 
-public slots:
+ public slots:
   void updateContentWidget(FeaturePtr theFeature);
   /// slot to activate the next widget in the property panel
   /// \param theWidget a widget. The next widget should be activated
@@ -56,7 +56,7 @@ signals:
   /// \param the attribute of the feature
   void storedPoint2D(ObjectPtr theFeature, const std::string& theAttribute);
 
-private:
+ private:
   QWidget* myCustomWidget;
 
   QList<ModuleBase_ModelWidget*> myWidgets;