From ec331b0c8080e95faf1e7f45168acfbe7bf05f97 Mon Sep 17 00:00:00 2001 From: Peinthor Rene Date: Thu, 8 Mar 2012 17:11:22 +0100 Subject: [PATCH] add F5 hotkey to the refresh button --- src/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 8ba8d27f..47ad174f 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -294,6 +294,7 @@ void MainWindow::setupUi() buttonRefresh = new QPushButton(browser); buttonRefresh->setObjectName("buttonRefresh"); buttonRefresh->setIcon(QIcon(":/icons/refresh")); + buttonRefresh->setShortcut(QKeySequence(Qt::Key_F5)); hboxLayout->addWidget(buttonRefresh);