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);