]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PartSet/PartSet_WidgetSketchLabel.h
Salome HOME
Task #2997: Add button "Show DOF"
[modules/shaper.git] / src / PartSet / PartSet_WidgetSketchLabel.h
index fe9c147160014b099b18171cdc48c911ffdfcd06..0e19d74701a9568cb0e3fc2ff938b9a76b34a2eb 100644 (file)
@@ -41,6 +41,7 @@ class XGUI_Workshop;
 class QCheckBox;
 class QStackedWidget;
 class QLineEdit;
+class QPushButton;
 
 /**
 * \ingroup Modules
@@ -203,6 +204,8 @@ private slots:
 
   void onChangePlane();
 
+  void onShowDOF();
+
 private:
   /// Set sketch plane by shape
   /// \param theShape a planar face
@@ -235,6 +238,7 @@ private:
   QStackedWidget* myStackWidget;
 
   QLabel* myDoFLabel;
+  QPushButton* myShowDOFBtn;
 
   bool myOpenTransaction;
   bool myIsSelection;