Salome HOME
Merge remote-tracking branch 'origin/EDF_2019'
[modules/shaper.git] / src / PartSet / PartSet_WidgetSketchLabel.h
index 9144f9ef4216cd6a57498df95cf57e6d95898209..51ad42abaaac1c9da4f8fdbee92a65bf155f8936 100644 (file)
@@ -42,6 +42,7 @@ class XGUI_Workshop;
 class QCheckBox;
 class QStackedWidget;
 class QLineEdit;
+class QPushButton;
 class QDialog;
 
 /**
@@ -214,6 +215,8 @@ private slots:
 
   void onChangePlane();
 
+  void onShowDOF();
+
 private:
   /// Set sketch plane by shape
   /// \param theShape a planar face
@@ -246,6 +249,7 @@ private:
   QStackedWidget* myStackWidget;
 
   QLabel* myDoFLabel;
+  QPushButton* myShowDOFBtn;
 
   bool myOpenTransaction;
   bool myIsSelection;