mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
CTRL+F hotkey for the find window
This commit is contained in:
@@ -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.")));
|
||||
|
||||
Reference in New Issue
Block a user