Home
last modified time | relevance | path

Searched refs:_help_action (Results 1 – 2 of 2) sorted by relevance

/dports/games/allacrost/allacrost-1.0.2/src/editor/
H A Deditor.h269 QAction* _help_action; variable
H A Deditor.cpp1255 _help_action = new QAction("&Help", this); in _CreateActions()
1256 _help_action->setShortcut(Qt::Key_F1); in _CreateActions()
1257 _help_action->setStatusTip("Brings up help documentation for the editor"); in _CreateActions()
1258 connect(_help_action, SIGNAL(triggered()), this, SLOT(_HelpHelp())); in _CreateActions()
1341 _help_menu->addAction(_help_action); in _CreateMenus()