Commit 21735d4a authored by Robin Burchell's avatar Robin Burchell Committed by The Qt Project
Browse files

Emit TableView::activated on return being pressed.


Change-Id: Ia0bf6e0ef5cfaabcf0ff4e588a629b49155222bc
Reviewed-by: default avatarJens Bache-Wiig <jens.bache-wiig@digia.com>
parent eeaa44a2
No related merge requests found
Showing with 2 additions and 0 deletions
......@@ -362,6 +362,8 @@ FocusScope{
verticalScrollBar.value = verticalScrollBar.value + tree.height
}
Keys.onReturnPressed: root.activated();
onContentYChanged: {
scroller.blockUpdates = true
scroller.verticalValue = tree.contentY
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment