X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_InputPanel.h;h=00c2c7109656185ac21be5a3ae62ea5a065b6ad3;hb=de7cf9bb0a7a41d6487013c87f4a54d0664cd303;hp=81a6e5decb90f9675236b32b4c880364e9bb170d;hpb=abe63c42525c9299302649cdb5dcff4f83368c26;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_InputPanel.h b/src/HYDROGUI/HYDROGUI_InputPanel.h index 81a6e5de..00c2c710 100644 --- a/src/HYDROGUI/HYDROGUI_InputPanel.h +++ b/src/HYDROGUI/HYDROGUI_InputPanel.h @@ -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