Salome HOME
The obligatory and concealment attribute's properties now registers in model by speci...
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetFactory.h
index 6ea4debf31035e2c1bfae2b586f509b5f574bfab..fd267d41801bd144d92aa5841b20f71ece86af69 100644 (file)
@@ -48,6 +48,9 @@ class MODULEBASE_EXPORT ModuleBase_WidgetFactory
   QWidget* point2dDistanceControl(QWidget* theParent);
   QWidget* fileSelectorControl(QWidget* theParent);
   QWidget* choiceControl(QWidget* theParent);
+  QWidget* lineEditControl(QWidget* theParent);
+  QWidget* multiSelectorControl(QWidget* theParent);
+
 
   QString qs(const std::string& theStdString) const;