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

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