Salome HOME
Provide translation of DoF string
[modules/shaper.git] / src / PartSet / PartSet_WidgetSketchLabel.h
index b4158194bf4f8947b666b5cf621aeb5d9f63086c..fe9c147160014b099b18171cdc48c911ffdfcd06 100644 (file)
@@ -152,10 +152,7 @@ protected:
     return true;
   }
 
-  virtual bool restoreValueCustom()
-  {
-    return true;
-  }
+  virtual bool restoreValueCustom();
 
   /// The methiod called when widget is activated
   virtual void activateCustom();
@@ -237,6 +234,8 @@ private:
   QLineEdit* mySizeOfView; ///< Value of square of size of View
   QStackedWidget* myStackWidget;
 
+  QLabel* myDoFLabel;
+
   bool myOpenTransaction;
   bool myIsSelection;
 };