Salome HOME
Property panel widgets redesign
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetChoice.h
index 18fcb55bdadc55c6550681cd89f2685a5709afc7..f5b9ce5468d3a11f0b20a06e622848445d92bb72 100644 (file)
@@ -43,13 +43,6 @@ Q_OBJECT
 
   virtual bool focusTo();
 
-  /// Returns the internal parent wiget control, that can be shown anywhere
-  /// \returns the widget
-  QWidget* getControl() const
-  {
-    return myContainer;
-  }
-
   /// Returns list of widget controls
   /// \return a controls list
   virtual QList<QWidget*> getControls() const;
@@ -64,9 +57,6 @@ private slots:
   void onCurrentIndexChanged(int theIndex);
 
 private:
-  /// Container widget
-  QWidget* myContainer;
-
   /// The label
   QLabel* myLabel;