#5215 Use ui item name as a general way to start a search in the online help

This commit is contained in:
Jacob Støren
2020-02-03 16:06:37 +01:00
parent 3c05ae04e6
commit 43066bd0e5
6 changed files with 82 additions and 1 deletions

View File

@@ -317,6 +317,9 @@ void RiuPlotMainWindow::createMenus()
helpMenu->addAction( cmdFeatureMgr->action( "RicHelpSummaryCommandLineFeature" ) );
helpMenu->addSeparator();
helpMenu->addAction( cmdFeatureMgr->action( "RicHelpOpenUsersGuideFeature" ) );
helpMenu->addAction( cmdFeatureMgr->action( "RicSearchHelpFeature" ) );
connect( helpMenu, SIGNAL( aboutToShow() ), SLOT( slotRefreshHelpActions() ) );
}
//--------------------------------------------------------------------------------------------------