Make the SpaceDrawer navigable with the keyboard.

This commit is contained in:
James Graham
2024-04-22 18:18:15 +02:00
parent 95376c2ccc
commit 624b1b06c5
3 changed files with 258 additions and 245 deletions

View File

@@ -91,7 +91,6 @@ RowLayout {
Layout.preferredWidth: root.desiredWidth ? root.desiredWidth - menuButton.width - root.spacing : -1
visible: !root.collapsed
onTextChanged: root.textChanged(text)
KeyNavigation.tab: treeView
}
QQC2.ToolButton {