X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_Wizard.h;h=8269950c1624932052583bbfdc8e8c11d39301e2;hb=36005df362d7bee6db949b079960cec90333aed2;hp=c0a8855143d1c14d024a8636a432c552262b02df;hpb=f0688b4c39fcc3e49c2b58a90724b9c1c84f1337;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_Wizard.h b/src/HYDROGUI/HYDROGUI_Wizard.h index c0a88551..8269950c 100644 --- a/src/HYDROGUI/HYDROGUI_Wizard.h +++ b/src/HYDROGUI/HYDROGUI_Wizard.h @@ -56,6 +56,10 @@ protected: // Reimplement this method in your subclass to verify user input data. virtual bool acceptCurrent() const; + virtual bool IsLastPage(); + + void SetButtonsState (bool IsLastPage); + private: QStackedWidget* myWizard; QPushButton* myNext;