aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers/qquickhoverhandler/data/nohandler.qml
blob: ed3728e278627eea42bcf3c47874e7f77cb80ccc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import QtQuick 2.15
import QtQuick.Window 2.15

Window {
    width: 320
    height: 240
    visible: true

    Rectangle {
        objectName: "childItem"
        width: 100
        height: 100
        color: "lightblue"
    }
}