]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Porting to Qt 4
authorvsr <vsr@opencascade.com>
Wed, 20 Jun 2007 15:14:57 +0000 (15:14 +0000)
committervsr <vsr@opencascade.com>
Wed, 20 Jun 2007 15:14:57 +0000 (15:14 +0000)
src/LightApp/LightApp_Application.cxx

index 0cf3629c86090cb35950c714597ed0f524c71296..f245317942ef52aa524ce2888f35a024b7c3ac1e 100644 (file)
@@ -541,6 +541,11 @@ void LightApp_Application::createActions()
 
   if( modList.count()>1 )
   {
+    QToolBar* modTBar = new QtxToolBar( true, desk );
+    modTBar->setObjectName( "ModuleToolBar" );
+    modTBar->setWindowTitle( tr( "INF_TOOLBAR_MODULES" ) );
+    desktop()->addToolBar( Qt::TopToolBarArea, modTBar );
+
     myModuleAction = new LightApp_ModuleAction( tr( "APP_NAME" ), defIcon, desk );
 
     QMap<QString, QString> iconMap;