blob: 7da8a4768134421b7271c3ba1f50ad7861c2030b [file] [log] [blame]
import QtQuick 2.0
Item {
focus: true
Keys.forwardTo: [ item2 ]
TextInput {
id: item2
}
}