Salome HOME
Selector implementation for OCC viewer.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_InputPanel.h
index 3321f56d11df239cc6ccaf041394e97d977b4563..9d16ad0f225682be2e4ae113ef9a843ec161133a 100644 (file)
@@ -42,7 +42,7 @@ public:
   HYDROGUI_InputPanel( HYDROGUI_Module* theModule, const QString& theTitle );
   virtual ~HYDROGUI_InputPanel();
 
-  void addWidget( QWidget* theWidget );
+  void addWidget( QWidget* theWidget, int theStretch = 0 );
   void addLayout( QLayout* theLayout );
   void addStretch();