import QtQuick 2.1
Rectangle {
width: 360
height: 360
Component.onCompleted: nextItemInFocusChain();
}