focus search box with keybind

This commit is contained in:
2026-04-18 21:50:37 +02:00
parent fb315b61fb
commit dbc5469855
+5
View File
@@ -51,6 +51,11 @@ Item {
implicitHeight: searchContainer.implicitHeight
implicitWidth: 200
Shortcut {
sequence: "/"
onActivated: searchField.forceActiveFocus()
}
Component.onCompleted: console.log(root.height)
ListModel {