summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativestates/data/signalOverride2.qml
blob: 65a8cea840fe03c33033eb04051d290cd2b31d4d (plain)
1
2
3
4
5
6
7
8
9
import Qt 4.7
import Qt.test 1.0

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