]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_WidgetFactory.h
Salome HOME
Property panel widgets redesign
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetFactory.h
index 1292cec57fdd47a674a2d7121e596c3233f0baef..93b8443ae6c87f30dd041f61d5ec5277020c9756 100644 (file)
@@ -40,6 +40,7 @@ class MODULEBASE_EXPORT ModuleBase_WidgetFactory
   /// \param theParent a parent widget
   void createWidget(QWidget* theParent);
 
+
   /// Returns list of model widgets
   QList<ModuleBase_ModelWidget*> getModelWidgets() const
   {
@@ -47,6 +48,8 @@ class MODULEBASE_EXPORT ModuleBase_WidgetFactory
   }
 
  protected:
+  /// check if ModuleBase_Widget has expandable widgets in getControls
+  bool hasExpandingControls(QWidget* theParent);
    /// Create widget by its type
    /// \param theType a type
    /// \param theParent a parent widget