Salome HOME
Python console has been added for HYDRO module (Bug #22).
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_InputPanel.h
index 6799c2478b44008f01ab41e05b5351461f2434fe..3321f56d11df239cc6ccaf041394e97d977b4563 100644 (file)
@@ -27,6 +27,7 @@
 
 class QFrame;
 class QPushButton;
+class QLayout;
 
 class HYDROGUI_Module;
 
@@ -42,6 +43,7 @@ public:
   virtual ~HYDROGUI_InputPanel();
 
   void addWidget( QWidget* theWidget );
+  void addLayout( QLayout* theLayout );
   void addStretch();
 
   HYDROGUI_Module* module() const;
@@ -55,6 +57,9 @@ protected slots:
   void onCancel();
   void onHelp();
 
+protected:
+  QFrame*         mainFrame() const;
+
 private:
   HYDROGUI_Module* myModule;
   QFrame* myMainFrame;