add F5 hotkey to the refresh button

This commit is contained in:
Peinthor Rene
2012-03-08 17:11:22 +01:00
parent 7eab9d069e
commit ec331b0c80

View File

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