X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_WidgetSketchLabel.h;h=b4606e57af194d664e0b7a5d4baf850695388e07;hb=32208dedf0b2b5bd50b5b86c464f37a8e0eb07d0;hp=526207a8a3dd1a6574b1063569422991e617296e;hpb=49d5a27258260087aad5e7ca30d6863e08a186d1;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_WidgetSketchLabel.h b/src/PartSet/PartSet_WidgetSketchLabel.h index 526207a8a..b4606e57a 100644 --- a/src/PartSet/PartSet_WidgetSketchLabel.h +++ b/src/PartSet/PartSet_WidgetSketchLabel.h @@ -27,6 +27,7 @@ class XGUI_OperationMgr; class XGUI_Workshop; class QCheckBox; class QStackedWidget; +class QLineEdit; /** * \ingroup Modules @@ -182,6 +183,8 @@ private: QMap myShowConstraints; + QWidget* mySizeOfViewWidget; ///< Size of view widget, visualized if preview planes are shown + QLineEdit* mySizeOfView; ///< Value of square of size of View QStackedWidget* myStackWidget; };