From aea23c0134c442de8bd91a9bff55490e31c686a4 Mon Sep 17 00:00:00 2001 From: Peinthor Rene Date: Tue, 27 Mar 2012 15:27:11 +0200 Subject: [PATCH] CTRL+F hotkey for the find window --- src/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index ec297dd8..df173da7 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -754,6 +754,7 @@ void MainWindow::retranslateUi() buttonFind->setText(QString()); buttonFind->setProperty("toolTip", QVariant(QObject::tr("Open or close the floating find window"))); buttonFind->setProperty("whatsThis", QVariant(QObject::tr("This button toggles the appearance of the Find window, used to search records in the database view"))); + buttonFind->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_F)); buttonRefresh->setProperty("toolTip", QVariant( QObject::tr("Refresh the data in the selected table.")));