c8fb28b04e3797c9baace8a105a2c9e4dcf07a01
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeecmascript / data / assignSequenceTypes.2.qml
1 import QtQuick 2.0
2 import Qt.test 1.0
3
4 MySequenceConversionObject {
5     intListProperty: 1
6     qrealListProperty: 1.1
7     boolListProperty: false
8     urlListProperty: "http://www.example1.com"
9     stringListProperty: "one"
10     qstringListProperty: "two"
11 }