Salome HOME
Image positioning by two points.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_InputPanel.h
index 9d16ad0f225682be2e4ae113ef9a843ec161133a..81a6e5decb90f9675236b32b4c880364e9bb170d 100644 (file)
@@ -28,6 +28,7 @@
 class QFrame;
 class QPushButton;
 class QLayout;
+class QCloseEvent;
 
 class HYDROGUI_Module;
 
@@ -39,7 +40,7 @@ class HYDROGUI_InputPanel : public QDockWidget
   Q_OBJECT
 
 public:
-  HYDROGUI_InputPanel( HYDROGUI_Module* theModule, const QString& theTitle );
+  HYDROGUI_InputPanel( HYDROGUI_Module* theModule, const QString& theTitle, bool doInitLayout = true );
   virtual ~HYDROGUI_InputPanel();
 
   void addWidget( QWidget* theWidget, int theStretch = 0 );
@@ -59,6 +60,7 @@ protected slots:
 
 protected:
   QFrame*         mainFrame() const;
+  virtual void    closeEvent ( QCloseEvent * event );
 
 private:
   HYDROGUI_Module* myModule;