Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativestates / data / signalOverride2.qml
1 import QtQuick 1.0
2 import Qt.test 1.0
3
4 MyRectangle {
5     id: rect
6     onDidSomething: color = "blue"
7     width: 100; height: 100
8     ExtendedRectangle {}
9 }