Rectangle {
id: left
x: 25
y: 25
width: 150
height: 150
color: focus ? "red" : "darkred"
KeyNavigation.right: right
focus: true
}
Rectangle {
id: right
x: 225
y: 25
width: 150
height: 150
color: focus ? "green" : "darkgreen"
KeyNavigation.left: left
}
Yön tusu ile saga basınca sag acık yeşil , sola basınca sol acık kırmızı olarak değişir