]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
VISU 2008 (Help button has been temporarily hiiden)
authorouv <ouv@opencascade.com>
Wed, 2 Jul 2008 08:38:12 +0000 (08:38 +0000)
committerouv <ouv@opencascade.com>
Wed, 2 Jul 2008 08:38:12 +0000 (08:38 +0000)
src/SVTK/SVTK_RecorderDlg.cxx

index cdf320857614d71e9f5465f97d24f2c3c1ec73de..e6f318dabfe2bb39304d3f3e3530ccb67a75bfed 100644 (file)
@@ -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()