aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2/qdeclarativestates/data/signalOverride2.qml
blob: 4e5e335b8b0f3fcd314ac20bf7c8f9ffedf48787 (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 2.0
import Qt.test 1.0

MyRectangle {
    id: rect
    onDidSomething: color = "blue"
    width: 100; height: 100
    ExtendedRectangle {}
}