mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
add F5 hotkey to the refresh button
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user