import QtQuick 2.0 import Qt.test 1.0 MySequenceConversionObject { intListProperty: 1 qrealListProperty: 1.1 boolListProperty: false urlListProperty: "http://www.example1.com" stringListProperty: "one" qstringListProperty: "two" }