]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Fix for bug IPAL20074 (Qt4 porting: tool tip "View Operations" of the viewer toolbar...
authormzn <mzn@opencascade.com>
Thu, 10 Jul 2008 11:21:38 +0000 (11:21 +0000)
committermzn <mzn@opencascade.com>
Thu, 10 Jul 2008 11:21:38 +0000 (11:21 +0000)
src/Qtx/QtxActionToolMgr.cxx

index 1ddb9556f9d0adf4df02a664f44b61fa7b0edf25..cf02d31d73ca3d1c90f0d93ef309db72ca3450d6 100644 (file)
@@ -124,7 +124,8 @@ int QtxActionToolMgr::createToolBar( const QString& title, const int tid, QMainW
     //mainWindow()->addToolBar( tb );
     tb->setWindowTitle( title );
     tb->setObjectName( title );
-  }
+    tb->setToolTip( title );
+   }
 
   tInfo.toolBar = tb;
   connect( tInfo.toolBar, SIGNAL( destroyed() ), this, SLOT( onToolBarDestroyed() ) );