Debugger: Provide Alt-V + some letter short cuts to enable views

This kind of conflicts with the Alt-V + [0-9V] FakeVim short cuts,
but since those are rarely used and still operational in edit mode
I think that's acceptable.

Change-Id: If232cc6574690e0219eddcaa89d844f498687b64
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
hjk
2017-06-27 13:39:22 +02:00
parent 90690fbc8e
commit acd50cea8b
3 changed files with 11 additions and 11 deletions

View File

@@ -161,7 +161,7 @@ void DebuggerMainWindow::restorePerspective(const QByteArray &perspectiveId)
void DebuggerMainWindow::finalizeSetup()
{
auto viewButton = new QToolButton;
viewButton->setText(tr("Views"));
viewButton->setText(tr("&Views"));
auto toolbar = new Utils::StyledBar;
toolbar->setProperty("topBorder", true);