Salome HOME
Fix for the bug #42: point C is not activated, but point C is shown in preview in...
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_InputPanel.h
index 81a6e5decb90f9675236b32b4c880364e9bb170d..00c2c7109656185ac21be5a3ae62ea5a065b6ad3 100644 (file)
@@ -60,15 +60,17 @@ protected slots:
 
 protected:
   QFrame*         mainFrame() const;
+  QFrame*         buttonFrame() const;
   virtual void    closeEvent ( QCloseEvent * event );
 
+  QPushButton* myCancel;
+  QPushButton* myHelp;
+
 private:
   HYDROGUI_Module* myModule;
   QFrame* myMainFrame;
   QFrame* myBtnFrame;
   QPushButton* myApply;
-  QPushButton* myCancel;
-  QPushButton* myHelp;
 };
 
 #endif