From: ouv Date: Wed, 2 Jul 2008 08:38:12 +0000 (+0000) Subject: VISU 2008 (Help button has been temporarily hiiden) X-Git-Tag: TG_VISU2008_14_07_08~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=16bcd0d0776e58c006af87c8757ff17822a2a6ea;p=modules%2Fgui.git VISU 2008 (Help button has been temporarily hiiden) --- diff --git a/src/SVTK/SVTK_RecorderDlg.cxx b/src/SVTK/SVTK_RecorderDlg.cxx index cdf320857..e6f318dab 100644 --- a/src/SVTK/SVTK_RecorderDlg.cxx +++ b/src/SVTK/SVTK_RecorderDlg.cxx @@ -113,15 +113,15 @@ SVTK_RecorderDlg::SVTK_RecorderDlg( QWidget* theParent, SVTK_Recorder* theRecord aCloseButton->setAutoDefault( true ); CommonGroupLayout->addWidget( aCloseButton, 0, 2 ); - QPushButton* aHelpButton = new QPushButton( tr( "HELP" ), CommonGroup ); - aHelpButton->setAutoDefault( true ); - CommonGroupLayout->addWidget( aHelpButton, 0, 3 ); + //QPushButton* aHelpButton = new QPushButton( tr( "HELP" ), CommonGroup ); + //aHelpButton->setAutoDefault( true ); + //CommonGroupLayout->addWidget( aHelpButton, 0, 3 ); aTopLayout->addWidget( CommonGroup ); connect( aStartButton, SIGNAL( clicked() ), this, SLOT( onStart() ) ); connect( aCloseButton, SIGNAL( clicked() ), this, SLOT( onClose() ) ); - connect( aHelpButton, SIGNAL( clicked() ), this, SLOT( onHelp() ) ); + //connect( aHelpButton, SIGNAL( clicked() ), this, SLOT( onHelp() ) ); } SVTK_RecorderDlg::~SVTK_RecorderDlg()