X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FGEOMToolsGUI%2FGEOMToolsGUI_TransparencyDlg.h;h=44e6bda8366c8167badcb3578b4e9c0b85789006;hb=8d94e7dd809e3c7663fa15591cf79a04968b9f39;hp=a63b514b62d08244f95c1662889516eeaf867fdf;hpb=2907b7dd397a0d4bc078fdcf056eb9cfebe13797;p=modules%2Fgeom.git diff --git a/src/GEOMToolsGUI/GEOMToolsGUI_TransparencyDlg.h b/src/GEOMToolsGUI/GEOMToolsGUI_TransparencyDlg.h index a63b514b6..44e6bda83 100644 --- a/src/GEOMToolsGUI/GEOMToolsGUI_TransparencyDlg.h +++ b/src/GEOMToolsGUI/GEOMToolsGUI_TransparencyDlg.h @@ -17,7 +17,7 @@ // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // // @@ -50,13 +50,18 @@ public: GEOMToolsGUI_TransparencyDlg( QWidget* parent ); ~GEOMToolsGUI_TransparencyDlg(); +private: + void keyPressEvent(QKeyEvent*); + private : bool myFirstInit ; /* Inform for the first init */ QSlider* mySlider; + QString myHelpFileName; private slots: void ClickOnOk(); void ClickOnClose(); + void ClickOnHelp(); void ValueHasChanged( int ) ; };