From e0f7d9e688760c6249b23e6400fda893b922ba84 Mon Sep 17 00:00:00 2001 From: srn Date: Tue, 11 Apr 2006 07:33:36 +0000 Subject: [PATCH] BugID: IPAL12076, added a tooltip to Import button. --- src/VISUGUI/VisuGUI.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/VISUGUI/VisuGUI.cxx b/src/VISUGUI/VisuGUI.cxx index 75d96217..16b6a02f 100644 --- a/src/VISUGUI/VisuGUI.cxx +++ b/src/VISUGUI/VisuGUI.cxx @@ -1980,12 +1980,12 @@ createActions() SUIT_ResourceMgr* aResourceMgr = VISU::GetResourceMgr(); // Create actions - createAction( VISU_IMPORT_FROM_FILE, "", QIconSet(), - tr("MEN_IMPORT_FROM_FILE"), "", (CTRL + Key_I), aParent, false, - this, SLOT(OnImportFromFile())); + //createAction( VISU_IMPORT_FROM_FILE, "", QIconSet(), + // tr("MEN_IMPORT_FROM_FILE"), "", (CTRL + Key_I), aParent, false, + // this, SLOT(OnImportFromFile())); aPixmap = aResourceMgr->loadPixmap("VISU",tr("ICON_IMPORT_MED")); - createAction( VISU_IMPORT_FROM_FILE, "", QIconSet(aPixmap), + createAction( VISU_IMPORT_FROM_FILE, tr("IMPORT_FROM_FILE"), QIconSet(aPixmap), tr("MEN_IMPORT_FROM_FILE"), "", (CTRL + Key_I), aParent, false, this, SLOT(OnImportFromFile())); -- 2.39.2