Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativevaluetypes / data / sizereadonly_writeerror4.qml
1 import Test 1.0
2 import QtQuick 1.0
3
4 MyTypeObject {
5     Component.onCompleted: {
6         sizereadonly.width = 13;
7     }
8 }
9
10