added tip for search shortcut to settings

This commit is contained in:
fourtf 2020-08-22 12:17:20 +02:00
parent 048a6f661d
commit 95f975996d

View file

@ -53,7 +53,7 @@ void SettingsDialog::initUi()
.withoutMargin() .withoutMargin()
.emplace<QLineEdit>() .emplace<QLineEdit>()
.assign(&this->ui_.search); .assign(&this->ui_.search);
edit->setPlaceholderText("Find in settings..."); edit->setPlaceholderText("Find in settings... (Ctrl+F)");
QObject::connect(edit.getElement(), &QLineEdit::textChanged, this, QObject::connect(edit.getElement(), &QLineEdit::textChanged, this,
&SettingsDialog::filterElements); &SettingsDialog::filterElements);