aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickitem2/data/nextItemInFocusChain3.qml
blob: 4781469cb1095c3f305af2c123986a6c76b00b80 (plain)
1
2
3
4
5
6
7
import QtQuick 2.1

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