Salome HOME
Fix for registering of parameters in command line.
[modules/shaper.git] / src / PartSet / PartSet_WidgetSketchCreator.h
index a4c6ef494d35dabaa4b1741104a0e83d6c27bdde..35fe3e04a47e89499f3e03b246843e9e792d3bc7 100644 (file)
@@ -12,6 +12,7 @@
 #include <ModuleBase_WidgetSelector.h>
 
 class QLabel;
+class QLineEdit;
 class PartSet_Module;
 class ModuleBase_Operation;
 class ModuleBase_IWorkshop;
@@ -152,6 +153,8 @@ private:
   /// to store selection and check validation
   bool myIsCustomAttribute;
 
+  QWidget* mySizeOfViewWidget;///< Size of view widget, visualized if preview planes are shown
+  QLineEdit* mySizeOfView; ///< Value of square of size of View
   /// Label of the widget
   QLabel* myLabel;