Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativevaluetypes / data / valueInterceptors.qml
1 import Test 1.0
2
3 MyTypeObject {
4     property int value: 13;
5
6     MyOffsetValueInterceptor on rect.x {}
7     rect.x: value
8 }