Salome HOME
Property panel widgets redesign
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetDoubleValue.h
index 957d289a7a50bfc77b1317a147210db697a37ee8..a5a666f05a7eb579eeb1ed7b6448a32489746f0a 100644 (file)
@@ -48,13 +48,6 @@ Q_OBJECT
   /// \return a control list
   virtual QList<QWidget*> getControls() const;
 
-  /// Returns the internal parent wiget control, that can be shown anywhere
-  /// \returns the widget
-  QWidget* getControl() const
-  {
-    return myContainer;
-  }
-
  public slots:
  // Delayed value chnged: when user starts typing something,
  // it gives him a 0,5 second to finish typing, when sends valueChnaged() signal
@@ -66,9 +59,6 @@ protected:
   virtual bool storeValue() const;
 
 protected:
-   /// Container for thw widget controls
-  QWidget* myContainer;
-
   /// Label of the widget
   QLabel* myLabel;