forked from qt-creator/qt-creator
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user