import QtQuick 2.0
Item {
id: myObject
readonly property int testProperty: 0
readonly property QtObject myproperty: myObject
}