]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
*** empty log message ***
authorvsr <vsr@opencascade.com>
Tue, 21 Aug 2007 14:04:58 +0000 (14:04 +0000)
committervsr <vsr@opencascade.com>
Tue, 21 Aug 2007 14:04:58 +0000 (14:04 +0000)
src/LightApp/LightApp_Application.cxx
src/LightApp/resources/icon_applogo.png
src/LightApp/resources/icon_module.png
src/LightApp/resources/icon_module_big.png
src/LightApp/resources/icon_select.png

index 590a215d3e3353cd7d5276f79a060a3558f63c08..615c2d497d892def3e09625894643962a7a009a6 100644 (file)
@@ -460,7 +460,8 @@ void LightApp_Application::createActions()
     root = Qtx::addSlash( Qtx::addSlash(dir) + Qtx::addSlash("share") + Qtx::addSlash("doc") +
                           Qtx::addSlash("salome") + Qtx::addSlash("gui") +  Qtx::addSlash("GUI") );
     if ( QFileInfo( root + aFileName ).exists() ) {
-      a = createAction( id, tr( QString("GUI Help").toLatin1().constData() ), QIcon(),
+      a = createAction( id, tr( QString("GUI Help").toLatin1().constData() ), 
+                       resMgr->loadPixmap( "STD", tr( "ICON_HELP" ), false ),
                        tr( QString("GUI Help").toLatin1().constData() ),
                        tr( QString("GUI Help").toLatin1().constData() ),
                        0, desk, false, this, SLOT( onHelpContentsModule() ) );
@@ -475,7 +476,8 @@ void LightApp_Application::createActions()
     root = Qtx::addSlash( Qtx::addSlash(dir) + Qtx::addSlash("share") + Qtx::addSlash("doc") + 
                          Qtx::addSlash("salome") );
     if ( QFileInfo( root + aFN ).exists() ) {
-      a = createAction( id, tr( QString("KERNEL Help").toLatin1().constData() ), QIcon(),
+      a = createAction( id, tr( QString("KERNEL Help").toLatin1().constData() ), 
+                       resMgr->loadPixmap( "STD", tr( "ICON_HELP" ), false ),
                        tr( QString("KERNEL Help").toLatin1().constData() ),
                        tr( QString("KERNEL Help").toLatin1().constData() ),
                        0, desk, false, this, SLOT( onHelpContentsModule() ) );
@@ -499,7 +501,8 @@ void LightApp_Application::createActions()
                             Qtx::addSlash("salome") + Qtx::addSlash("gui") +  Qtx::addSlash(modName) );
       if ( QFileInfo( root + aFileName ).exists() ) {
 
-       QAction* a = createAction( id, tr( (moduleTitle(modName) + QString(" Help")).toLatin1().constData() ), QIcon(),
+       QAction* a = createAction( id, tr( (moduleTitle(modName) + QString(" Help")).toLatin1().constData() ),
+                                  resMgr->loadPixmap( "STD", tr( "ICON_HELP" ), false ),
                                   tr( (moduleTitle(modName) + QString(" Help")).toLatin1().constData() ),
                                   tr( (moduleTitle(modName) + QString(" Help")).toLatin1().constData() ),
                                   0, desk, false, this, SLOT( onHelpContentsModule() ) );
index 7be65180ada6ab17be0313beb31306bcecd57bf0..4859fd6a88b8d190a018a92534515932d50b7f5b 100755 (executable)
Binary files a/src/LightApp/resources/icon_applogo.png and b/src/LightApp/resources/icon_applogo.png differ
index 9fdd5fb01222465f14b6dd39a8607b0486bda000..298e581b069a441b92cfbade7cdf1b91262bce0d 100644 (file)
Binary files a/src/LightApp/resources/icon_module.png and b/src/LightApp/resources/icon_module.png differ
index 99e10b1ff7802e5652aea93f3d535506b198ed92..c303e3bc3b8eeee5de09a1908018875f3391c96d 100755 (executable)
Binary files a/src/LightApp/resources/icon_module_big.png and b/src/LightApp/resources/icon_module_big.png differ
index 99ebde65e86ffe25badbb1507f0286abbabd99ec..4af5214ebf8dfd3245c9cbe7a2aeabb963af42ce 100644 (file)
Binary files a/src/LightApp/resources/icon_select.png and b/src/LightApp/resources/icon_select.png differ