forked from qt-creator/qt-creator
Help: Add ellipsis to a menu item label that leads to a web site
Change-Id: Id273a8508c8393580c6b9222f95aa4033e9eca9a Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -274,7 +274,7 @@ HelpPluginPrivate::HelpPluginPrivate()
|
||||
textEditorContextMenu->addAction(cmd, Core::Constants::G_HELP);
|
||||
}
|
||||
|
||||
action = new QAction(HelpPlugin::tr("Technical Support"), this);
|
||||
action = new QAction(HelpPlugin::tr("Technical Support..."), this);
|
||||
cmd = ActionManager::registerAction(action, "Help.TechSupport");
|
||||
ActionManager::actionContainer(Core::Constants::M_HELP)->addAction(cmd, Core::Constants::G_HELP_SUPPORT);
|
||||
connect(action, &QAction::triggered, this, [this] {
|
||||
|
||||
Reference in New Issue
Block a user